@injectivelabs/wallet-core 1.16.39-alpha.0 → 1.17.2-alpha.0
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/dist/cjs/index.cjs +0 -1
- package/dist/esm/index.js +0 -1
- package/package.json +7 -7
package/dist/cjs/index.cjs
CHANGED
|
@@ -109,7 +109,6 @@ var BaseWalletStrategy = class {
|
|
|
109
109
|
}
|
|
110
110
|
setMetadata(metadata) {
|
|
111
111
|
var _this$getStrategy$set, _this$getStrategy;
|
|
112
|
-
console.log("Setting metadata", metadata);
|
|
113
112
|
this.metadata = metadata;
|
|
114
113
|
(_this$getStrategy$set = (_this$getStrategy = this.getStrategy()).setMetadata) === null || _this$getStrategy$set === void 0 || _this$getStrategy$set.call(_this$getStrategy, metadata);
|
|
115
114
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -109,7 +109,6 @@ var BaseWalletStrategy = class {
|
|
|
109
109
|
}
|
|
110
110
|
setMetadata(metadata) {
|
|
111
111
|
var _this$getStrategy$set, _this$getStrategy;
|
|
112
|
-
console.log("Setting metadata", metadata);
|
|
113
112
|
this.metadata = metadata;
|
|
114
113
|
(_this$getStrategy$set = (_this$getStrategy = this.getStrategy()).setMetadata) === null || _this$getStrategy$set === void 0 || _this$getStrategy$set.call(_this$getStrategy, metadata);
|
|
115
114
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/wallet-core",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.17.2-alpha.0",
|
|
4
4
|
"description": "Core wallet strategy",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"author": {
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@keplr-wallet/types": "^0.12.296",
|
|
42
42
|
"eventemitter3": "^5.0.1",
|
|
43
|
-
"@injectivelabs/exceptions": "1.
|
|
44
|
-
"@injectivelabs/sdk-ts": "1.
|
|
45
|
-
"@injectivelabs/ts-types": "1.
|
|
46
|
-
"@injectivelabs/networks": "1.
|
|
47
|
-
"@injectivelabs/utils": "1.
|
|
48
|
-
"@injectivelabs/wallet-base": "1.
|
|
43
|
+
"@injectivelabs/exceptions": "1.17.2-alpha.0",
|
|
44
|
+
"@injectivelabs/sdk-ts": "1.17.2-alpha.0",
|
|
45
|
+
"@injectivelabs/ts-types": "1.17.2-alpha.0",
|
|
46
|
+
"@injectivelabs/networks": "1.17.2-alpha.0",
|
|
47
|
+
"@injectivelabs/utils": "1.17.2-alpha.0",
|
|
48
|
+
"@injectivelabs/wallet-base": "1.17.2-alpha.0"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|