@polkadot/api-augment 16.5.3 → 16.5.4

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.
@@ -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: '@polkadot/api-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.3' };
4
+ exports.packageInfo = { name: '@polkadot/api-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.4' };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "16.5.3",
21
+ "version": "16.5.4",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -603,12 +603,12 @@
603
603
  }
604
604
  },
605
605
  "dependencies": {
606
- "@polkadot/api-base": "16.5.3",
607
- "@polkadot/rpc-augment": "16.5.3",
608
- "@polkadot/types": "16.5.3",
609
- "@polkadot/types-augment": "16.5.3",
610
- "@polkadot/types-codec": "16.5.3",
611
- "@polkadot/util": "^13.5.9",
606
+ "@polkadot/api-base": "16.5.4",
607
+ "@polkadot/rpc-augment": "16.5.4",
608
+ "@polkadot/types": "16.5.4",
609
+ "@polkadot/types-augment": "16.5.4",
610
+ "@polkadot/types-codec": "16.5.4",
611
+ "@polkadot/util": "^14.0.1",
612
612
  "tslib": "^2.8.1"
613
613
  }
614
614
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/api-augment', 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.3' };
1
+ export const packageInfo = { name: '@polkadot/api-augment', 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.4' };