@injectivelabs/wallet-strategy 0.0.4-beta.7 → 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.
@@ -1,2 +1,2 @@
1
- export * from './strategy';
1
+ export * from './strategy/index.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
package/dist/cjs/index.js CHANGED
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./strategy"), exports);
17
+ __exportStar(require("./strategy/index.js"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,6CAA0B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC"}
@@ -1,2 +1,2 @@
1
- export * from './WalletStrategy';
1
+ export * from './WalletStrategy.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -14,5 +14,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
14
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
15
  };
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./WalletStrategy"), exports);
17
+ __exportStar(require("./WalletStrategy.js"), exports);
18
18
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,mDAAgC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,sDAAmC"}
@@ -1,2 +1,2 @@
1
- export * from './strategy';
1
+ export * from './strategy/index.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from './strategy';
1
+ export * from './strategy/index.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -1,2 +1,2 @@
1
- export * from './WalletStrategy';
1
+ export * from './WalletStrategy.js';
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
@@ -1,2 +1,2 @@
1
- export * from './WalletStrategy';
1
+ export * from './WalletStrategy.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":"AAAA,cAAc,kBAAkB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/strategy/index.ts"],"names":[],"mappings":"AAAA,cAAc,qBAAqB,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-strategy",
3
3
  "description": "Wallet strategy with instantiated wallets",
4
- "version": "0.0.4-beta.7",
4
+ "version": "0.0.4",
5
5
  "sideEffects": false,
6
6
  "author": {
7
7
  "name": "InjectiveLabs",
@@ -18,7 +18,9 @@
18
18
  "~wallet-strategy": "dist"
19
19
  },
20
20
  "scripts": {
21
- "build": "tsc --build --force tsconfig.build.json && tsc --build --force tsconfig.build.esm.json && yarn build:post",
21
+ "build": "yarn build:cjs && yarn build:esm && yarn build:post",
22
+ "build:cjs": "tsc --build --force tsconfig.build.json",
23
+ "build:esm": "tsc --build --force tsconfig.build.esm.json",
22
24
  "build:watch": "tsc --build -w tsconfig.build.json && tsc -w --build tsconfig.build.esm.json && yarn build:post",
23
25
  "build:post": "shx cp ../../../etc/stub/package.json.stub dist/cjs/package.json && shx cp ../../../etc/stub/package.esm.json.stub dist/esm/package.json",
24
26
  "clean": "tsc --build tsconfig.build.json --clean && tsc --build tsconfig.build.esm.json --clean && shx rm -rf coverage *.log junit.xml dist && jest --clearCache && shx mkdir -p dist",
@@ -33,22 +35,22 @@
33
35
  "dependencies": {
34
36
  "@ethereumjs/common": "^3.1.1",
35
37
  "@ethereumjs/tx": "^4.1.1",
36
- "@injectivelabs/exceptions": "^1.14.17-beta.2",
37
- "@injectivelabs/networks": "^1.14.17-beta.2",
38
- "@injectivelabs/sdk-ts": "^1.14.17-beta.6",
39
- "@injectivelabs/ts-types": "^1.14.16",
40
- "@injectivelabs/utils": "^1.14.17-beta.2",
41
- "@injectivelabs/wallet-base": "^0.0.4-beta.6",
42
- "@injectivelabs/wallet-core": "^0.0.4-beta.7",
43
- "@injectivelabs/wallet-cosmos": "^0.0.4-beta.6",
44
- "@injectivelabs/wallet-cosmostation": "^0.0.4-beta.6",
45
- "@injectivelabs/wallet-evm": "^0.0.4-beta.6",
46
- "@injectivelabs/wallet-ledger": "^0.0.4-beta.6",
47
- "@injectivelabs/wallet-magic": "^0.0.4-beta.6",
48
- "@injectivelabs/wallet-private-key": "^0.0.4-beta.6",
49
- "@injectivelabs/wallet-trezor": "^0.0.4-beta.6",
50
- "@injectivelabs/wallet-wallet-connect": "^0.0.4-beta.7",
51
- "alchemy-sdk": "^2.6.3",
38
+ "@injectivelabs/exceptions": "^1.14.17",
39
+ "@injectivelabs/networks": "^1.14.17",
40
+ "@injectivelabs/sdk-ts": "^1.14.17",
41
+ "@injectivelabs/ts-types": "^1.14.17",
42
+ "@injectivelabs/utils": "^1.14.17",
43
+ "@injectivelabs/wallet-base": "^0.0.4",
44
+ "@injectivelabs/wallet-core": "^0.0.4",
45
+ "@injectivelabs/wallet-cosmos": "^0.0.4",
46
+ "@injectivelabs/wallet-cosmostation": "^0.0.4",
47
+ "@injectivelabs/wallet-evm": "^0.0.4",
48
+ "@injectivelabs/wallet-ledger": "^0.0.4",
49
+ "@injectivelabs/wallet-magic": "^0.0.4",
50
+ "@injectivelabs/wallet-private-key": "^0.0.4",
51
+ "@injectivelabs/wallet-trezor": "^0.0.4",
52
+ "@injectivelabs/wallet-wallet-connect": "^0.0.4",
53
+ "alchemy-sdk": "^3.4.7",
52
54
  "eip1193-provider": "^1.0.1",
53
55
  "eth-sig-util": "^3.0.1",
54
56
  "ethereumjs-util": "^7.1.0",
@@ -66,5 +68,5 @@
66
68
  "**/libsodium": "npm:@bangjelkoski/noop",
67
69
  "**/libsodium-wrappers": "npm:@bangjelkoski/noop"
68
70
  },
69
- "gitHead": "1b13f41772841d8cff637fa4c395bc7de4b9d97d"
71
+ "gitHead": "d3515dba70c4aa808d91302311d2f6d9f6f8af63"
70
72
  }