diff --git a/.changeset/config.json b/.changeset/config.json index 3087b3d..a0f47cf 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -3,7 +3,7 @@ "changelog": [ "@changesets/changelog-github", { - "repo": "rankify-it/sdk" + "repo": "peeramid-labs/sdk" } ], "commit": false, diff --git a/.changeset/twelve-terms-happen.md b/.changeset/twelve-terms-happen.md new file mode 100644 index 0000000..11ae9b9 --- /dev/null +++ b/.changeset/twelve-terms-happen.md @@ -0,0 +1,5 @@ +--- +"@peeramid-labs/sdk": patch +--- + +changed sdk package name diff --git a/package.json b/package.json index 6dd01dd..28d5698 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "rankify-js", - "description": "rankify.it client library", + "name": "@peeramid-labs/sdk", + "description": "Peeramid Labs js client library", "version": "1.1.0", "private": "true", "type": "module", @@ -9,10 +9,10 @@ "publishConfig": { "access": "public" }, - "homepage": "https://github.com/rankify/sdk/main/README.md", + "homepage": "https://github.com/peeramid-labs/sdk/main/README.md", "repository": { "type": "git", - "url": "https://github.com/rankify/sdk.git", + "url": "https://github.com/peeramid-labs/sdk.git", "directory": "." }, "exports": {