@initia/initia.js 0.0.36 → 0.0.37

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.
@@ -1,3 +1,2 @@
1
1
  export * from './hash';
2
- export * from './contract';
3
2
  export * from './bcs';
@@ -15,6 +15,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./hash"), exports);
18
- __exportStar(require("./contract"), exports);
19
18
  __exportStar(require("./bcs"), exports);
20
19
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/util/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,6CAA2B;AAC3B,wCAAsB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/util/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,yCAAuB;AACvB,wCAAsB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@initia/initia.js",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "description": "The JavaScript SDK for Initia",
5
5
  "license": "MIT",
6
6
  "author": "InitiaLabs",
@@ -57,7 +57,6 @@
57
57
  "@types/bn.js": "^5.1.1",
58
58
  "@types/jest": "^29.0.3",
59
59
  "@types/node": "^18.7.18",
60
- "@types/readable-stream": "^2.3.14",
61
60
  "@types/ripemd160": "^2.0.0",
62
61
  "@types/secp256k1": "^4.0.3",
63
62
  "@types/tmp": "^0.2.3",
@@ -85,24 +84,20 @@
85
84
  },
86
85
  "dependencies": {
87
86
  "@initia/initia.proto": "^0.0.17-alpha1",
88
- "@ledgerhq/hw-transport": "^6.20.0",
89
- "@ledgerhq/hw-transport-node-hid": "^6.20.0",
90
- "@ledgerhq/hw-transport-webhid": "^6.20.0",
91
- "@ledgerhq/hw-transport-webusb": "^6.20.0",
87
+ "@ledgerhq/hw-transport": "^6.27.12",
88
+ "@ledgerhq/hw-transport-webhid": "^6.27.12",
89
+ "@ledgerhq/hw-transport-webusb": "^6.27.12",
92
90
  "@mysten/bcs": "^0.5.0",
93
91
  "axios": "^0.27.2",
94
92
  "bech32": "^2.0.0",
95
93
  "bignumber.js": "^9.1.0",
96
94
  "bip32": "^2.0.6",
97
95
  "bip39": "^3.0.4",
98
- "bufferutil": "^4.0.6",
99
96
  "jscrypto": "^1.0.3",
100
97
  "long": "^5.2.0",
101
- "readable-stream": "^4.1.0",
102
98
  "ripemd160": "^2.0.2",
103
99
  "secp256k1": "^4.0.3",
104
100
  "tmp": "^0.2.1",
105
- "utf-8-validate": "^5.0.9",
106
101
  "ws": "^7.5.9"
107
102
  }
108
103
  }