@polkadot/extension-chains 0.42.5-7 → 0.42.5-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/detectOther.cjs +13 -0
- package/detectOther.d.ts +5 -0
- package/detectOther.js +4 -0
- package/package.json +7 -2
- package/packageInfo.cjs +1 -1
- package/packageInfo.js +1 -1
package/detectOther.cjs
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.default = void 0;
|
|
7
|
+
|
|
8
|
+
var _packageInfo = require("@polkadot/extension-inject/packageInfo");
|
|
9
|
+
|
|
10
|
+
// Copyright 2017-2021 @polkadot/extension-chains authors & contributors
|
|
11
|
+
// SPDX-License-Identifier: Apache-2.0
|
|
12
|
+
var _default = [_packageInfo.packageInfo];
|
|
13
|
+
exports.default = _default;
|
package/detectOther.d.ts
ADDED
package/detectOther.js
ADDED
package/package.json
CHANGED
|
@@ -17,11 +17,11 @@
|
|
|
17
17
|
"./detectPackage.cjs"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "0.42.5-
|
|
20
|
+
"version": "0.42.5-8",
|
|
21
21
|
"main": "index.js",
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@babel/runtime": "^7.16.7",
|
|
24
|
-
"@polkadot/extension-inject": "^0.42.5-
|
|
24
|
+
"@polkadot/extension-inject": "^0.42.5-8",
|
|
25
25
|
"@polkadot/networks": "^8.2.2",
|
|
26
26
|
"@polkadot/util": "^8.2.2",
|
|
27
27
|
"@polkadot/util-crypto": "^8.2.2"
|
|
@@ -46,6 +46,11 @@
|
|
|
46
46
|
"default": "./cjs/dirname.js"
|
|
47
47
|
},
|
|
48
48
|
"./cjs/package.json": "./cjs/package.json",
|
|
49
|
+
"./detectOther": {
|
|
50
|
+
"types": "./detectOther.d.ts",
|
|
51
|
+
"require": "./detectOther.cjs",
|
|
52
|
+
"default": "./detectOther.js"
|
|
53
|
+
},
|
|
49
54
|
"./detectPackage": {
|
|
50
55
|
"types": "./detectPackage.d.ts",
|
|
51
56
|
"require": "./detectPackage.cjs",
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED