@xyo-network/diviner-huri 3.9.13 → 3.9.15
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/neutral/index.d.ts +2 -4
- package/package.json +6 -6
package/dist/neutral/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { DivinerConfig, DivinerParams, DivinerModuleEventData, DivinerInstance } from '@xyo-network/diviner-model';
|
|
2
|
+
import * as _xyo_network_huri from '@xyo-network/huri';
|
|
2
3
|
import { HuriOptions } from '@xyo-network/huri';
|
|
3
4
|
import { Payload, Schema } from '@xyo-network/payload-model';
|
|
4
5
|
import { AbstractDiviner } from '@xyo-network/diviner-abstract';
|
|
@@ -23,10 +24,7 @@ type HuriPayloadDivinerParams<TConfig extends AnyConfigSchema<HuriPayloadDiviner
|
|
|
23
24
|
declare class HuriPayloadDiviner<TParams extends HuriPayloadDivinerParams = HuriPayloadDivinerParams, TIn extends HuriPayload = HuriPayload, TOut extends Payload = Payload, TEventData extends DivinerModuleEventData<DivinerInstance<TParams, TIn, TOut>, TIn, TOut> = DivinerModuleEventData<DivinerInstance<TParams, TIn, TOut>, TIn, TOut>> extends AbstractDiviner<TParams, TIn, TOut, TEventData> {
|
|
24
25
|
static readonly configSchemas: Schema[];
|
|
25
26
|
static readonly defaultConfigSchema: Schema;
|
|
26
|
-
protected get options():
|
|
27
|
-
archivistUri?: string | undefined;
|
|
28
|
-
token?: string | undefined;
|
|
29
|
-
} | undefined;
|
|
27
|
+
protected get options(): _xyo_network_huri.HuriOptions | undefined;
|
|
30
28
|
protected divineHandler(payloads?: TIn[]): Promise<TOut[]>;
|
|
31
29
|
}
|
|
32
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/diviner-huri",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.15",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"@xylabs/assert": "^4.5.1",
|
|
33
33
|
"@xylabs/exists": "^4.5.1",
|
|
34
34
|
"@xylabs/promise": "^4.5.1",
|
|
35
|
-
"@xyo-network/diviner-abstract": "^3.9.
|
|
36
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
37
|
-
"@xyo-network/huri": "^3.9.
|
|
38
|
-
"@xyo-network/module-model": "^3.9.
|
|
39
|
-
"@xyo-network/payload-model": "^3.9.
|
|
35
|
+
"@xyo-network/diviner-abstract": "^3.9.15",
|
|
36
|
+
"@xyo-network/diviner-model": "^3.9.15",
|
|
37
|
+
"@xyo-network/huri": "^3.9.15",
|
|
38
|
+
"@xyo-network/module-model": "^3.9.15",
|
|
39
|
+
"@xyo-network/payload-model": "^3.9.15"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|