@injectivelabs/wallet-magic 0.0.4-beta.6 → 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 { Magic as MagicStrategy } from './strategy/strategy';
1
+ export { Magic as MagicStrategy } 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,KAAK,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,aAAa,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.MagicStrategy = void 0;
4
- var strategy_1 = require("./strategy/strategy");
5
- Object.defineProperty(exports, "MagicStrategy", { enumerable: true, get: function () { return strategy_1.Magic; } });
4
+ var strategy_js_1 = require("./strategy/strategy.js");
5
+ Object.defineProperty(exports, "MagicStrategy", { enumerable: true, get: function () { return strategy_js_1.Magic; } });
6
6
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,gDAA4D;AAAnD,yGAAA,KAAK,OAAiB"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;;AAAA,sDAA+D;AAAtD,4GAAA,KAAK,OAAiB"}
@@ -1,2 +1,2 @@
1
- export { Magic as MagicStrategy } from './strategy/strategy';
1
+ export { Magic as MagicStrategy } 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,KAAK,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAA"}
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export { Magic as MagicStrategy } from './strategy/strategy';
1
+ export { Magic as MagicStrategy } 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,KAAK,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAA"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-magic",
3
3
  "description": "Magic wallet strategy for use with @injectivelabs/wallet-core.",
4
- "version": "0.0.4-beta.6",
4
+ "version": "0.0.4",
5
5
  "sideEffects": false,
6
6
  "author": {
7
7
  "name": "InjectiveLabs",
@@ -18,7 +18,9 @@
18
18
  "~wallet-magic": "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,16 +33,16 @@
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.17",
38
+ "@injectivelabs/ts-types": "^1.14.17",
39
+ "@injectivelabs/utils": "^1.14.17",
40
+ "@injectivelabs/wallet-base": "^0.0.4",
39
41
  "@magic-ext/cosmos": "23.9.1",
40
42
  "@magic-ext/oauth2": "9.9.0",
41
43
  "magic-sdk": "28.9.0"
42
44
  },
43
- "gitHead": "1b13f41772841d8cff637fa4c395bc7de4b9d97d",
45
+ "gitHead": "d3515dba70c4aa808d91302311d2f6d9f6f8af63",
44
46
  "typedoc": {
45
47
  "entryPoint": "./src/index.ts",
46
48
  "readmeFile": "./README.md",