@polkadot/extension-base 0.44.7 → 0.44.8

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.
Files changed (51) hide show
  1. package/background/RequestBytesSign.js +1 -1
  2. package/background/RequestExtrinsicSign.js +1 -1
  3. package/background/handlers/Extension.js +1 -1
  4. package/background/handlers/State.js +1 -1
  5. package/background/handlers/Tabs.js +1 -1
  6. package/background/handlers/helpers.js +1 -1
  7. package/background/handlers/index.js +1 -1
  8. package/background/handlers/subscriptions.js +1 -1
  9. package/bundle.js +1 -1
  10. package/cjs/background/RequestBytesSign.js +1 -1
  11. package/cjs/background/RequestExtrinsicSign.js +1 -1
  12. package/cjs/background/handlers/Extension.js +1 -1
  13. package/cjs/background/handlers/State.js +1 -1
  14. package/cjs/background/handlers/Tabs.js +1 -1
  15. package/cjs/background/handlers/helpers.js +1 -1
  16. package/cjs/background/handlers/index.js +1 -1
  17. package/cjs/background/handlers/subscriptions.js +1 -1
  18. package/cjs/defaults.js +1 -1
  19. package/cjs/detectOther.js +1 -1
  20. package/cjs/detectPackage.js +1 -1
  21. package/cjs/packageInfo.js +2 -2
  22. package/cjs/page/Accounts.js +1 -1
  23. package/cjs/page/Injected.js +1 -1
  24. package/cjs/page/Metadata.js +1 -1
  25. package/cjs/page/PostMessageProvider.js +1 -1
  26. package/cjs/page/Signer.js +1 -1
  27. package/cjs/page/index.js +1 -1
  28. package/cjs/stores/Accounts.js +1 -1
  29. package/cjs/stores/Base.js +1 -1
  30. package/cjs/stores/Metadata.js +1 -1
  31. package/cjs/utils/canDerive.js +1 -1
  32. package/cjs/utils/getId.js +1 -1
  33. package/defaults.js +1 -1
  34. package/detectOther.js +1 -1
  35. package/detectPackage.js +1 -1
  36. package/index.js +1 -1
  37. package/package.json +14 -14
  38. package/packageInfo.js +2 -2
  39. package/page/Accounts.js +1 -1
  40. package/page/Injected.js +1 -1
  41. package/page/Metadata.js +1 -1
  42. package/page/PostMessageProvider.js +1 -1
  43. package/page/Signer.js +1 -1
  44. package/page/index.js +1 -1
  45. package/stores/Accounts.js +1 -1
  46. package/stores/Base.js +1 -1
  47. package/stores/Metadata.js +1 -1
  48. package/stores/index.js +1 -1
  49. package/utils/canDerive.js +1 -1
  50. package/utils/getId.js +1 -1
  51. package/utils/index.js +1 -1
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { wrapBytes } from '@polkadot/extension-dapp/wrapBytes';
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export default class RequestExtrinsicSign {
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { ALLOWED_PATH, PASSWORD_EXPIRY_MS } from '@polkadot/extension-base/defaults';
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-bg authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-bg authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { BehaviorSubject } from 'rxjs';
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { PHISHING_PAGE_REDIRECT } from '@polkadot/extension-base/defaults';
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export function withErrorLog(fn) {
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { assert } from '@polkadot/util';
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  const subscriptions = {};
package/bundle.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export { packageInfo } from "./packageInfo.js";
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.default = void 0;
7
7
  var _wrapBytes = require("@polkadot/extension-dapp/wrapBytes");
8
8
  var _util = require("@polkadot/util");
9
- // Copyright 2019-2022 @polkadot/extension authors & contributors
9
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
10
10
  // SPDX-License-Identifier: Apache-2.0
11
11
 
12
12
  class RequestBytesSign {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2019-2022 @polkadot/extension authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  class RequestExtrinsicSign {
@@ -14,7 +14,7 @@ var _util = require("@polkadot/util");
14
14
  var _utilCrypto = require("@polkadot/util-crypto");
15
15
  var _helpers = require("./helpers");
16
16
  var _subscriptions = require("./subscriptions");
17
- // Copyright 2019-2022 @polkadot/extension authors & contributors
17
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
18
18
  // SPDX-License-Identifier: Apache-2.0
19
19
 
20
20
  const SEED_DEFAULT_LENGTH = 12;
@@ -13,7 +13,7 @@ var _uiSettings = _interopRequireDefault(require("@polkadot/ui-settings"));
13
13
  var _util = require("@polkadot/util");
14
14
  var _stores = require("../../stores");
15
15
  var _helpers = require("./helpers");
16
- // Copyright 2019-2022 @polkadot/extension-bg authors & contributors
16
+ // Copyright 2019-2023 @polkadot/extension-bg authors & contributors
17
17
  // SPDX-License-Identifier: Apache-2.0
18
18
 
19
19
  const NOTIFICATION_URL = chrome.extension.getURL('notification.html');
@@ -15,7 +15,7 @@ var _RequestBytesSign = _interopRequireDefault(require("../RequestBytesSign"));
15
15
  var _RequestExtrinsicSign = _interopRequireDefault(require("../RequestExtrinsicSign"));
16
16
  var _helpers = require("./helpers");
17
17
  var _subscriptions = require("./subscriptions");
18
- // Copyright 2019-2022 @polkadot/extension authors & contributors
18
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
19
19
  // SPDX-License-Identifier: Apache-2.0
20
20
 
21
21
  function transformAccounts(accounts) {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.withErrorLog = withErrorLog;
7
- // Copyright 2019-2022 @polkadot/extension authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  function withErrorLog(fn) {
@@ -10,7 +10,7 @@ var _defaults = require("../../defaults");
10
10
  var _Extension = _interopRequireDefault(require("./Extension"));
11
11
  var _State = _interopRequireDefault(require("./State"));
12
12
  var _Tabs = _interopRequireDefault(require("./Tabs"));
13
- // Copyright 2019-2022 @polkadot/extension authors & contributors
13
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
14
14
  // SPDX-License-Identifier: Apache-2.0
15
15
 
16
16
  const state = new _State.default();
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.createSubscription = createSubscription;
7
7
  exports.unsubscribe = unsubscribe;
8
- // Copyright 2019-2022 @polkadot/extension authors & contributors
8
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
9
9
  // SPDX-License-Identifier: Apache-2.0
10
10
 
11
11
  const subscriptions = {};
package/cjs/defaults.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.PORT_EXTENSION = exports.PORT_CONTENT = exports.PHISHING_PAGE_REDIRECT = exports.PASSWORD_EXPIRY_MS = exports.PASSWORD_EXPIRY_MIN = exports.MESSAGE_ORIGIN_PAGE = exports.MESSAGE_ORIGIN_CONTENT = exports.EXTENSION_PREFIX = exports.ALLOWED_PATH = void 0;
7
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // this _must_ be changed for each extension
@@ -7,7 +7,7 @@ exports.default = void 0;
7
7
  var _packageInfo = require("@polkadot/extension-chains/cjs/packageInfo");
8
8
  var _packageInfo2 = require("@polkadot/extension-dapp/cjs/packageInfo");
9
9
  var _packageInfo3 = require("@polkadot/extension-inject/cjs/packageInfo");
10
- // Copyright 2017-2022 @polkadot/extension-base authors & contributors
10
+ // Copyright 2017-2023 @polkadot/extension-base authors & contributors
11
11
  // SPDX-License-Identifier: Apache-2.0
12
12
  var _default = [_packageInfo.packageInfo, _packageInfo2.packageInfo, _packageInfo3.packageInfo];
13
13
  exports.default = _default;
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  var _util = require("@polkadot/util");
5
5
  var _detectOther = _interopRequireDefault(require("./detectOther"));
6
6
  var _packageInfo = require("./packageInfo");
7
- // Copyright 2017-2022 @polkadot/extension-base authors & contributors
7
+ // Copyright 2017-2023 @polkadot/extension-base authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // Do not edit, auto-generated by @polkadot/dev
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.packageInfo = void 0;
7
- // Copyright 2017-2022 @polkadot/extension-base authors & contributors
7
+ // Copyright 2017-2023 @polkadot/extension-base authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // Do not edit, auto-generated by @polkadot/dev
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@polkadot/extension-base',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.44.7'
16
+ version: '0.44.8'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2019-2022 @polkadot/extension authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // External to class, this.# is not private enough (yet)
@@ -9,7 +9,7 @@ var _Accounts = _interopRequireDefault(require("./Accounts"));
9
9
  var _Metadata = _interopRequireDefault(require("./Metadata"));
10
10
  var _PostMessageProvider = _interopRequireDefault(require("./PostMessageProvider"));
11
11
  var _Signer = _interopRequireDefault(require("./Signer"));
12
- // Copyright 2019-2022 @polkadot/extension authors & contributors
12
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
13
13
  // SPDX-License-Identifier: Apache-2.0
14
14
 
15
15
  class _default {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2019-2022 @polkadot/extension authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // External to class, this.# is not private enough (yet)
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _eventemitter = _interopRequireDefault(require("eventemitter3"));
9
9
  var _util = require("@polkadot/util");
10
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
10
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
11
11
  // SPDX-License-Identifier: Apache-2.0
12
12
 
13
13
  const l = (0, _util.logger)('PostMessageProvider');
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // External to class, this.# is not private enough (yet)
package/cjs/page/index.js CHANGED
@@ -11,7 +11,7 @@ exports.sendMessage = sendMessage;
11
11
  var _defaults = require("../defaults");
12
12
  var _getId = require("../utils/getId");
13
13
  var _Injected = _interopRequireDefault(require("./Injected"));
14
- // Copyright 2019-2022 @polkadot/extension authors & contributors
14
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
15
15
  // SPDX-License-Identifier: Apache-2.0
16
16
 
17
17
  const handlers = {};
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _defaults = require("../defaults");
9
9
  var _Base = _interopRequireDefault(require("./Base"));
10
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
10
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
11
11
  // SPDX-License-Identifier: Apache-2.0
12
12
 
13
13
  class AccountsStore extends _Base.default {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  const lastError = type => {
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.default = void 0;
8
8
  var _defaults = require("../defaults");
9
9
  var _Base = _interopRequireDefault(require("./Base"));
10
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
10
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
11
11
  // SPDX-License-Identifier: Apache-2.0
12
12
 
13
13
  class MetadataStore extends _Base.default {
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.canDerive = canDerive;
7
- // Copyright 2019-2022 @polkadot/extension authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  function canDerive(type) {
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.getId = getId;
7
7
  var _defaults = require("../defaults");
8
- // Copyright 2019-2022 @polkadot/extension authors & contributors
8
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
9
9
  // SPDX-License-Identifier: Apache-2.0
10
10
 
11
11
  let counter = 0;
package/defaults.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // this _must_ be changed for each extension
package/detectOther.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2017-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { packageInfo as chainsInfo } from '@polkadot/extension-chains/packageInfo';
package/detectPackage.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2017-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // Do not edit, auto-generated by @polkadot/dev
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // Since we inject into pages, we skip this
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  "./cjs/detectPackage.js"
18
18
  ],
19
19
  "type": "module",
20
- "version": "0.44.7",
20
+ "version": "0.44.8",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -183,19 +183,19 @@
183
183
  },
184
184
  "dependencies": {
185
185
  "@babel/runtime": "^7.20.7",
186
- "@polkadot/api": "^9.10.4",
187
- "@polkadot/extension-chains": "^0.44.7",
188
- "@polkadot/extension-dapp": "^0.44.7",
189
- "@polkadot/extension-inject": "^0.44.7",
190
- "@polkadot/keyring": "^10.2.1",
191
- "@polkadot/networks": "^10.2.1",
192
- "@polkadot/phishing": "^0.18.12",
193
- "@polkadot/rpc-provider": "^9.10.4",
194
- "@polkadot/types": "^9.10.4",
195
- "@polkadot/ui-keyring": "^2.9.14",
196
- "@polkadot/ui-settings": "^2.9.14",
197
- "@polkadot/util": "^10.2.1",
198
- "@polkadot/util-crypto": "^10.2.1",
186
+ "@polkadot/api": "^9.11.1",
187
+ "@polkadot/extension-chains": "^0.44.8",
188
+ "@polkadot/extension-dapp": "^0.44.8",
189
+ "@polkadot/extension-inject": "^0.44.8",
190
+ "@polkadot/keyring": "^10.2.3",
191
+ "@polkadot/networks": "^10.2.3",
192
+ "@polkadot/phishing": "^0.18.13",
193
+ "@polkadot/rpc-provider": "^9.11.1",
194
+ "@polkadot/types": "^9.11.1",
195
+ "@polkadot/ui-keyring": "^2.9.15",
196
+ "@polkadot/ui-settings": "^2.9.15",
197
+ "@polkadot/util": "^10.2.3",
198
+ "@polkadot/util-crypto": "^10.2.3",
199
199
  "eventemitter3": "^4.0.7",
200
200
  "rxjs": "^7.8.0"
201
201
  }
package/packageInfo.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2017-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // Do not edit, auto-generated by @polkadot/dev
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@polkadot/extension-base',
8
8
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
9
9
  type: 'esm',
10
- version: '0.44.7'
10
+ version: '0.44.8'
11
11
  };
package/page/Accounts.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // External to class, this.# is not private enough (yet)
package/page/Injected.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import Accounts from "./Accounts.js";
package/page/Metadata.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // External to class, this.# is not private enough (yet)
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import EventEmitter from 'eventemitter3';
package/page/Signer.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // External to class, this.# is not private enough (yet)
package/page/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { MESSAGE_ORIGIN_PAGE } from "../defaults.js";
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { EXTENSION_PREFIX } from "../defaults.js";
package/stores/Base.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  const lastError = type => {
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { EXTENSION_PREFIX } from "../defaults.js";
package/stores/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-base authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-base authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export { default as AccountsStore } from "./Accounts.js";
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export function canDerive(type) {
package/utils/getId.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { EXTENSION_PREFIX } from "../defaults.js";
package/utils/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export { canDerive } from "./canDerive.js";