@xyo-network/react-standard-node 2.83.2 → 3.0.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/browser/index.d.ts +2 -3
- package/package.json +25 -25
package/dist/browser/index.d.ts
CHANGED
|
@@ -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?:
|
|
300
|
+
account?: AccountInstance | "random";
|
|
302
301
|
addToResolvers?: boolean;
|
|
303
|
-
additionalSigners?:
|
|
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": "^
|
|
14
|
-
"@xylabs/react-async-effect": "^
|
|
15
|
-
"@xylabs/react-promise": "^
|
|
16
|
-
"@xylabs/react-shared": "^
|
|
17
|
-
"@xyo-network/account-model": "^
|
|
18
|
-
"@xyo-network/archivist-memory": "^
|
|
19
|
-
"@xyo-network/archivist-model": "^
|
|
20
|
-
"@xyo-network/archivist-storage": "^
|
|
21
|
-
"@xyo-network/bridge-http": "^
|
|
22
|
-
"@xyo-network/module-model": "^
|
|
23
|
-
"@xyo-network/node-memory": "^
|
|
24
|
-
"@xyo-network/node-model": "^
|
|
25
|
-
"@xyo-network/payloadset-plugin": "^
|
|
26
|
-
"@xyo-network/react-network": "^
|
|
27
|
-
"@xyo-network/react-node": "^
|
|
28
|
-
"@xyo-network/react-shared": "^
|
|
29
|
-
"@xyo-network/react-wallet": "^
|
|
30
|
-
"@xyo-network/sentinel-memory": "^
|
|
31
|
-
"@xyo-network/sentinel-model": "^
|
|
32
|
-
"@xyo-network/wallet-model": "^
|
|
33
|
-
"@xyo-network/witness-model": "^
|
|
13
|
+
"@xylabs/hex": "^4.0.1",
|
|
14
|
+
"@xylabs/react-async-effect": "^4.0.1",
|
|
15
|
+
"@xylabs/react-promise": "^4.0.1",
|
|
16
|
+
"@xylabs/react-shared": "^4.0.1",
|
|
17
|
+
"@xyo-network/account-model": "^3.0.2",
|
|
18
|
+
"@xyo-network/archivist-memory": "^3.0.2",
|
|
19
|
+
"@xyo-network/archivist-model": "^3.0.2",
|
|
20
|
+
"@xyo-network/archivist-storage": "^3.0.2",
|
|
21
|
+
"@xyo-network/bridge-http": "^3.0.2",
|
|
22
|
+
"@xyo-network/module-model": "^3.0.2",
|
|
23
|
+
"@xyo-network/node-memory": "^3.0.2",
|
|
24
|
+
"@xyo-network/node-model": "^3.0.2",
|
|
25
|
+
"@xyo-network/payloadset-plugin": "^3.0.2",
|
|
26
|
+
"@xyo-network/react-network": "^3.0.1",
|
|
27
|
+
"@xyo-network/react-node": "^3.0.1",
|
|
28
|
+
"@xyo-network/react-shared": "^3.0.1",
|
|
29
|
+
"@xyo-network/react-wallet": "^3.0.1",
|
|
30
|
+
"@xyo-network/sentinel-memory": "^3.0.2",
|
|
31
|
+
"@xyo-network/sentinel-model": "^3.0.2",
|
|
32
|
+
"@xyo-network/wallet-model": "^3.0.2",
|
|
33
|
+
"@xyo-network/witness-model": "^3.0.2"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@storybook/react": "^8.2.
|
|
37
|
-
"@xylabs/ts-scripts-yarn3": "^4.0.0-rc.
|
|
38
|
-
"@xylabs/tsconfig-react": "^4.0.0-rc.
|
|
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": "
|
|
83
|
+
"version": "3.0.1",
|
|
84
84
|
"type": "module"
|
|
85
85
|
}
|