@xyo-network/react-standard-node 2.83.1 → 3.0.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.
@@ -15,7 +15,6 @@ import * as _xyo_network_module_model from '@xyo-network/module-model';
15
15
  import { AttachableModuleInstance } from '@xyo-network/module-model';
16
16
  import * as _xyo_network_payload_model from '@xyo-network/payload-model';
17
17
  import * as _xylabs_object from '@xylabs/object';
18
- import * as _xyo_network_account_model from '@xyo-network/account-model';
19
18
  import { AccountInstance } from '@xyo-network/account-model';
20
19
  import { PayloadSetPluginResolver } from '@xyo-network/payloadset-plugin';
21
20
  import { AttachableWitnessInstance } from '@xyo-network/witness-model';
@@ -298,9 +297,9 @@ declare class StorageArchivistBuilder {
298
297
  }, _xyo_network_archivist_model.ArchivistModuleEventData>>;
299
298
  buildConfig(): StorageArchivistConfig;
300
299
  findParentArchivist(): Promise<_xyo_network_archivist_model.ArchivistInstance<_xylabs_object.BaseParamsFields & {
301
- account?: _xyo_network_account_model.AccountInstance | "random";
300
+ account?: AccountInstance | "random";
302
301
  addToResolvers?: boolean;
303
- additionalSigners?: _xyo_network_account_model.AccountInstance[];
302
+ additionalSigners?: AccountInstance[];
304
303
  allowNameResolution?: boolean;
305
304
  config: _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & _xyo_network_payload_model.SchemaFields & _xyo_network_payload_model.PayloadFields & Omit<_xyo_network_module_model.ArchivingModuleConfig & _xyo_network_module_model.ModuleConfigFields & {
306
305
  parents?: _xyo_network_archivist_model.ArchivistParents;
package/package.json CHANGED
@@ -10,32 +10,32 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/hex": "^3.6.12",
14
- "@xylabs/react-async-effect": "^3.4.2",
15
- "@xylabs/react-promise": "^3.4.2",
16
- "@xylabs/react-shared": "^3.4.2",
17
- "@xyo-network/account-model": "^2.111.3",
18
- "@xyo-network/archivist-memory": "^2.111.3",
19
- "@xyo-network/archivist-model": "^2.111.3",
20
- "@xyo-network/archivist-storage": "^2.111.3",
21
- "@xyo-network/bridge-http": "^2.111.3",
22
- "@xyo-network/module-model": "^2.111.3",
23
- "@xyo-network/node-memory": "^2.111.3",
24
- "@xyo-network/node-model": "^2.111.3",
25
- "@xyo-network/payloadset-plugin": "^2.111.3",
26
- "@xyo-network/react-network": "^2.83.1",
27
- "@xyo-network/react-node": "^2.83.1",
28
- "@xyo-network/react-shared": "^2.83.1",
29
- "@xyo-network/react-wallet": "^2.83.1",
30
- "@xyo-network/sentinel-memory": "^2.111.3",
31
- "@xyo-network/sentinel-model": "^2.111.3",
32
- "@xyo-network/wallet-model": "^2.111.3",
33
- "@xyo-network/witness-model": "^2.111.3"
13
+ "@xylabs/hex": "^4.0.0",
14
+ "@xylabs/react-async-effect": "^4.0.0",
15
+ "@xylabs/react-promise": "^4.0.0",
16
+ "@xylabs/react-shared": "^4.0.0",
17
+ "@xyo-network/account-model": "^3.0.1",
18
+ "@xyo-network/archivist-memory": "^3.0.1",
19
+ "@xyo-network/archivist-model": "^3.0.1",
20
+ "@xyo-network/archivist-storage": "^3.0.1",
21
+ "@xyo-network/bridge-http": "^3.0.1",
22
+ "@xyo-network/module-model": "^3.0.1",
23
+ "@xyo-network/node-memory": "^3.0.1",
24
+ "@xyo-network/node-model": "^3.0.1",
25
+ "@xyo-network/payloadset-plugin": "^3.0.1",
26
+ "@xyo-network/react-network": "^3.0.0",
27
+ "@xyo-network/react-node": "^3.0.0",
28
+ "@xyo-network/react-shared": "^3.0.0",
29
+ "@xyo-network/react-wallet": "^3.0.0",
30
+ "@xyo-network/sentinel-memory": "^3.0.1",
31
+ "@xyo-network/sentinel-model": "^3.0.1",
32
+ "@xyo-network/wallet-model": "^3.0.1",
33
+ "@xyo-network/witness-model": "^3.0.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@storybook/react": "^8.2.7",
37
- "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.7",
38
- "@xylabs/tsconfig-react": "^4.0.0-rc.7",
36
+ "@storybook/react": "^8.2.9",
37
+ "@xylabs/ts-scripts-yarn3": "^4.0.0-rc.15",
38
+ "@xylabs/tsconfig-react": "^4.0.0-rc.15",
39
39
  "typescript": "^5.5.4"
40
40
  },
41
41
  "peerDependencies": {
@@ -80,6 +80,6 @@
80
80
  },
81
81
  "sideEffects": false,
82
82
  "types": "dist/browser/index.d.ts",
83
- "version": "2.83.1",
83
+ "version": "3.0.0",
84
84
  "type": "module"
85
85
  }