@polkadot/extension-dapp 0.40.1 → 0.40.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/package.json +2 -2
- package/packageInfo.cjs +1 -1
- package/packageInfo.js +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@polkadot/extension-dapp",
|
|
3
3
|
"description": "Provides an interfaces around the injected globals for ease of access by dapp developers.",
|
|
4
|
-
"version": "0.40.
|
|
4
|
+
"version": "0.40.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
7
7
|
"license": "Apache-2",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"@babel/runtime": "^7.15.4",
|
|
12
|
-
"@polkadot/extension-inject": "^0.40.
|
|
12
|
+
"@polkadot/extension-inject": "^0.40.2",
|
|
13
13
|
"@polkadot/util": "^7.3.1",
|
|
14
14
|
"@polkadot/util-crypto": "^7.3.1"
|
|
15
15
|
},
|
package/packageInfo.cjs
CHANGED
package/packageInfo.js
CHANGED