@injectivelabs/wallet-wallet-connect 0.0.4-beta.7 → 0.0.5

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 { WalletConnect as WalletConnectStrategy } from './strategy/strategy';
1
+ export { WalletConnect as WalletConnectStrategy } from './strategy/strategy.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,OAAO,EAAE,aAAa,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,qBAAqB,EAAE,MAAM,wBAAwB,CAAA"}
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.WalletConnectStrategy = void 0;
4
- var strategy_1 = require("./strategy/strategy");
5
- Object.defineProperty(exports, "WalletConnectStrategy", { enumerable: true, get: function () { return strategy_1.WalletConnect; } });
4
+ var strategy_js_1 = require("./strategy/strategy.js");
5
+ Object.defineProperty(exports, "WalletConnectStrategy", { enumerable: true, get: function () { return strategy_js_1.WalletConnect; } });
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,gDAA4E;AAAnE,iHAAA,aAAa,OAAyB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,sDAA+E;AAAtE,oHAAA,aAAa,OAAyB"}
@@ -1,2 +1,2 @@
1
- export { WalletConnect as WalletConnectStrategy } from './strategy/strategy';
1
+ export { WalletConnect as WalletConnectStrategy } from './strategy/strategy.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,OAAO,EAAE,aAAa,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,qBAAqB,EAAE,MAAM,wBAAwB,CAAA"}
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { WalletConnect as WalletConnectStrategy } from './strategy/strategy';
1
+ export { WalletConnect as WalletConnectStrategy } from './strategy/strategy.js';
2
2
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,qBAAqB,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,qBAAqB,EAAE,MAAM,wBAAwB,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-wallet-connect",
3
3
  "description": "Wallet connect strategy for use with @injectivelabs/wallet-core.",
4
- "version": "0.0.4-beta.7",
4
+ "version": "0.0.5",
5
5
  "sideEffects": false,
6
6
  "author": {
7
7
  "name": "InjectiveLabs",
@@ -18,7 +18,9 @@
18
18
  "~wallet-wallet-connect": "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",
@@ -31,14 +33,14 @@
31
33
  "start": "node dist/index.js"
32
34
  },
33
35
  "dependencies": {
34
- "@injectivelabs/exceptions": "^1.14.17-beta.2",
35
- "@injectivelabs/sdk-ts": "^1.14.17-beta.6",
36
- "@injectivelabs/ts-types": "^1.14.16",
37
- "@injectivelabs/utils": "^1.14.17-beta.2",
38
- "@injectivelabs/wallet-base": "^0.0.4-beta.6",
36
+ "@injectivelabs/exceptions": "^1.14.17",
37
+ "@injectivelabs/sdk-ts": "^1.14.18",
38
+ "@injectivelabs/ts-types": "^1.14.17",
39
+ "@injectivelabs/utils": "^1.14.17",
40
+ "@injectivelabs/wallet-base": "^0.0.5",
39
41
  "@walletconnect/ethereum-provider": "^2.12.2"
40
42
  },
41
- "gitHead": "1b13f41772841d8cff637fa4c395bc7de4b9d97d",
43
+ "gitHead": "7ce6d9350f6006eba165ec81a85833c95195fd2d",
42
44
  "typedoc": {
43
45
  "entryPoint": "./src/index.ts",
44
46
  "readmeFile": "./README.md",