diff --git a/chain-api/package.json b/chain-api/package.json index 3953319b15..00fe745b34 100644 --- a/chain-api/package.json +++ b/chain-api/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/api", - "version": "1.4.0", + "version": "1.4.1", "description": "Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.", "license": "Apache-2.0", "dependencies": { diff --git a/chain-cli/README.md b/chain-cli/README.md index 407d3abe94..460ba0fa55 100644 --- a/chain-cli/README.md +++ b/chain-cli/README.md @@ -20,7 +20,7 @@ $ npm install -g @gala-chain/cli $ galachain COMMAND running command... $ galachain (--version) -@gala-chain/cli/1.3.3 linux-x64 node-v18.20.4 +@gala-chain/cli/1.4.1 linux-x64 node-v18.20.4 $ galachain --help [COMMAND] USAGE $ galachain COMMAND diff --git a/chain-cli/chaincode-template/package-lock.json b/chain-cli/chaincode-template/package-lock.json index 71b36c68bf..1662cf3ca5 100644 --- a/chain-cli/chaincode-template/package-lock.json +++ b/chain-cli/chaincode-template/package-lock.json @@ -1,12 +1,12 @@ { "name": "@galachain/product", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@galachain/product", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { "@gala-chain/api": "1.3.3", "@gala-chain/chaincode": "1.3.3", diff --git a/chain-cli/chaincode-template/package.json b/chain-cli/chaincode-template/package.json index b7fedc14f0..8fff403f70 100644 --- a/chain-cli/chaincode-template/package.json +++ b/chain-cli/chaincode-template/package.json @@ -1,6 +1,6 @@ { "name": "@galachain/product", - "version": "1.4.0", + "version": "1.4.1", "description": "Product Chaincode", "main": "lib/src/index.js", "types": "lib/src/index.d.ts", @@ -22,17 +22,17 @@ "update-snapshot": "jest --updateSnapshot" }, "dependencies": { - "@gala-chain/api": "1.4.0", - "@gala-chain/chaincode": "1.4.0", + "@gala-chain/api": "1.4.1", + "@gala-chain/chaincode": "1.4.1", "@grpc/grpc-js": "1.10.10", "dotenv": "^16.0.1", "fabric-contract-api": "2.5.6", "fabric-shim": "2.5.6" }, "devDependencies": { - "@gala-chain/cli": "1.4.0", - "@gala-chain/client": "1.4.0", - "@gala-chain/test": "1.4.0", + "@gala-chain/cli": "1.4.1", + "@gala-chain/client": "1.4.1", + "@gala-chain/test": "1.4.1", "@trivago/prettier-plugin-sort-imports": "^4.3.0", "@types/jest": "^29.5.12", "@types/node": "18.11.9", diff --git a/chain-cli/package.json b/chain-cli/package.json index a7b046af6a..84ec3125d1 100644 --- a/chain-cli/package.json +++ b/chain-cli/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/cli", - "version": "1.4.0", + "version": "1.4.1", "description": "CLI for GalaChain to manage and deploy chaincodes", "license": "Apache-2.0", "bin": { @@ -14,7 +14,7 @@ "/oclif.manifest.json" ], "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "@noble/secp256k1": "^1.7.1", "@oclif/core": "^3", "@oclif/plugin-help": "^3", diff --git a/chain-client/package.json b/chain-client/package.json index b34752b58e..98db296838 100644 --- a/chain-client/package.json +++ b/chain-client/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/client", - "version": "1.4.0", + "version": "1.4.1", "description": "GalaChain client library", "license": "Apache-2.0", "scripts": { @@ -21,7 +21,7 @@ "lib" ], "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "axios": "^1.6.0", "jsonschema": "^1.4.1", "tslib": "^2.6.2" diff --git a/chain-connect/package.json b/chain-connect/package.json index d164e56d14..347c0d4c1a 100644 --- a/chain-connect/package.json +++ b/chain-connect/package.json @@ -1,8 +1,8 @@ { "name": "@gala-chain/connect", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "ethers": "^6.12.1", "tslib": "^2.3.0" }, diff --git a/chain-test/package.json b/chain-test/package.json index e5dedae2fe..e81fb286ba 100644 --- a/chain-test/package.json +++ b/chain-test/package.json @@ -1,16 +1,16 @@ { "name": "@gala-chain/test", - "version": "1.4.0", + "version": "1.4.1", "description": "Unit testing and integration testing for GalaChain", "license": "Apache-2.0", "dependencies": { - "@gala-chain/client": "1.4.0", + "@gala-chain/client": "1.4.1", "nanoid": "^3.3.6", "tslib": "^2.6.2", "@jest/globals": "29.7.0" }, "peerDependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "bignumber.js": "*", "class-transformer": "*", "elliptic": "*", diff --git a/chain-ui/packages/galachain-ui-vue/package.json b/chain-ui/packages/galachain-ui-vue/package.json index 16dd3a7c47..0cb846a158 100644 --- a/chain-ui/packages/galachain-ui-vue/package.json +++ b/chain-ui/packages/galachain-ui-vue/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/ui-vue", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "license": "Apache-2.0", "files": [ @@ -22,7 +22,7 @@ "@heroicons/vue": "2.1.5", "vue": "3.4.38", "primevue": "3.53.0", - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "@vuelidate/core": "2.0.3", "@vuelidate/validators": "2.0.4", "bignumber.js": "9.1.2", diff --git a/chain-ui/packages/galachain-ui/package.json b/chain-ui/packages/galachain-ui/package.json index 7eddd9e02b..66de48abf7 100644 --- a/chain-ui/packages/galachain-ui/package.json +++ b/chain-ui/packages/galachain-ui/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/ui", - "version": "1.4.0", + "version": "1.4.1", "type": "module", "license": "Apache-2.0", "files": [ @@ -22,7 +22,7 @@ "@heroicons/vue": "2.1.5", "vue": "3.4.38", "primevue": "3.53.0", - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "@vuelidate/core": "2.0.3", "@vuelidate/validators": "2.0.4", "bignumber.js": "9.1.2", diff --git a/chaincode/package.json b/chaincode/package.json index 0a46230e7e..d941063e9b 100644 --- a/chaincode/package.json +++ b/chaincode/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/chaincode", - "version": "1.4.0", + "version": "1.4.1", "description": "Framework for building chaincodes on GalaChain", "license": "Apache-2.0", "type": "commonjs", @@ -22,7 +22,7 @@ "update-snapshot": "jest --updateSnapshot" }, "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "@grpc/grpc-js": "1.10.10", "fabric-contract-api": "2.5.6", "fabric-shim": "2.5.6", diff --git a/licenses/licenses.csv b/licenses/licenses.csv index a067e0ea7a..fd1879991d 100644 --- a/licenses/licenses.csv +++ b/licenses/licenses.csv @@ -185,9 +185,9 @@ "@emnapi/runtime@1.2.0","@emnapi/runtime","1.2.0","https://github.com/toyobayashi/emnapi","emnapi runtime","MIT" "@emnapi/wasi-threads@1.0.1","@emnapi/wasi-threads","1.0.1","https://github.com/toyobayashi/emnapi","WASI threads proposal implementation in JavaScript","MIT" "@emotion/use-insertion-effect-with-fallbacks@1.1.0","@emotion/use-insertion-effect-with-fallbacks","1.1.0","https://github.com/emotion-js/emotion/tree/main/packages/use-insertion-effect-with-fallbacks","A wrapper package that uses `useInsertionEffect` or a fallback for it","MIT" -"@esbuild/darwin-arm64@0.18.20","@esbuild/darwin-arm64","0.18.20","https://github.com/evanw/esbuild","The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.","MIT" -"@esbuild/darwin-arm64@0.19.12","@esbuild/darwin-arm64","0.19.12","https://github.com/evanw/esbuild","The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.","MIT" -"@esbuild/darwin-arm64@0.21.5","@esbuild/darwin-arm64","0.21.5","https://github.com/evanw/esbuild","The macOS ARM 64-bit binary for esbuild, a JavaScript bundler.","MIT" +"@esbuild/linux-x64@0.18.20","@esbuild/linux-x64","0.18.20","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT" +"@esbuild/linux-x64@0.19.12","@esbuild/linux-x64","0.19.12","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT" +"@esbuild/linux-x64@0.21.5","@esbuild/linux-x64","0.21.5","https://github.com/evanw/esbuild","The Linux 64-bit binary for esbuild, a JavaScript bundler.","MIT" "@eslint-community/eslint-utils@4.4.0","@eslint-community/eslint-utils","4.4.0","https://github.com/eslint-community/eslint-utils","Utilities for ESLint plugins.","MIT" "@eslint-community/regexpp@4.10.0","@eslint-community/regexpp","4.10.0","https://github.com/eslint-community/regexpp","Regular expression parser for ECMAScript.","MIT" "@eslint/eslintrc@0.4.3","@eslint/eslintrc","0.4.3","https://github.com/eslint/eslintrc","The legacy ESLintRC config file format for ESLint","MIT" @@ -201,13 +201,13 @@ "@floating-ui/dom@1.6.10","@floating-ui/dom","1.6.10","https://github.com/floating-ui/floating-ui","Floating UI for the web","MIT" "@floating-ui/react-dom@2.1.1","@floating-ui/react-dom","2.1.1","https://github.com/floating-ui/floating-ui","Floating UI for React DOM","MIT" "@floating-ui/utils@0.2.7","@floating-ui/utils","0.2.7","https://github.com/floating-ui/floating-ui","Utilities for Floating UI","MIT" -"@gala-chain/api@1.4.0","@gala-chain/api","1.4.0","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0" -"@gala-chain/chaincode@1.4.0","@gala-chain/chaincode","1.4.0","","Framework for building chaincodes on GalaChain","Apache-2.0" -"@gala-chain/cli@1.4.0","@gala-chain/cli","1.4.0","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0" -"@gala-chain/client@1.4.0","@gala-chain/client","1.4.0","","GalaChain client library","Apache-2.0" -"@gala-chain/connect@1.4.0","@gala-chain/connect","1.4.0","","Connect is a library that gives developers capabilities comparable to ethers.js for allowing users to connect to and interact with GalaChain using wallets such as Metamask.","Custom: https://jestjs.io" -"@gala-chain/sdk@1.4.0","@gala-chain/sdk","1.4.0","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED" -"@gala-chain/test@1.4.0","@gala-chain/test","1.4.0","","Unit testing and integration testing for GalaChain","Apache-2.0" +"@gala-chain/api@1.4.1","@gala-chain/api","1.4.1","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0" +"@gala-chain/chaincode@1.4.1","@gala-chain/chaincode","1.4.1","","Framework for building chaincodes on GalaChain","Apache-2.0" +"@gala-chain/cli@1.4.1","@gala-chain/cli","1.4.1","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0" +"@gala-chain/client@1.4.1","@gala-chain/client","1.4.1","","GalaChain client library","Apache-2.0" +"@gala-chain/connect@1.4.1","@gala-chain/connect","1.4.1","","Connect is a library that gives developers capabilities comparable to ethers.js for allowing users to connect to and interact with GalaChain using wallets such as Metamask.","Custom: https://jestjs.io" +"@gala-chain/sdk@1.4.1","@gala-chain/sdk","1.4.1","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED" +"@gala-chain/test@1.4.1","@gala-chain/test","1.4.1","","Unit testing and integration testing for GalaChain","Apache-2.0" "@galachain/galachain-ui-parent@0.0.1","@galachain/galachain-ui-parent","0.0.1","","GalaChain UI is a collection of custom web components that can be used to easily interact with GalaChain.","UNLICENSED" "@grpc/grpc-js@1.10.10","@grpc/grpc-js","1.10.10","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0" "@grpc/grpc-js@1.10.11","@grpc/grpc-js","1.10.11","https://github.com/grpc/grpc-node/tree/master/packages/grpc-js","gRPC Library for Node - pure JS implementation","Apache-2.0" @@ -325,9 +325,10 @@ "@nx/js@19.4.2","@nx/js","19.4.2","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT" "@nx/js@19.6.3","@nx/js","19.6.3","https://github.com/nrwl/nx","The JS plugin for Nx contains executors and generators that provide the best experience for developing JavaScript and TypeScript projects. ","MIT" "@nx/linter@19.4.2","@nx/linter","19.4.2","https://github.com/nrwl/nx","The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT" -"@nx/linter@19.6.3","@nx/linter","19.6.3","https://github.com/nrwl/nx","The Linter plugin for Nx contains executors, generators and utilities used for linting JavaScript/TypeScript projects within an Nx workspace.","MIT" -"@nx/nx-darwin-arm64@19.4.2","@nx/nx-darwin-arm64","19.4.2","https://github.com/nrwl/nx","","MIT" -"@nx/nx-darwin-arm64@19.6.3","@nx/nx-darwin-arm64","19.6.3","https://github.com/nrwl/nx","","MIT" +"@nx/nx-linux-x64-gnu@19.3.0","@nx/nx-linux-x64-gnu","19.3.0","https://github.com/nrwl/nx","","MIT" +"@nx/nx-linux-x64-gnu@19.4.2","@nx/nx-linux-x64-gnu","19.4.2","https://github.com/nrwl/nx","","MIT" +"@nx/nx-linux-x64-musl@19.3.0","@nx/nx-linux-x64-musl","19.3.0","https://github.com/nrwl/nx","","MIT" +"@nx/nx-linux-x64-musl@19.4.2","@nx/nx-linux-x64-musl","19.4.2","https://github.com/nrwl/nx","","MIT" "@nx/storybook@19.4.2","@nx/storybook","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT" "@nx/storybook@19.6.3","@nx/storybook","19.6.3","https://github.com/nrwl/nx","The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.","MIT" "@nx/vite@19.4.2","@nx/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT" @@ -432,7 +433,8 @@ "@radix-ui/react-visually-hidden@1.0.3","@radix-ui/react-visually-hidden","1.0.3","https://github.com/radix-ui/primitives","## Installation","MIT" "@radix-ui/rect@1.0.1","@radix-ui/rect","1.0.1","https://github.com/radix-ui/primitives","## Installation","MIT" "@rollup/pluginutils@5.1.0","@rollup/pluginutils","5.1.0","https://github.com/rollup/plugins","A set of utility functions commonly used by Rollup plugins","MIT" -"@rollup/rollup-darwin-arm64@4.21.1","@rollup/rollup-darwin-arm64","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT" +"@rollup/rollup-linux-x64-gnu@4.21.1","@rollup/rollup-linux-x64-gnu","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT" +"@rollup/rollup-linux-x64-musl@4.21.1","@rollup/rollup-linux-x64-musl","4.21.1","https://github.com/rollup/rollup","Native bindings for Rollup","MIT" "@rushstack/eslint-patch@1.10.4","@rushstack/eslint-patch","1.10.4","https://github.com/microsoft/rushstack","Enhance ESLint with better support for large scale monorepos","MIT" "@rushstack/node-core-library@4.0.2","@rushstack/node-core-library","4.0.2","https://github.com/microsoft/rushstack","Core libraries that every NodeJS toolchain project should use","MIT" "@rushstack/rig-package@0.5.2","@rushstack/rig-package","0.5.2","https://github.com/microsoft/rushstack","A system for sharing tool configurations between projects without duplicating config files.","MIT" @@ -551,7 +553,8 @@ "@swc-node/core@1.13.3","@swc-node/core","1.13.3","https://github.com/swc-project/swc-node","Faster swc nodejs binding","MIT" "@swc-node/register@1.9.2","@swc-node/register","1.9.2","https://github.com/swc-project/swc-node","SWC node register","MIT" "@swc-node/sourcemap-support@0.5.1","@swc-node/sourcemap-support","0.5.1","https://github.com/swc-project/swc-node","Runtime sourcemap support in NodeJS","MIT" -"@swc/core-darwin-arm64@1.5.29","@swc/core-darwin-arm64","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT" +"@swc/core-linux-x64-gnu@1.5.29","@swc/core-linux-x64-gnu","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT" +"@swc/core-linux-x64-musl@1.5.29","@swc/core-linux-x64-musl","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0 AND MIT" "@swc/core@1.5.29","@swc/core","1.5.29","https://github.com/swc-project/swc","Super-fast alternative for babel","Apache-2.0" "@swc/counter@0.1.3","@swc/counter","0.1.3","https://github.com/swc-project/pkgs","Downloade counter for the swc project","Apache-2.0" "@swc/helpers@0.5.11","@swc/helpers","0.5.11","https://github.com/swc-project/swc","External helpers for the swc project.","Apache-2.0" @@ -1173,8 +1176,6 @@ "fs-extra@8.1.0","fs-extra","8.1.0","https://github.com/jprichardson/node-fs-extra","fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf.","MIT" "fs-minipass@2.1.0","fs-minipass","2.1.0","https://github.com/npm/fs-minipass","fs read and write streams based on minipass","ISC" "fs.realpath@1.0.0","fs.realpath","1.0.0","https://github.com/isaacs/fs.realpath","Use node's fs.realpath, but fall back to the JS implementation if the native one fails","ISC" -"fsevents@2.3.2","fsevents","2.3.2","https://github.com/fsevents/fsevents","Native Access to MacOS FSEvents","MIT" -"fsevents@2.3.3","fsevents","2.3.3","https://github.com/fsevents/fsevents","Native Access to MacOS FSEvents","MIT" "function-bind@1.1.2","function-bind","1.1.2","https://github.com/Raynos/function-bind","Implementation of Function.prototype.bind","MIT" "functional-red-black-tree@1.0.1","functional-red-black-tree","1.0.1","https://github.com/mikolalysenko/functional-red-black-tree","A fully persistent balanced binary search tree","MIT" "functions-have-names@1.2.3","functions-have-names","1.2.3","https://github.com/inspect-js/functions-have-names","Does this JS environment support the `name` property on functions?","MIT" diff --git a/package-lock.json b/package-lock.json index aae6abe69d..a128d10444 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gala-chain/sdk", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gala-chain/sdk", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "workspaces": [ "chain-api", @@ -71,7 +71,7 @@ }, "chain-api": { "name": "@gala-chain/api", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { "bignumber.js": "^9.0.2", @@ -109,10 +109,10 @@ }, "chain-cli": { "name": "@gala-chain/cli", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "@noble/secp256k1": "^1.7.1", "@oclif/core": "^3", "@oclif/plugin-help": "^3", @@ -134,10 +134,10 @@ }, "chain-client": { "name": "@gala-chain/client", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "axios": "^1.6.0", "jsonschema": "^1.4.1", "tslib": "^2.6.2" @@ -162,25 +162,25 @@ }, "chain-connect": { "name": "@gala-chain/connect", - "version": "1.4.0", + "version": "1.4.1", "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "ethers": "^6.12.1", "tslib": "^2.3.0" } }, "chain-test": { "name": "@gala-chain/test", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { - "@gala-chain/client": "1.4.0", + "@gala-chain/client": "1.4.1", "@jest/globals": "29.7.0", "nanoid": "^3.3.6", "tslib": "^2.6.2" }, "peerDependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "bignumber.js": "*", "class-transformer": "*", "elliptic": "*", @@ -1279,10 +1279,10 @@ }, "chaincode": { "name": "@gala-chain/chaincode", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "dependencies": { - "@gala-chain/api": "1.4.0", + "@gala-chain/api": "1.4.1", "@grpc/grpc-js": "1.10.10", "fabric-contract-api": "2.5.6", "fabric-shim": "2.5.6", diff --git a/package.json b/package.json index 1a591a0e52..4302c455e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@gala-chain/sdk", - "version": "1.4.0", + "version": "1.4.1", "license": "Apache-2.0", "engines": { "node": ">=16"