@polkadot/extension-inject 0.40.1 → 0.40.3

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-inject",
3
3
  "description": "A generic injector (usable to any extension), that populates the base exposed interfaces to be used by dapps.",
4
- "version": "0.40.1",
4
+ "version": "0.40.3",
5
5
  "type": "module",
6
6
  "author": "Jaco Greeff <jacogr@gmail.com>",
7
7
  "license": "Apache-2",
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-inject',
12
- version: '0.40.1'
12
+ version: '0.40.3'
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-inject',
6
- version: '0.40.1'
6
+ version: '0.40.3'
7
7
  };