Skip to content

Commit

Permalink
Merge pull request #36 from starknet-id/fix/versions
Browse files Browse the repository at this point in the history
fix: update version for deployment
  • Loading branch information
Th0rgal authored Apr 24, 2024
2 parents 5d57e04 + e7a6b56 commit f0eaa80
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknetid.js",
"version": "3.0.5",
"version": "3.1.0",
"description": "JavaScript library for Starknet ID",
"private": false,
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/__test__/profile_mainnet.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ describe("test starknetid.js sdk on mainnet", () => {
discord: "662387807901188096",
proofOfPersonhood: true,
profilePicture:
"https://img.starkurabu.com/41538374869489910341448844649168896.png",
"https://img.starkurabu.com/41538374869489910341448844649168906.png",
};
expect(profile).toStrictEqual(expectedProfile);
});
Expand Down Expand Up @@ -167,7 +167,7 @@ describe("test starknetid.js sdk on mainnet", () => {
{
name: "fricoben.stark",
profilePicture:
"https://img.starkurabu.com/41538374869489910341448844649168896.png",
"https://img.starkurabu.com/41538374869489910341448844649168906.png",
},
{
name: undefined,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "starknetid.js",
"version": "3.0.5",
"version": "3.1.0",
"keywords": [
"starknet",
"starknetid",
Expand Down

0 comments on commit f0eaa80

Please sign in to comment.