@taquito/beacon-wallet 24.2.0-beta.1 → 24.2.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.
@@ -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!
5
5
  exports.VERSION = {
6
- "commitHash": "3f0dac2d1edb047928bcbe89db422d4de60f007e",
7
- "version": "24.2.0-beta.1"
6
+ "commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
7
+ "version": "24.2.0"
8
8
  };
@@ -64,8 +64,8 @@ class MissingRequiredScopes extends PermissionDeniedError {
64
64
 
65
65
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
66
66
  const VERSION = {
67
- "commitHash": "3f0dac2d1edb047928bcbe89db422d4de60f007e",
68
- "version": "24.2.0-beta.1"
67
+ "commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
68
+ "version": "24.2.0"
69
69
  };
70
70
 
71
71
  /**
@@ -63,8 +63,8 @@
63
63
 
64
64
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
65
65
  const VERSION = {
66
- "commitHash": "3f0dac2d1edb047928bcbe89db422d4de60f007e",
67
- "version": "24.2.0-beta.1"
66
+ "commitHash": "105a7b15cfb862a0732c204e0e9741098d697775",
67
+ "version": "24.2.0"
68
68
  };
69
69
 
70
70
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/beacon-wallet",
3
- "version": "24.2.0-beta.1",
3
+ "version": "24.2.0",
4
4
  "description": "Beacon wallet provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -115,8 +115,8 @@
115
115
  "dependencies": {
116
116
  "@ecadlabs/beacon-dapp": "^4.8.1-ecad",
117
117
  "@ecadlabs/beacon-types": "^4.8.1-ecad",
118
- "@taquito/core": "^24.2.0-beta.1",
119
- "@taquito/taquito": "^24.2.0-beta.1",
118
+ "@taquito/core": "^24.2.0",
119
+ "@taquito/taquito": "^24.2.0",
120
120
  "crypto-browserify": "^3.12.1",
121
121
  "util": "^0.12.5"
122
122
  },
@@ -155,5 +155,5 @@
155
155
  "webpack": "^5.94.0",
156
156
  "webpack-cli": "^5.1.4"
157
157
  },
158
- "gitHead": "96cefc251b1f16b14f9dedfb2eecda3dbeb2a829"
158
+ "gitHead": "689f242c1780c9fe98c050819c55986912db3934"
159
159
  }