@xyo-network/diviner-address-chain-memory 2.73.4 → 2.74.1
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/dist/MemoryDiviner.d.mts +13 -0
- package/dist/MemoryDiviner.d.mts.map +1 -0
- package/dist/MemoryDiviner.d.ts +13 -0
- package/dist/MemoryDiviner.d.ts.map +1 -0
- package/dist/docs.json +6444 -7136
- package/dist/index.d.mts +2 -15
- package/dist/index.d.mts.map +1 -0
- package/dist/index.d.ts +2 -15
- package/dist/index.d.ts.map +1 -0
- package/package.json +12 -18
- package/tsup.config.ts +0 -16
package/dist/index.d.mts
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
4
|
-
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
5
|
-
import { Payload } from '@xyo-network/payload-model';
|
|
6
|
-
|
|
7
|
-
type MemoryAddressChainDivinerParams = DivinerParams<AnyConfigSchema<AddressChainDivinerConfig>>;
|
|
8
|
-
declare class MemoryAddressChainDiviner<TParams extends MemoryAddressChainDivinerParams = MemoryAddressChainDivinerParams> extends AddressChainDiviner<TParams> {
|
|
9
|
-
static configSchemas: "network.xyo.diviner.address.chain.config"[];
|
|
10
|
-
get queryAddress(): string;
|
|
11
|
-
protected divineHandler(payloads?: Payload[]): Promise<Payload[]>;
|
|
12
|
-
private archivistFindHash;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export { MemoryAddressChainDiviner, MemoryAddressChainDivinerParams };
|
|
1
|
+
export * from './MemoryDiviner';
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,15 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
import { DivinerParams } from '@xyo-network/diviner-model';
|
|
4
|
-
import { AnyConfigSchema } from '@xyo-network/module-model';
|
|
5
|
-
import { Payload } from '@xyo-network/payload-model';
|
|
6
|
-
|
|
7
|
-
type MemoryAddressChainDivinerParams = DivinerParams<AnyConfigSchema<AddressChainDivinerConfig>>;
|
|
8
|
-
declare class MemoryAddressChainDiviner<TParams extends MemoryAddressChainDivinerParams = MemoryAddressChainDivinerParams> extends AddressChainDiviner<TParams> {
|
|
9
|
-
static configSchemas: "network.xyo.diviner.address.chain.config"[];
|
|
10
|
-
get queryAddress(): string;
|
|
11
|
-
protected divineHandler(payloads?: Payload[]): Promise<Payload[]>;
|
|
12
|
-
private archivistFindHash;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
export { MemoryAddressChainDiviner, MemoryAddressChainDivinerParams };
|
|
1
|
+
export * from './MemoryDiviner';
|
|
2
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,27 +10,21 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^2.
|
|
14
|
-
"@xyo-network/archivist-model": "~2.
|
|
15
|
-
"@xyo-network/boundwitness-model": "~2.
|
|
16
|
-
"@xyo-network/boundwitness-wrapper": "~2.
|
|
17
|
-
"@xyo-network/diviner-address-chain-abstract": "~2.
|
|
18
|
-
"@xyo-network/diviner-address-chain-model": "~2.
|
|
19
|
-
"@xyo-network/diviner-model": "~2.
|
|
20
|
-
"@xyo-network/module-model": "~2.
|
|
21
|
-
"@xyo-network/payload-model": "~2.
|
|
13
|
+
"@xylabs/assert": "^2.11.6",
|
|
14
|
+
"@xyo-network/archivist-model": "~2.74.1",
|
|
15
|
+
"@xyo-network/boundwitness-model": "~2.74.1",
|
|
16
|
+
"@xyo-network/boundwitness-wrapper": "~2.74.1",
|
|
17
|
+
"@xyo-network/diviner-address-chain-abstract": "~2.74.1",
|
|
18
|
+
"@xyo-network/diviner-address-chain-model": "~2.74.1",
|
|
19
|
+
"@xyo-network/diviner-model": "~2.74.1",
|
|
20
|
+
"@xyo-network/module-model": "~2.74.1",
|
|
21
|
+
"@xyo-network/payload-model": "~2.74.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@xylabs/ts-scripts-yarn3": "^
|
|
25
|
-
"@xylabs/tsconfig": "^
|
|
26
|
-
"publint": "^0.2.2",
|
|
27
|
-
"tsup": "^7.2.0",
|
|
24
|
+
"@xylabs/ts-scripts-yarn3": "^3.0.28",
|
|
25
|
+
"@xylabs/tsconfig": "^3.0.28",
|
|
28
26
|
"typescript": "^5.2.2"
|
|
29
27
|
},
|
|
30
|
-
"scripts": {
|
|
31
|
-
"package-compile": "tsup && publint",
|
|
32
|
-
"package-recompile": "tsup && publint"
|
|
33
|
-
},
|
|
34
28
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
35
29
|
"docs": "dist/docs.json",
|
|
36
30
|
"types": "dist/index.d.ts",
|
|
@@ -71,5 +65,5 @@
|
|
|
71
65
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
72
66
|
},
|
|
73
67
|
"sideEffects": false,
|
|
74
|
-
"version": "2.
|
|
68
|
+
"version": "2.74.1"
|
|
75
69
|
}
|
package/tsup.config.ts
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { defineConfig } from 'tsup'
|
|
2
|
-
|
|
3
|
-
// eslint-disable-next-line import/no-default-export
|
|
4
|
-
export default defineConfig({
|
|
5
|
-
bundle: true,
|
|
6
|
-
cjsInterop: true,
|
|
7
|
-
clean: false,
|
|
8
|
-
dts: {
|
|
9
|
-
entry: ['src/index.ts'],
|
|
10
|
-
},
|
|
11
|
-
entry: ['src/index.ts'],
|
|
12
|
-
format: ['cjs', 'esm'],
|
|
13
|
-
sourcemap: true,
|
|
14
|
-
splitting: false,
|
|
15
|
-
tsconfig: 'tsconfig.json',
|
|
16
|
-
})
|