@polkadot/api-augment 15.9.1 → 15.9.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.
@@ -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: '15.9.1' };
4
+ exports.packageInfo = { name: '@polkadot/api-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '15.9.3' };
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "./cjs/packageDetect.js"
19
19
  ],
20
20
  "type": "module",
21
- "version": "15.9.1",
21
+ "version": "15.9.3",
22
22
  "main": "./cjs/index.js",
23
23
  "module": "./index.js",
24
24
  "types": "./index.d.ts",
@@ -451,12 +451,12 @@
451
451
  }
452
452
  },
453
453
  "dependencies": {
454
- "@polkadot/api-base": "15.9.1",
455
- "@polkadot/rpc-augment": "15.9.1",
456
- "@polkadot/types": "15.9.1",
457
- "@polkadot/types-augment": "15.9.1",
458
- "@polkadot/types-codec": "15.9.1",
459
- "@polkadot/util": "^13.4.3",
454
+ "@polkadot/api-base": "15.9.3",
455
+ "@polkadot/rpc-augment": "15.9.3",
456
+ "@polkadot/types": "15.9.3",
457
+ "@polkadot/types-augment": "15.9.3",
458
+ "@polkadot/types-codec": "15.9.3",
459
+ "@polkadot/util": "^13.4.4",
460
460
  "tslib": "^2.8.1"
461
461
  }
462
462
  }
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: '15.9.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: '15.9.3' };