@polkadot/rpc-augment 10.1.2 → 10.1.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.
package/augment/index.js CHANGED
@@ -1 +1 @@
1
- import './jsonrpc.js';
1
+ import './jsonrpc.js';
@@ -1,2 +1,2 @@
1
1
  /* eslint-disable */
2
- import '@polkadot/rpc-core/types/jsonrpc';
2
+ import '@polkadot/rpc-core/types/jsonrpc';
package/bundle.js CHANGED
@@ -1,2 +1,2 @@
1
1
  import './augment/index.js';
2
- export { packageInfo } from './packageInfo.js';
2
+ export { packageInfo } from './packageInfo.js';
@@ -1,3 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- require("./jsonrpc.js");
3
+ require("./jsonrpc.js");
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  /* eslint-disable */
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- require("@polkadot/rpc-core/types/jsonrpc");
4
+ require("@polkadot/rpc-core/types/jsonrpc");
package/cjs/bundle.js CHANGED
@@ -3,4 +3,4 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
4
  require("./augment/index.js");
5
5
  var packageInfo_js_1 = require("./packageInfo.js");
6
- Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_js_1.packageInfo; } });
6
+ Object.defineProperty(exports, "packageInfo", { enumerable: true, get: function () { return packageInfo_js_1.packageInfo; } });
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const packageInfo_1 = require("@polkadot/rpc-core/cjs/packageInfo");
4
4
  const packageInfo_2 = require("@polkadot/types/cjs/packageInfo");
5
- exports.default = [packageInfo_1.packageInfo, packageInfo_2.packageInfo];
5
+ exports.default = [packageInfo_1.packageInfo, packageInfo_2.packageInfo];
@@ -4,4 +4,4 @@ const tslib_1 = require("tslib");
4
4
  const util_1 = require("@polkadot/util");
5
5
  const detectOther_js_1 = tslib_1.__importDefault(require("./detectOther.js"));
6
6
  const packageInfo_js_1 = require("./packageInfo.js");
7
- (0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, detectOther_js_1.default);
7
+ (0, util_1.detectPackage)(packageInfo_js_1.packageInfo, null, detectOther_js_1.default);
package/cjs/index.js CHANGED
@@ -2,4 +2,4 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const tslib_1 = require("tslib");
4
4
  require("./detectPackage.js");
5
- tslib_1.__exportStar(require("./bundle.js"), exports);
5
+ tslib_1.__exportStar(require("./bundle.js"), exports);
@@ -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/rpc-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.1.2' };
4
+ exports.packageInfo = { name: '@polkadot/rpc-augment', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.1.3' };
package/detectOther.js CHANGED
@@ -1,3 +1,3 @@
1
1
  import { packageInfo as coreInfo } from '@polkadot/rpc-core/packageInfo';
2
2
  import { packageInfo as typesInfo } from '@polkadot/types/packageInfo';
3
- export default [coreInfo, typesInfo];
3
+ export default [coreInfo, typesInfo];
package/detectPackage.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { detectPackage } from '@polkadot/util';
2
2
  import others from './detectOther.js';
3
3
  import { packageInfo } from './packageInfo.js';
4
- detectPackage(packageInfo, null, others);
4
+ detectPackage(packageInfo, null, others);
package/index.js CHANGED
@@ -1,2 +1,2 @@
1
1
  import './detectPackage.js';
2
- export * from './bundle.js';
2
+ export * from './bundle.js';
package/package.json CHANGED
@@ -1,14 +1,12 @@
1
1
  {
2
2
  "author": "Jaco Greeff <jacogr@gmail.com>",
3
3
  "bugs": "https://github.com/polkadot-js/api/issues",
4
- "contributors": [],
5
4
  "description": "RPC generated augmentation",
6
5
  "engines": {
7
- "node": ">=14.0.0"
6
+ "node": ">=14"
8
7
  },
9
8
  "homepage": "https://github.com/polkadot-js/api/tree/master/packages/rpc-augment#readme",
10
9
  "license": "Apache-2.0",
11
- "maintainers": [],
12
10
  "name": "@polkadot/rpc-augment",
13
11
  "repository": {
14
12
  "directory": "packages/rpc-augment",
@@ -20,7 +18,7 @@
20
18
  "./cjs/detectPackage.js"
21
19
  ],
22
20
  "type": "module",
23
- "version": "10.1.2",
21
+ "version": "10.1.3",
24
22
  "main": "./cjs/index.js",
25
23
  "module": "./index.js",
26
24
  "types": "./index.d.ts",
@@ -73,9 +71,9 @@
73
71
  }
74
72
  },
75
73
  "dependencies": {
76
- "@polkadot/rpc-core": "10.1.2",
77
- "@polkadot/types": "10.1.2",
78
- "@polkadot/types-codec": "10.1.2",
74
+ "@polkadot/rpc-core": "10.1.3",
75
+ "@polkadot/types": "10.1.3",
76
+ "@polkadot/types-codec": "10.1.3",
79
77
  "@polkadot/util": "^11.0.2",
80
78
  "tslib": "^2.5.0"
81
79
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/rpc-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: '10.1.2' };
1
+ export const packageInfo = { name: '@polkadot/rpc-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: '10.1.3' };