Updated package name
Some checks failed
Build and Test / build (16.x) (push) Failing after 5s
Build and Test / build (18.x) (push) Failing after 3s
Build and Test / build (20.x) (push) Failing after 3s

This commit is contained in:
2025-11-11 13:41:25 -05:00
parent 98ab2e05a7
commit 5c7770be70
2 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"