forked from GalaChain/sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to 1.4.2 (GalaChain#350)
Co-authored-by: galachain-release-bot <[email protected]>
- Loading branch information
1 parent
9d23aca
commit 400a00e
Showing
14 changed files
with
1,109 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -201,13 +201,13 @@ | |
"@floating-ui/[email protected]","@floating-ui/dom","1.6.10","https://github.com/floating-ui/floating-ui","Floating UI for the web","MIT" | ||
"@floating-ui/[email protected]","@floating-ui/react-dom","2.1.1","https://github.com/floating-ui/floating-ui","Floating UI for React DOM","MIT" | ||
"@floating-ui/[email protected]","@floating-ui/utils","0.2.7","https://github.com/floating-ui/floating-ui","Utilities for Floating UI","MIT" | ||
"@gala-chain/[email protected].1","@gala-chain/api","1.4.1","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0" | ||
"@gala-chain/[email protected].1","@gala-chain/chaincode","1.4.1","","Framework for building chaincodes on GalaChain","Apache-2.0" | ||
"@gala-chain/[email protected].1","@gala-chain/cli","1.4.1","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0" | ||
"@gala-chain/[email protected].1","@gala-chain/client","1.4.1","","GalaChain client library","Apache-2.0" | ||
"@gala-chain/[email protected].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/[email protected].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/[email protected].1","@gala-chain/test","1.4.1","","Unit testing and integration testing for GalaChain","Apache-2.0" | ||
"@gala-chain/[email protected].2","@gala-chain/api","1.4.2","","Common types, DTOs (Data Transfer Objects), APIs, signatures, and utils for GalaChain.","Apache-2.0" | ||
"@gala-chain/[email protected].2","@gala-chain/chaincode","1.4.2","","Framework for building chaincodes on GalaChain","Apache-2.0" | ||
"@gala-chain/[email protected].2","@gala-chain/cli","1.4.2","","CLI for GalaChain to manage and deploy chaincodes","Apache-2.0" | ||
"@gala-chain/[email protected].2","@gala-chain/client","1.4.2","","GalaChain client library","Apache-2.0" | ||
"@gala-chain/[email protected].2","@gala-chain/connect","1.4.2","","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/[email protected].2","@gala-chain/sdk","1.4.2","","Welcome to developing with GalaChain! GalaChain SDK is a set of TS tools to help you develop on GalaChain:","UNLICENSED" | ||
"@gala-chain/[email protected].2","@gala-chain/test","1.4.2","","Unit testing and integration testing for GalaChain","Apache-2.0" | ||
"@galachain/[email protected]","@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/[email protected]","@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/[email protected]","@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" | ||
|
@@ -295,6 +295,7 @@ | |
"@nrwl/[email protected]","@nrwl/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" | ||
"@nrwl/[email protected]","@nrwl/tao","19.4.2","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT" | ||
"@nrwl/[email protected]","@nrwl/tao","19.6.3","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT" | ||
"@nrwl/[email protected]","@nrwl/tao","19.6.4","https://github.com/nrwl/nx","CLI for generating code and running commands","MIT" | ||
"@nrwl/[email protected]","@nrwl/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT" | ||
"@nrwl/[email protected]","@nrwl/web","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for Web Components contains generators for managing Web Component applications and libraries within an Nx workspace. It provides: | ||
|
||
|
@@ -325,10 +326,13 @@ | |
"@nx/[email protected]","@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/[email protected]","@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/[email protected]","@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/nx-linux-x64-gnu@19.3.0","@nx/nx-linux-x64-gnu","19.3.0","https://github.com/nrwl/nx","","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/[email protected]","@nx/nx-linux-x64-gnu","19.4.2","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.3.0","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@nx/nx-linux-x64-gnu","19.6.3","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@nx/nx-linux-x64-gnu","19.6.4","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.4.2","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.6.3","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@nx/nx-linux-x64-musl","19.6.4","https://github.com/nrwl/nx","","MIT" | ||
"@nx/[email protected]","@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/[email protected]","@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/[email protected]","@nx/vite","19.4.2","https://github.com/nrwl/nx","The Nx Plugin for building and testing applications using Vite","MIT" | ||
|
@@ -1610,6 +1614,7 @@ | |
"[email protected]","nwsapi","2.2.12","https://github.com/dperini/nwsapi","Fast CSS Selectors API Engine","MIT" | ||
"[email protected]","nx","19.4.2","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT" | ||
"[email protected]","nx","19.6.3","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT" | ||
"[email protected]","nx","19.6.4","https://github.com/nrwl/nx","The core Nx plugin contains the core functionality of Nx like the project graph, nx commands and task orchestration.","MIT" | ||
"[email protected]","nyc","14.1.1","https://github.com/istanbuljs/nyc","the Istanbul command line interface","ISC" | ||
"[email protected]","nyc","15.1.0","https://github.com/istanbuljs/nyc","the Istanbul command line interface","ISC" | ||
"[email protected]","nypm","0.3.11","https://github.com/unjs/nypm","Unified Package Manager for Node.js","MIT" | ||
|
Oops, something went wrong.