@taquito/beacon-wallet 23.0.0-beta.1 → 23.0.1
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/lib/version.js
CHANGED
|
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.VERSION = void 0;
|
|
4
4
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
5
5
|
exports.VERSION = {
|
|
6
|
-
"commitHash": "
|
|
7
|
-
"version": "23.0.
|
|
6
|
+
"commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
|
|
7
|
+
"version": "23.0.1"
|
|
8
8
|
};
|
|
@@ -63,8 +63,8 @@ class MissingRequiredScopes extends PermissionDeniedError {
|
|
|
63
63
|
|
|
64
64
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
65
65
|
const VERSION = {
|
|
66
|
-
"commitHash": "
|
|
67
|
-
"version": "23.0.
|
|
66
|
+
"commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
|
|
67
|
+
"version": "23.0.1"
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
/**
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
|
|
64
64
|
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
|
|
65
65
|
const VERSION = {
|
|
66
|
-
"commitHash": "
|
|
67
|
-
"version": "23.0.
|
|
66
|
+
"commitHash": "c26a3d67ae3694c157f4f56fb5bf85ca3c495a9b",
|
|
67
|
+
"version": "23.0.1"
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@taquito/beacon-wallet",
|
|
3
|
-
"version": "23.0.
|
|
3
|
+
"version": "23.0.1",
|
|
4
4
|
"description": "Beacon wallet provider",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tezos",
|
|
@@ -100,9 +100,9 @@
|
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
102
|
"dependencies": {
|
|
103
|
-
"@airgap/beacon-dapp": "4.
|
|
104
|
-
"@taquito/core": "^23.0.
|
|
105
|
-
"@taquito/taquito": "^23.0.
|
|
103
|
+
"@airgap/beacon-dapp": "^4.6.1-rc1",
|
|
104
|
+
"@taquito/core": "^23.0.1",
|
|
105
|
+
"@taquito/taquito": "^23.0.1",
|
|
106
106
|
"crypto-browserify": "^3.12.1",
|
|
107
107
|
"util": "^0.12.5"
|
|
108
108
|
},
|
|
@@ -138,5 +138,5 @@
|
|
|
138
138
|
"webpack": "^5.94.0",
|
|
139
139
|
"webpack-cli": "^5.1.4"
|
|
140
140
|
},
|
|
141
|
-
"gitHead": "
|
|
141
|
+
"gitHead": "d67244a8188ee3a62390f32b75ba1acf599a782f"
|
|
142
142
|
}
|