@pezkuwi/api-derive 16.5.6 → 16.5.9
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/cjs/derive.d.ts +1 -1
- package/cjs/derive.js +1 -1
- package/cjs/packageInfo.js +1 -1
- package/cjs/types.d.ts +1 -1
- package/cjs/types.js +1 -1
- package/derive.d.ts +1 -1
- package/derive.js +1 -1
- package/package.json +14 -12
- package/packageInfo.js +1 -1
- package/types.d.ts +1 -1
- package/types.js +1 -1
package/cjs/derive.d.ts
CHANGED
|
@@ -12,11 +12,11 @@ import * as democracy from './democracy/index.js';
|
|
|
12
12
|
import * as elections from './elections/index.js';
|
|
13
13
|
import * as imOnline from './imOnline/index.js';
|
|
14
14
|
import * as membership from './membership/index.js';
|
|
15
|
-
import * as teyrchains from './teyrchains/index.js';
|
|
16
15
|
import * as session from './session/index.js';
|
|
17
16
|
import * as society from './society/index.js';
|
|
18
17
|
import * as staking from './staking/index.js';
|
|
19
18
|
import * as technicalCommittee from './technicalCommittee/index.js';
|
|
19
|
+
import * as teyrchains from './teyrchains/index.js';
|
|
20
20
|
import * as treasury from './treasury/index.js';
|
|
21
21
|
import * as tx from './tx/index.js';
|
|
22
22
|
export declare const derive: {
|
package/cjs/derive.js
CHANGED
|
@@ -15,11 +15,11 @@ const democracy = tslib_1.__importStar(require("./democracy/index.js"));
|
|
|
15
15
|
const elections = tslib_1.__importStar(require("./elections/index.js"));
|
|
16
16
|
const imOnline = tslib_1.__importStar(require("./imOnline/index.js"));
|
|
17
17
|
const membership = tslib_1.__importStar(require("./membership/index.js"));
|
|
18
|
-
const teyrchains = tslib_1.__importStar(require("./teyrchains/index.js"));
|
|
19
18
|
const session = tslib_1.__importStar(require("./session/index.js"));
|
|
20
19
|
const society = tslib_1.__importStar(require("./society/index.js"));
|
|
21
20
|
const staking = tslib_1.__importStar(require("./staking/index.js"));
|
|
22
21
|
const technicalCommittee = tslib_1.__importStar(require("./technicalCommittee/index.js"));
|
|
22
|
+
const teyrchains = tslib_1.__importStar(require("./teyrchains/index.js"));
|
|
23
23
|
const treasury = tslib_1.__importStar(require("./treasury/index.js"));
|
|
24
24
|
const tx = tslib_1.__importStar(require("./tx/index.js"));
|
|
25
25
|
exports.derive = { accounts, alliance, bagsList, balances, bounties, chain, contracts, council, crowdloan, democracy, elections, imOnline, membership, teyrchains, session, society, staking, technicalCommittee, treasury, tx };
|
package/cjs/packageInfo.js
CHANGED
|
@@ -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/api-derive', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.
|
|
4
|
+
exports.packageInfo = { name: '@pezkuwi/api-derive', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '16.5.9' };
|
package/cjs/types.d.ts
CHANGED
|
@@ -11,10 +11,10 @@ export * from './council/types.js';
|
|
|
11
11
|
export * from './crowdloan/types.js';
|
|
12
12
|
export * from './democracy/types.js';
|
|
13
13
|
export * from './elections/types.js';
|
|
14
|
-
export * from './teyrchains/types.js';
|
|
15
14
|
export * from './session/types.js';
|
|
16
15
|
export * from './society/types.js';
|
|
17
16
|
export * from './staking/types.js';
|
|
17
|
+
export * from './teyrchains/types.js';
|
|
18
18
|
export * from './type/types.js';
|
|
19
19
|
export interface DeriveApi extends ApiInterfaceRx {
|
|
20
20
|
derive: ExactDerive;
|
package/cjs/types.js
CHANGED
|
@@ -8,8 +8,8 @@ tslib_1.__exportStar(require("./council/types.js"), exports);
|
|
|
8
8
|
tslib_1.__exportStar(require("./crowdloan/types.js"), exports);
|
|
9
9
|
tslib_1.__exportStar(require("./democracy/types.js"), exports);
|
|
10
10
|
tslib_1.__exportStar(require("./elections/types.js"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./teyrchains/types.js"), exports);
|
|
12
11
|
tslib_1.__exportStar(require("./session/types.js"), exports);
|
|
13
12
|
tslib_1.__exportStar(require("./society/types.js"), exports);
|
|
14
13
|
tslib_1.__exportStar(require("./staking/types.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./teyrchains/types.js"), exports);
|
|
15
15
|
tslib_1.__exportStar(require("./type/types.js"), exports);
|
package/derive.d.ts
CHANGED
|
@@ -12,11 +12,11 @@ import * as democracy from './democracy/index.js';
|
|
|
12
12
|
import * as elections from './elections/index.js';
|
|
13
13
|
import * as imOnline from './imOnline/index.js';
|
|
14
14
|
import * as membership from './membership/index.js';
|
|
15
|
-
import * as teyrchains from './teyrchains/index.js';
|
|
16
15
|
import * as session from './session/index.js';
|
|
17
16
|
import * as society from './society/index.js';
|
|
18
17
|
import * as staking from './staking/index.js';
|
|
19
18
|
import * as technicalCommittee from './technicalCommittee/index.js';
|
|
19
|
+
import * as teyrchains from './teyrchains/index.js';
|
|
20
20
|
import * as treasury from './treasury/index.js';
|
|
21
21
|
import * as tx from './tx/index.js';
|
|
22
22
|
export declare const derive: {
|
package/derive.js
CHANGED
|
@@ -11,11 +11,11 @@ import * as democracy from './democracy/index.js';
|
|
|
11
11
|
import * as elections from './elections/index.js';
|
|
12
12
|
import * as imOnline from './imOnline/index.js';
|
|
13
13
|
import * as membership from './membership/index.js';
|
|
14
|
-
import * as teyrchains from './teyrchains/index.js';
|
|
15
14
|
import * as session from './session/index.js';
|
|
16
15
|
import * as society from './society/index.js';
|
|
17
16
|
import * as staking from './staking/index.js';
|
|
18
17
|
import * as technicalCommittee from './technicalCommittee/index.js';
|
|
18
|
+
import * as teyrchains from './teyrchains/index.js';
|
|
19
19
|
import * as treasury from './treasury/index.js';
|
|
20
20
|
import * as tx from './tx/index.js';
|
|
21
21
|
export const derive = { accounts, alliance, bagsList, balances, bounties, chain, contracts, council, crowdloan, democracy, elections, imOnline, membership, teyrchains, session, society, staking, technicalCommittee, treasury, tx };
|
package/package.json
CHANGED
|
@@ -18,10 +18,10 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "16.5.
|
|
22
|
-
"main": "./cjs/index.js",
|
|
23
|
-
"module": "./index.js",
|
|
24
|
-
"types": "./index.d.ts",
|
|
21
|
+
"version": "16.5.9",
|
|
22
|
+
"main": "./cjs/cjs/index.js",
|
|
23
|
+
"module": "./cjs/index.js",
|
|
24
|
+
"types": "./cjs/index.d.ts",
|
|
25
25
|
"exports": {
|
|
26
26
|
"./cjs/package.json": "./cjs/package.json",
|
|
27
27
|
"./cjs/*": "./cjs/*.js",
|
|
@@ -2075,14 +2075,16 @@
|
|
|
2075
2075
|
}
|
|
2076
2076
|
},
|
|
2077
2077
|
"dependencies": {
|
|
2078
|
-
"@pezkuwi/api": "16.5.
|
|
2079
|
-
"@pezkuwi/api-augment": "16.5.
|
|
2080
|
-
"@pezkuwi/api-base": "16.5.
|
|
2081
|
-
"@pezkuwi/rpc-core": "16.5.
|
|
2082
|
-
"@pezkuwi/
|
|
2083
|
-
"@pezkuwi/types
|
|
2084
|
-
"@pezkuwi/
|
|
2085
|
-
"@pezkuwi/
|
|
2078
|
+
"@pezkuwi/api": "16.5.9",
|
|
2079
|
+
"@pezkuwi/api-augment": "16.5.9",
|
|
2080
|
+
"@pezkuwi/api-base": "16.5.9",
|
|
2081
|
+
"@pezkuwi/rpc-core": "16.5.9",
|
|
2082
|
+
"@pezkuwi/rpc-provider": "16.5.9",
|
|
2083
|
+
"@pezkuwi/types": "16.5.9",
|
|
2084
|
+
"@pezkuwi/types-codec": "16.5.9",
|
|
2085
|
+
"@pezkuwi/types-support": "16.5.9",
|
|
2086
|
+
"@pezkuwi/util": "14.0.11",
|
|
2087
|
+
"@pezkuwi/util-crypto": "14.0.11",
|
|
2086
2088
|
"rxjs": "^7.8.1",
|
|
2087
2089
|
"tslib": "^2.8.1"
|
|
2088
2090
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@pezkuwi/api-derive', 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.
|
|
1
|
+
export const packageInfo = { name: '@pezkuwi/api-derive', 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.9' };
|
package/types.d.ts
CHANGED
|
@@ -11,10 +11,10 @@ export * from './council/types.js';
|
|
|
11
11
|
export * from './crowdloan/types.js';
|
|
12
12
|
export * from './democracy/types.js';
|
|
13
13
|
export * from './elections/types.js';
|
|
14
|
-
export * from './teyrchains/types.js';
|
|
15
14
|
export * from './session/types.js';
|
|
16
15
|
export * from './society/types.js';
|
|
17
16
|
export * from './staking/types.js';
|
|
17
|
+
export * from './teyrchains/types.js';
|
|
18
18
|
export * from './type/types.js';
|
|
19
19
|
export interface DeriveApi extends ApiInterfaceRx {
|
|
20
20
|
derive: ExactDerive;
|
package/types.js
CHANGED
|
@@ -5,8 +5,8 @@ export * from './council/types.js';
|
|
|
5
5
|
export * from './crowdloan/types.js';
|
|
6
6
|
export * from './democracy/types.js';
|
|
7
7
|
export * from './elections/types.js';
|
|
8
|
-
export * from './teyrchains/types.js';
|
|
9
8
|
export * from './session/types.js';
|
|
10
9
|
export * from './society/types.js';
|
|
11
10
|
export * from './staking/types.js';
|
|
11
|
+
export * from './teyrchains/types.js';
|
|
12
12
|
export * from './type/types.js';
|