@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 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.1",
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.1",
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
@@ -9,6 +9,6 @@ exports.packageInfo = void 0;
9
9
  // Auto-generated by @polkadot/dev, do not edit
10
10
  const packageInfo = {
11
11
  name: '@polkadot/extension-dapp',
12
- version: '0.40.1'
12
+ version: '0.40.2'
13
13
  };
14
14
  exports.packageInfo = packageInfo;
package/packageInfo.js CHANGED
@@ -3,5 +3,5 @@
3
3
  // Auto-generated by @polkadot/dev, do not edit
4
4
  export const packageInfo = {
5
5
  name: '@polkadot/extension-dapp',
6
- version: '0.40.1'
6
+ version: '0.40.2'
7
7
  };