@subwallet/extension-chains 0.4.2-1 → 0.4.2-2
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 +1 -1
- package/cjs/bundle.js +1 -1
- package/cjs/packageInfo.js +1 -1
- package/index.js +1 -1
- package/package.json +2 -2
- package/packageInfo.js +1 -1
package/bundle.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2019-2022 @
|
|
1
|
+
// Copyright 2019-2022 @polkadot/extension-chains authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
import { Metadata, TypeRegistry } from '@polkadot/types';
|
|
4
4
|
import { base64Decode } from '@polkadot/util-crypto';
|
package/cjs/bundle.js
CHANGED
|
@@ -20,7 +20,7 @@ var _utilCrypto = require("@polkadot/util-crypto");
|
|
|
20
20
|
|
|
21
21
|
var _packageInfo = require("./packageInfo");
|
|
22
22
|
|
|
23
|
-
// Copyright 2019-2022 @
|
|
23
|
+
// Copyright 2019-2022 @polkadot/extension-chains authors & contributors
|
|
24
24
|
// SPDX-License-Identifier: Apache-2.0
|
|
25
25
|
// imports chain details, generally metadata. For the generation of these,
|
|
26
26
|
// inside the api, run `yarn chain:info --ws <url>`
|
package/cjs/packageInfo.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"./cjs/detectPackage.js"
|
|
18
18
|
],
|
|
19
19
|
"type": "module",
|
|
20
|
-
"version": "0.4.2-
|
|
20
|
+
"version": "0.4.2-2",
|
|
21
21
|
"main": "./cjs/index.js",
|
|
22
22
|
"module": "./index.js",
|
|
23
23
|
"types": "./index.d.ts",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"@polkadot/networks": "^8.3.1",
|
|
67
67
|
"@polkadot/util": "^8.3.1",
|
|
68
68
|
"@polkadot/util-crypto": "^8.3.1",
|
|
69
|
-
"@subwallet/extension-inject": "^0.4.2-
|
|
69
|
+
"@subwallet/extension-inject": "^0.4.2-2"
|
|
70
70
|
},
|
|
71
71
|
"peerDependencies": {
|
|
72
72
|
"@polkadot/api": "*",
|
package/packageInfo.js
CHANGED
|
@@ -5,5 +5,5 @@ export const packageInfo = {
|
|
|
5
5
|
name: '@subwallet/extension-chains',
|
|
6
6
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
7
7
|
type: 'esm',
|
|
8
|
-
version: '0.4.2-
|
|
8
|
+
version: '0.4.2-2'
|
|
9
9
|
};
|