From 5c7770be700e697dcd0a4ea248ec435d3ae76db5 Mon Sep 17 00:00:00 2001 From: Andrew Miller Date: Tue, 11 Nov 2025 13:41:25 -0500 Subject: [PATCH] Updated package name --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b96b07e..73b939b 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Apache-2.0 ## Support For issues and questions, please visit: -- Repository: https://git.dragonchain.com/dragonchain/dragonchain-node-sdk +- Repository: https://git.dragonchain.com/dragonchain/dragonchain-prime-node-sdk - Documentation: https://dragonchain-core-docs.dragonchain.com ## Contributing diff --git a/package.json b/package.json index 9ff4b4c..fb89fbc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@dragonchain-inc/prime-sdk", - "version": "1.0.2", - "description": "Official Dragonchain SDK for Node.js and TypeScript", + "version": "1.0.3", + "description": "Official Dragonchain Prime SDK for Node.js and TypeScript", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", @@ -42,7 +42,7 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://git.dragonchain.com/dragonchain/dragonchain-node-sdk" + "url": "https://git.dragonchain.com/dragonchain/dragonchain-prime-node-sdk" }, "engines": { "node": ">=16.0.0"