@perpx/js-sdk 0.0.2 → 0.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@perpx/js-sdk",
3
- "version": "0.0.2",
3
+ "version": "0.0.4",
4
4
  "description": "General client library for the new PerpX system",
5
5
  "main": "build/cjs/src/index.js",
6
6
  "module": "build/esm/src/index.js",
@@ -62,19 +62,17 @@
62
62
  "@cosmjs/utils": "^0.32.1",
63
63
  "@osmonauts/lcd": "^0.6.0",
64
64
  "@perpx/node-service-base-dev": "^0.3.2",
65
- "@perpx/proto": "^0.0.1",
65
+ "@perpx/proto": "0.0.3",
66
66
  "@scure/bip32": "^1.1.5",
67
67
  "@scure/bip39": "^1.1.1",
68
- "axios": "^1.12.0",
68
+ "axios": "1.1.3",
69
69
  "bech32": "^1.1.4",
70
70
  "bignumber.js": "^9.1.1",
71
71
  "cosmjs-types": "^0.9.0",
72
72
  "ethereum-cryptography": "^2.0.0",
73
73
  "ethers": "^6.6.1",
74
74
  "https-proxy-agent": "^7.0.6",
75
- "i": "^0.3.7",
76
75
  "long": "^4.0.0",
77
- "npm": "^11.8.0",
78
76
  "protobufjs": ">=6.11.4",
79
77
  "ws": "^8.14.2"
80
78
  },
@@ -91,14 +89,13 @@
91
89
  }
92
90
  },
93
91
  "devDependencies": {
94
- "jest": "^28.1.3",
95
92
  "@babel/core": "^7.19.4",
96
93
  "@commitlint/cli": "^19.5.0",
97
94
  "@commitlint/config-conventional": "^19.5.0",
98
95
  "@protobufs/cosmos": "^0.0.11",
99
96
  "@protobufs/gogoproto": "^0.0.10",
100
97
  "@semantic-release/changelog": "^6.0.3",
101
- "@semantic-release/npm": "^12.0.1",
98
+ "@semantic-release/npm": "^10.0.6",
102
99
  "@types/ffi-napi": "^4.0.4",
103
100
  "@types/node": "^20.3.1",
104
101
  "@types/ws": "8.5.4",
@@ -108,14 +105,14 @@
108
105
  "babel-loader": "^9.1.2",
109
106
  "browserify-zlib": "^0.2.0",
110
107
  "buffer": "^6.0.3",
111
- "crypto-browserify": "^3.12.0",
108
+ "crypto-browserify": "^3.3.0",
112
109
  "eslint-config-prettier": "^9.1.0",
113
110
  "grpc-tools": "^1.12.4",
114
111
  "https-browserify": "^1.0.0",
115
- "node-polyfill-webpack-plugin": "^2.0.1",
112
+ "node-polyfill-webpack-plugin": "^4.0.0",
116
113
  "path-browserify": "^1.0.1",
117
114
  "prettier": "3.2.5",
118
- "semantic-release": "^24.1.1",
115
+ "semantic-release": "^21.1.2",
119
116
  "stream-browserify": "^3.0.0",
120
117
  "stream-http": "^3.2.0",
121
118
  "ts-jest": "^29.4.6",