@polkadot/types-known 8.9.2-17 → 8.9.2-23

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.
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/types-known',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '8.9.2-17'
14
+ version: '8.9.2-23'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "8.9.2-17",
23
+ "version": "8.9.2-23",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -148,10 +148,10 @@
148
148
  },
149
149
  "dependencies": {
150
150
  "@babel/runtime": "^7.18.3",
151
- "@polkadot/networks": "^9.6.1",
152
- "@polkadot/types": "8.9.2-17",
153
- "@polkadot/types-codec": "8.9.2-17",
154
- "@polkadot/types-create": "8.9.2-17",
155
- "@polkadot/util": "^9.6.1"
151
+ "@polkadot/networks": "^9.6.2",
152
+ "@polkadot/types": "8.9.2-23",
153
+ "@polkadot/types-codec": "8.9.2-23",
154
+ "@polkadot/types-create": "8.9.2-23",
155
+ "@polkadot/util": "^9.6.2"
156
156
  }
157
157
  }
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/types-known',
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: '8.9.2-17'
8
+ version: '8.9.2-23'
9
9
  };