@polkadot/types-known 9.2.2 → 9.2.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.
@@ -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: '9.2.2'
14
+ version: '9.2.3'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
@@ -97,7 +97,7 @@ const versioned = [{
97
97
  Weight: 'u32'
98
98
  })
99
99
  }, {
100
- minmax: [1046, 1050],
100
+ minmax: [1046, 1049],
101
101
  types: (0, _util.objectSpread)({}, sharedTypes, addrAccountIdTypes, {
102
102
  CompactAssignments: 'CompactAssignmentsTo257',
103
103
  DispatchInfo: 'DispatchInfoTo244',
@@ -110,7 +110,7 @@ const versioned = [{
110
110
  Weight: 'u32'
111
111
  })
112
112
  }, {
113
- minmax: [1051, 1054],
113
+ minmax: [1050, 1054],
114
114
  types: (0, _util.objectSpread)({}, sharedTypes, addrAccountIdTypes, {
115
115
  CompactAssignments: 'CompactAssignmentsTo257',
116
116
  DispatchInfo: 'DispatchInfoTo244',
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "9.2.2",
23
+ "version": "9.2.3",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
@@ -171,10 +171,10 @@
171
171
  },
172
172
  "dependencies": {
173
173
  "@babel/runtime": "^7.18.9",
174
- "@polkadot/networks": "^10.1.4",
175
- "@polkadot/types": "9.2.2",
176
- "@polkadot/types-codec": "9.2.2",
177
- "@polkadot/types-create": "9.2.2",
178
- "@polkadot/util": "^10.1.4"
174
+ "@polkadot/networks": "^10.1.5",
175
+ "@polkadot/types": "9.2.3",
176
+ "@polkadot/types-codec": "9.2.3",
177
+ "@polkadot/types-create": "9.2.3",
178
+ "@polkadot/util": "^10.1.5"
179
179
  }
180
180
  }
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: '9.2.2'
8
+ version: '9.2.3'
9
9
  };
package/spec/kusama.js CHANGED
@@ -88,7 +88,7 @@ const versioned = [{
88
88
  Weight: 'u32'
89
89
  })
90
90
  }, {
91
- minmax: [1046, 1050],
91
+ minmax: [1046, 1049],
92
92
  types: objectSpread({}, sharedTypes, addrAccountIdTypes, {
93
93
  CompactAssignments: 'CompactAssignmentsTo257',
94
94
  DispatchInfo: 'DispatchInfoTo244',
@@ -101,7 +101,7 @@ const versioned = [{
101
101
  Weight: 'u32'
102
102
  })
103
103
  }, {
104
- minmax: [1051, 1054],
104
+ minmax: [1050, 1054],
105
105
  types: objectSpread({}, sharedTypes, addrAccountIdTypes, {
106
106
  CompactAssignments: 'CompactAssignmentsTo257',
107
107
  DispatchInfo: 'DispatchInfoTo244',