@h2protocol/v4-client-js 1.3.64-h2.1 → 1.3.65-h2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/__native__/__ios__/v4-native-client.js +225154 -224229
- package/build/cjs/src/clients/modules/account.js +2 -2
- package/build/cjs/tsconfig.cjs.tsbuildinfo +1 -1
- package/build/esm/src/clients/modules/account.d.ts +1 -1
- package/build/esm/src/clients/modules/account.js +2 -2
- package/build/esm/tsconfig.esm.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/clients/modules/account.ts +2 -2
package/README.md
CHANGED
|
@@ -81,3 +81,6 @@ Pending: Different configurations may be needed to generate JS for Android app
|
|
|
81
81
|
Using the `npm version` command will update the appropriate version tags within the package locks and also will add a git tag with the version number..
|
|
82
82
|
For example `npm version minor` will perform the necessary changes for a minor version release. After the change is merged, a GitHub action will
|
|
83
83
|
[publish](https://github.com/dydxprotocol/v4-clients/blob/master/.github/workflows/js-publish.yml) the new release.
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
//在v4-client-js 目录下,打包后npm publish 就可以了
|