@xyo-network/diviner-stateful 2.107.6 → 2.109.0

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.
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
@@ -374,7 +374,7 @@ export declare const StatefulModuleMixin: <TParams extends StatefulModuleParams
374
374
  state: () => import("@xylabs/promise").Promisable<import("@xyo-network/payload-model").Payload[]>;
375
375
  stateQuery: (account: import("@xyo-network/account-model").AccountInstance) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
376
376
  account?: import("@xyo-network/account-model").AccountInstance | undefined;
377
- addParent: (module: ModuleInstance) => void;
377
+ addParent: (mod: ModuleInstance) => void;
378
378
  addressCache?: (direction: import("@xyo-network/module-model").Direction, includePrivate: boolean) => import("@xyo-network/module-model").AddressToWeakInstanceCache | undefined;
379
379
  parents: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
380
380
  privateChildren: () => import("@xylabs/promise").Promisable<ModuleInstance[]>;
package/package.json CHANGED
@@ -12,29 +12,29 @@
12
12
  "dependencies": {
13
13
  "@xylabs/assert": "^3.5.2",
14
14
  "@xylabs/hex": "^3.5.2",
15
- "@xyo-network/archivist-model": "^2.107.6",
16
- "@xyo-network/archivist-wrapper": "^2.107.6",
17
- "@xyo-network/boundwitness-builder": "^2.107.6",
18
- "@xyo-network/boundwitness-model": "^2.107.6",
19
- "@xyo-network/diviner-abstract": "^2.107.6",
20
- "@xyo-network/diviner-boundwitness-model": "^2.107.6",
21
- "@xyo-network/diviner-model": "^2.107.6",
22
- "@xyo-network/diviner-wrapper": "^2.107.6",
23
- "@xyo-network/module-model": "^2.107.6",
24
- "@xyo-network/payload-builder": "^2.107.6",
25
- "@xyo-network/payload-model": "^2.107.6"
15
+ "@xyo-network/archivist-model": "^2.109.0",
16
+ "@xyo-network/archivist-wrapper": "^2.109.0",
17
+ "@xyo-network/boundwitness-builder": "^2.109.0",
18
+ "@xyo-network/boundwitness-model": "^2.109.0",
19
+ "@xyo-network/diviner-abstract": "^2.109.0",
20
+ "@xyo-network/diviner-boundwitness-model": "^2.109.0",
21
+ "@xyo-network/diviner-model": "^2.109.0",
22
+ "@xyo-network/diviner-wrapper": "^2.109.0",
23
+ "@xyo-network/module-model": "^2.109.0",
24
+ "@xyo-network/payload-builder": "^2.109.0",
25
+ "@xyo-network/payload-model": "^2.109.0"
26
26
  },
27
27
  "devDependencies": {
28
28
  "@xylabs/ts-scripts-yarn3": "^3.11.12",
29
29
  "@xylabs/tsconfig": "^3.11.12",
30
- "@xyo-network/account": "^2.107.6",
31
- "@xyo-network/archivist-memory": "^2.107.6",
32
- "@xyo-network/diviner-boundwitness-memory": "^2.107.6",
33
- "@xyo-network/diviner-payload-memory": "^2.107.6",
34
- "@xyo-network/manifest": "^2.107.6",
35
- "@xyo-network/module-factory-locator": "^2.107.6",
36
- "@xyo-network/node-memory": "^2.107.6",
37
- "typescript": "^5.5.2"
30
+ "@xyo-network/account": "^2.109.0",
31
+ "@xyo-network/archivist-memory": "^2.109.0",
32
+ "@xyo-network/diviner-boundwitness-memory": "^2.109.0",
33
+ "@xyo-network/diviner-payload-memory": "^2.109.0",
34
+ "@xyo-network/manifest": "^2.109.0",
35
+ "@xyo-network/module-factory-locator": "^2.109.0",
36
+ "@xyo-network/node-memory": "^2.109.0",
37
+ "typescript": "^5.5.3"
38
38
  },
39
39
  "description": "Primary SDK for using XYO Protocol 2.0",
40
40
  "types": "dist/node/index.d.ts",
@@ -75,6 +75,6 @@
75
75
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
76
76
  },
77
77
  "sideEffects": false,
78
- "version": "2.107.6",
78
+ "version": "2.109.0",
79
79
  "type": "module"
80
80
  }