@taquito/beacon-wallet 24.3.0-beta.7 → 24.3.0-rc.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.
@@ -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": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
7
- "version": "24.3.0-beta.7"
6
+ "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
7
+ "version": "24.3.0-rc.1"
8
8
  };
@@ -32,8 +32,8 @@ class MissingRequiredScopes extends PermissionDeniedError {
32
32
 
33
33
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
34
34
  const VERSION = {
35
- "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
36
- "version": "24.3.0-beta.7"
35
+ "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
36
+ "version": "24.3.0-rc.1"
37
37
  };
38
38
 
39
39
  /**
@@ -31,8 +31,8 @@
31
31
 
32
32
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT!
33
33
  const VERSION = {
34
- "commitHash": "e5181715f96fc1a8e79c0c3a89b5130abe1a3434",
35
- "version": "24.3.0-beta.7"
34
+ "commitHash": "09e1a0ea1d934cd92bb3bc6658e6b5070f7d88ff",
35
+ "version": "24.3.0-rc.1"
36
36
  };
37
37
 
38
38
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/beacon-wallet",
3
- "version": "24.3.0-beta.7",
3
+ "version": "24.3.0-rc.1",
4
4
  "description": "TZIP-10 Beacon wallet integration for Taquito dapps built on the Beacon SDK DAppClient.",
5
5
  "keywords": [
6
6
  "taquito",
@@ -72,9 +72,9 @@
72
72
  "dependencies": {
73
73
  "@ecadlabs/beacon-dapp": "4.8.1-ecad.6",
74
74
  "@ecadlabs/beacon-types": "4.8.1-ecad.6",
75
- "@taquito/core": "^24.3.0-beta.7",
76
- "@taquito/taquito": "^24.3.0-beta.7",
77
- "@taquito/utils": "^24.3.0-beta.7",
75
+ "@taquito/core": "^24.3.0-rc.1",
76
+ "@taquito/taquito": "^24.3.0-rc.1",
77
+ "@taquito/utils": "^24.3.0-rc.1",
78
78
  "typedarray-to-buffer": "^4.0.0",
79
79
  "util": "^0.12.5"
80
80
  },