release: v1.2.0 (getInterchain trace methods)
All checks were successful
Build and Test / build (20.x) (push) Successful in 50s
Publish to NPM Registry / publish (release) Successful in 48s
Build and Test / build (16.x) (push) Successful in 58s
Build and Test / build (18.x) (push) Successful in 53s

This commit is contained in:
2026-06-02 15:19:11 -04:00
parent 2ffa63df41
commit 0f34eb3e41
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "@dragonchain-inc/prime-sdk", "name": "@dragonchain-inc/prime-sdk",
"version": "1.1.0", "version": "1.2.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@dragonchain-inc/prime-sdk", "name": "@dragonchain-inc/prime-sdk",
"version": "1.1.0", "version": "1.2.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"js-yaml": "^4.1.0" "js-yaml": "^4.1.0"

View File

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