@taquito/beacon-wallet 19.1.0 → 19.2.0-RC.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/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  # Taquito Beacon Wallet package
2
2
 
3
- _Documentation can be found [here](https://tezostaquito.io/docs/wallet_API)_
4
- _TypeDoc style documentation is available [here](https://tezostaquito.io/typedoc/modules/_taquito_beacon_wallet.html)_
3
+ _Documentation can be found [here](https://taquito.io/docs/wallet_API)_
4
+ _TypeDoc style documentation is available [here](https://taquito.io/typedoc/modules/_taquito_beacon_wallet.html)_
5
5
 
6
6
  ## General Information
7
7
 
@@ -25,7 +25,7 @@ import { BeaconWallet } from '@taquito/beacon-wallet';
25
25
 
26
26
  const options = {
27
27
  name: 'MyAwesomeDapp',
28
- iconUrl: 'https://tezostaquito.io/img/favicon.svg',
28
+ iconUrl: 'https://taquito.io/img/favicon.svg',
29
29
  preferredNetwork: 'chosen_network',
30
30
  eventHandlers: {
31
31
  PERMISSION_REQUEST_SUCCESS: {
@@ -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": "bb48f61207e1806442b0874365e98c7283ba1f68",
7
- "version": "19.1.0"
6
+ "commitHash": "139330bbf14149ae22bf9b3859a7f7ee1b415a23",
7
+ "version": "19.2.0-RC.0"
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": "bb48f61207e1806442b0874365e98c7283ba1f68",
67
- "version": "19.1.0"
66
+ "commitHash": "139330bbf14149ae22bf9b3859a7f7ee1b415a23",
67
+ "version": "19.2.0-RC.0"
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": "bb48f61207e1806442b0874365e98c7283ba1f68",
67
- "version": "19.1.0"
66
+ "commitHash": "139330bbf14149ae22bf9b3859a7f7ee1b415a23",
67
+ "version": "19.2.0-RC.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": "19.1.0",
3
+ "version": "19.2.0-RC.0",
4
4
  "description": "Beacon wallet provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -67,9 +67,9 @@
67
67
  ]
68
68
  },
69
69
  "dependencies": {
70
- "@airgap/beacon-dapp": "4.1.2",
70
+ "@airgap/beacon-dapp": "^4.2.1",
71
71
  "@taquito/core": "^19.1.0",
72
- "@taquito/taquito": "^19.1.0"
72
+ "@taquito/taquito": "^19.2.0-RC.0"
73
73
  },
74
74
  "devDependencies": {
75
75
  "@types/bluebird": "^3.5.40",
@@ -83,6 +83,7 @@
83
83
  "coveralls": "^3.1.1",
84
84
  "cross-env": "^7.0.3",
85
85
  "eslint": "^8.51.0",
86
+ "fake-indexeddb": "^5.0.2",
86
87
  "jest": "^29.7.0",
87
88
  "jest-config": "^29.7.0",
88
89
  "lint-staged": "^14.0.1",
@@ -102,5 +103,5 @@
102
103
  "webpack": "^5.89.0",
103
104
  "webpack-cli": "^5.1.4"
104
105
  },
105
- "gitHead": "6a8721a56b88c8d09ecb47eda33f70c02e81449f"
106
+ "gitHead": "48fdd7dab4204fe36fe2cb87ef3bf4a88ea6a042"
106
107
  }