Parse send tx response and update package version #8

Merged
nabarun merged 5 commits from nv-update-version into main 2024-03-13 10:29:47 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 6c04a94b7d - Show all commits

View File

@ -24,7 +24,7 @@ jobs:
- name: Build laconicd container - name: Build laconicd container
working-directory: laconicd/tests/sdk_tests working-directory: laconicd/tests/sdk_tests
run: ./build-laconicd-container.sh run: ./build-laconicd-container.sh
- name: Build laconic-sdk container - name: Build registry-sdk container
run: ./scripts/build-sdk-test-container.sh run: ./scripts/build-sdk-test-container.sh
- name: Start containers - name: Start containers

View File

@ -1,9 +1,9 @@
{ {
"name": "@cerc-io/laconic-sdk", "name": "@cerc-io/registry-sdk",
"version": "0.1.15", "version": "0.2.0",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",
"repository": "git@github.com:cerc-io/laconic-sdk.git", "repository": "git@github.com:cerc-io/registry-sdk.git",
"author": "", "author": "",
"license": "UNLICENSED", "license": "UNLICENSED",
"devDependencies": { "devDependencies": {