@polkadot/extension-inject 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.
package/bundle.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { cyrb53 } from "./cyrb53.js";
package/chrome.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { extractGlobal, xglobal } from '@polkadot/x-global';
package/cjs/bundle.js CHANGED
@@ -12,7 +12,7 @@ Object.defineProperty(exports, "packageInfo", {
12
12
  });
13
13
  var _cyrb = require("./cyrb53");
14
14
  var _packageInfo = require("./packageInfo");
15
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
15
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
16
16
  // SPDX-License-Identifier: Apache-2.0
17
17
 
18
18
  // setting for new-style connect (more-secure with no details exposed without
package/cjs/chrome.js CHANGED
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.chrome = void 0;
7
7
  var _xGlobal = require("@polkadot/x-global");
8
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
8
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
9
9
  // SPDX-License-Identifier: Apache-2.0
10
10
 
11
11
  const chrome = (0, _xGlobal.extractGlobal)('chrome', _xGlobal.xglobal.browser);
package/cjs/crossenv.js CHANGED
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
 
3
3
  var _xGlobal = require("@polkadot/x-global");
4
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
4
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
5
5
  // SPDX-License-Identifier: Apache-2.0
6
6
 
7
7
  (0, _xGlobal.exposeGlobal)('chrome', _xGlobal.xglobal.browser);
package/cjs/cyrb53.js CHANGED
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.cyrb53 = cyrb53;
7
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
7
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // cyrb53 (c) 2018 bryc (github.com/bryc)
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2017-2022 @polkadot/extension-inject authors & contributors
7
+ // Copyright 2017-2023 @polkadot/extension-inject authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
  // Empty template, auto-generated by @polkadot/dev
10
10
  var _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-inject authors & contributors
7
+ // Copyright 2017-2023 @polkadot/extension-inject 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-inject authors & contributors
7
+ // Copyright 2017-2023 @polkadot/extension-inject 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-inject',
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;
package/crossenv.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import { exposeGlobal, xglobal } from '@polkadot/x-global';
package/cyrb53.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2019-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-inject authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // cyrb53 (c) 2018 bryc (github.com/bryc)
package/detectOther.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2017-2023 @polkadot/extension-inject authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // Empty template, auto-generated by @polkadot/dev
package/detectPackage.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2017-2023 @polkadot/extension-inject 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-inject authors & contributors
1
+ // Copyright 2019-2023 @polkadot/extension-inject 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
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "sideEffects": true,
16
16
  "type": "module",
17
- "version": "0.44.7",
17
+ "version": "0.44.8",
18
18
  "main": "./cjs/index.js",
19
19
  "module": "./index.js",
20
20
  "types": "./index.d.ts",
@@ -75,11 +75,11 @@
75
75
  },
76
76
  "dependencies": {
77
77
  "@babel/runtime": "^7.20.7",
78
- "@polkadot/rpc-provider": "^9.10.4",
79
- "@polkadot/types": "^9.10.4",
80
- "@polkadot/util": "^10.2.1",
81
- "@polkadot/util-crypto": "^10.2.1",
82
- "@polkadot/x-global": "^10.2.1"
78
+ "@polkadot/rpc-provider": "^9.11.1",
79
+ "@polkadot/types": "^9.11.1",
80
+ "@polkadot/util": "^10.2.3",
81
+ "@polkadot/util-crypto": "^10.2.3",
82
+ "@polkadot/x-global": "^10.2.3"
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@polkadot/api": "*"
package/packageInfo.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/extension-inject authors & contributors
1
+ // Copyright 2017-2023 @polkadot/extension-inject 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-inject',
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
  };