diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0087247..2b77c8e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Build laconicd container working-directory: laconicd/tests/sdk_tests run: ./build-laconicd-container.sh - - name: Build laconic-sdk container + - name: Build registry-sdk container run: ./scripts/build-sdk-test-container.sh - name: Start containers diff --git a/package.json b/package.json index d009c18..5d9a345 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "name": "@cerc-io/laconic-sdk", - "version": "0.1.15", + "name": "@cerc-io/registry-sdk", + "version": "0.2.0", "main": "dist/index.js", "types": "dist/index.d.ts", - "repository": "git@github.com:cerc-io/laconic-sdk.git", + "repository": "git@github.com:cerc-io/registry-sdk.git", "author": "", "license": "UNLICENSED", "devDependencies": {