Bump version to 1.1.0 and fix publish workflow token
All checks were successful
Build and Test / build (16.x) (push) Successful in 15s
Build and Test / build (18.x) (push) Successful in 13s
Build and Test / build (20.x) (push) Successful in 14s

- Bump to 1.1.0 for new types, credential functions, and client getters
- Use GITEA_TOKEN instead of NPM_TOKEN for Gitea NPM registry auth
This commit is contained in:
2026-03-17 11:04:03 -04:00
parent 8f7a09c29d
commit 18457fd270
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@dragonchain-inc/prime-sdk",
"version": "1.0.3",
"version": "1.1.0",
"description": "Official Dragonchain Prime SDK for Node.js and TypeScript",
"main": "./dist/index.js",
"module": "./dist/index.mjs",