@pezkuwi/types 16.5.22 → 16.5.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.
@@ -16125,7 +16125,7 @@
16125
16125
  }));
16126
16126
  }
16127
16127
 
16128
- const packageInfo = { name: '@pezkuwi/types', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.18' };
16128
+ const packageInfo = { name: '@pezkuwi/types', path: (({ url: (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href)) }) && (typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))) ? new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.substring(0, new URL((typeof document === 'undefined' && typeof location === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : typeof document === 'undefined' ? location.href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('bundle-pezkuwi-types.js', document.baseURI).href))).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.22' };
16129
16129
 
16130
16130
  function flattenUniq(list, result = []) {
16131
16131
  for (let i = 0, count = list.length; i < count; i++) {
@@ -16373,12 +16373,14 @@
16373
16373
  };
16374
16374
 
16375
16375
  const pezkuwi = {
16376
+ AuthorizeCall: emptyCheck,
16376
16377
  LimitParathreadCommits: emptyCheck,
16377
16378
  OnlyStakingAndClaims: emptyCheck,
16378
16379
  PrevalidateAttests: emptyCheck,
16379
16380
  RestrictFunctionality: emptyCheck,
16380
16381
  TransactionCallFilter: emptyCheck,
16381
- ValidateDoubleVoteReports: emptyCheck
16382
+ ValidateDoubleVoteReports: emptyCheck,
16383
+ WeightReclaim: emptyCheck
16382
16384
  };
16383
16385
 
16384
16386
  const shell = {
@@ -3,10 +3,12 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.pezkuwi = void 0;
4
4
  const emptyCheck_js_1 = require("./emptyCheck.js");
5
5
  exports.pezkuwi = {
6
+ AuthorizeCall: emptyCheck_js_1.emptyCheck,
6
7
  LimitParathreadCommits: emptyCheck_js_1.emptyCheck,
7
8
  OnlyStakingAndClaims: emptyCheck_js_1.emptyCheck,
8
9
  PrevalidateAttests: emptyCheck_js_1.emptyCheck,
9
10
  RestrictFunctionality: emptyCheck_js_1.emptyCheck,
10
11
  TransactionCallFilter: emptyCheck_js_1.emptyCheck,
11
- ValidateDoubleVoteReports: emptyCheck_js_1.emptyCheck
12
+ ValidateDoubleVoteReports: emptyCheck_js_1.emptyCheck,
13
+ WeightReclaim: emptyCheck_js_1.emptyCheck
12
14
  };
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@pezkuwi/types', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.18' };
4
+ exports.packageInfo = { name: '@pezkuwi/types', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.22' };
@@ -1,9 +1,11 @@
1
1
  import { emptyCheck } from './emptyCheck.js';
2
2
  export const pezkuwi = {
3
+ AuthorizeCall: emptyCheck,
3
4
  LimitParathreadCommits: emptyCheck,
4
5
  OnlyStakingAndClaims: emptyCheck,
5
6
  PrevalidateAttests: emptyCheck,
6
7
  RestrictFunctionality: emptyCheck,
7
8
  TransactionCallFilter: emptyCheck,
8
- ValidateDoubleVoteReports: emptyCheck
9
+ ValidateDoubleVoteReports: emptyCheck,
10
+ WeightReclaim: emptyCheck
9
11
  };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.22",
21
+ "version": "16.5.23",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./cjs/index.js",
24
24
  "types": "./cjs/index.d.ts",
@@ -5927,10 +5927,10 @@
5927
5927
  },
5928
5928
  "dependencies": {
5929
5929
  "@pezkuwi/keyring": "14.0.13",
5930
- "@pezkuwi/types-augment": "16.5.22",
5931
- "@pezkuwi/types-codec": "16.5.22",
5932
- "@pezkuwi/types-create": "16.5.22",
5933
- "@pezkuwi/types-support": "16.5.22",
5930
+ "@pezkuwi/types-augment": "16.5.23",
5931
+ "@pezkuwi/types-codec": "16.5.23",
5932
+ "@pezkuwi/types-create": "16.5.23",
5933
+ "@pezkuwi/types-support": "16.5.23",
5934
5934
  "@pezkuwi/util": "14.0.13",
5935
5935
  "@pezkuwi/util-crypto": "14.0.13",
5936
5936
  "rxjs": "^7.8.1",
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@pezkuwi/types', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.18' };
1
+ export const packageInfo = { name: '@pezkuwi/types', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '16.5.22' };