@xyo-network/react-standard-node 5.1.1 → 5.1.3
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.
|
@@ -10,7 +10,7 @@ export interface MemoryNodeBuilderConfig {
|
|
|
10
10
|
}
|
|
11
11
|
export declare class MemoryNodeBuilder {
|
|
12
12
|
private _node;
|
|
13
|
-
get node(): MemoryNode<import("@xylabs/
|
|
13
|
+
get node(): MemoryNode<import("@xylabs/base").BaseParamsFields & {
|
|
14
14
|
account?: AccountInstance | "random";
|
|
15
15
|
addToResolvers?: boolean;
|
|
16
16
|
additionalSigners?: AccountInstance[];
|
|
@@ -27,7 +27,7 @@ export declare class MemoryNodeBuilder {
|
|
|
27
27
|
addArchivistMemory(moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
28
28
|
addArchivistStorage(account: AccountInstance, moduleName?: string, namespace?: string): Promise<void>;
|
|
29
29
|
addBridge(apiDomain: string, moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
30
|
-
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel-memory").MemorySentinel<import("@xylabs/
|
|
30
|
+
addSentinel(config: SentinelConfig, account: AccountInstance): Promise<import("@xyo-network/sentinel-memory").MemorySentinel<import("@xylabs/base").BaseParamsFields & {
|
|
31
31
|
account?: AccountInstance | "random";
|
|
32
32
|
addToResolvers?: boolean;
|
|
33
33
|
additionalSigners?: AccountInstance[];
|
|
@@ -37,7 +37,7 @@ export declare class MemoryNodeBuilder {
|
|
|
37
37
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
38
38
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
39
39
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
40
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xylabs/
|
|
40
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xylabs/base").BaseParamsFields & {
|
|
41
41
|
account?: AccountInstance | "random";
|
|
42
42
|
addToResolvers?: boolean;
|
|
43
43
|
additionalSigners?: AccountInstance[];
|
|
@@ -47,7 +47,7 @@ export declare class MemoryNodeBuilder {
|
|
|
47
47
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
48
48
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
49
49
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
50
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/
|
|
50
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
|
|
51
51
|
account?: AccountInstance | "random";
|
|
52
52
|
addToResolvers?: boolean;
|
|
53
53
|
additionalSigners?: AccountInstance[];
|
|
@@ -6,7 +6,7 @@ export declare class SentinelBuilder {
|
|
|
6
6
|
private account;
|
|
7
7
|
private _sentinel;
|
|
8
8
|
protected constructor(config: SentinelConfig, account: AccountInstance);
|
|
9
|
-
get sentinel(): MemorySentinel<import("@xylabs/
|
|
9
|
+
get sentinel(): MemorySentinel<import("@xylabs/base").BaseParamsFields & {
|
|
10
10
|
account?: AccountInstance | "random";
|
|
11
11
|
addToResolvers?: boolean;
|
|
12
12
|
additionalSigners?: AccountInstance[];
|
|
@@ -16,7 +16,7 @@ export declare class SentinelBuilder {
|
|
|
16
16
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
17
17
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
18
18
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
19
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xylabs/
|
|
19
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xylabs/base").BaseParamsFields & {
|
|
20
20
|
account?: AccountInstance | "random";
|
|
21
21
|
addToResolvers?: boolean;
|
|
22
22
|
additionalSigners?: AccountInstance[];
|
|
@@ -26,7 +26,7 @@ export declare class SentinelBuilder {
|
|
|
26
26
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
28
28
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
29
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/
|
|
29
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
|
|
30
30
|
account?: AccountInstance | "random";
|
|
31
31
|
addToResolvers?: boolean;
|
|
32
32
|
additionalSigners?: AccountInstance[];
|
|
@@ -38,7 +38,7 @@ export declare class SentinelBuilder {
|
|
|
38
38
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
39
39
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>>;
|
|
40
40
|
static create(config: SentinelConfig, account: AccountInstance): Promise<SentinelBuilder>;
|
|
41
|
-
buildSentinel(): Promise<MemorySentinel<import("@xylabs/
|
|
41
|
+
buildSentinel(): Promise<MemorySentinel<import("@xylabs/base").BaseParamsFields & {
|
|
42
42
|
account?: AccountInstance | "random";
|
|
43
43
|
addToResolvers?: boolean;
|
|
44
44
|
additionalSigners?: AccountInstance[];
|
|
@@ -48,7 +48,7 @@ export declare class SentinelBuilder {
|
|
|
48
48
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
49
49
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
50
50
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
51
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xylabs/
|
|
51
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/sentinel-model").SentinelInstance<import("@xylabs/base").BaseParamsFields & {
|
|
52
52
|
account?: AccountInstance | "random";
|
|
53
53
|
addToResolvers?: boolean;
|
|
54
54
|
additionalSigners?: AccountInstance[];
|
|
@@ -58,7 +58,7 @@ export declare class SentinelBuilder {
|
|
|
58
58
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
59
59
|
privateChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
60
60
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
61
|
-
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/
|
|
61
|
+
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
|
|
62
62
|
account?: AccountInstance | "random";
|
|
63
63
|
addToResolvers?: boolean;
|
|
64
64
|
additionalSigners?: AccountInstance[];
|
|
@@ -13,7 +13,7 @@ export declare class StorageArchivistBuilder {
|
|
|
13
13
|
private _archivist;
|
|
14
14
|
private remoteArchivist;
|
|
15
15
|
protected constructor(config: ArchivistBuilderConfig, account: AccountInstance, node?: MemoryNode | undefined);
|
|
16
|
-
get archivist(): StorageArchivist<import("@xylabs/
|
|
16
|
+
get archivist(): StorageArchivist<import("@xylabs/base").BaseParamsFields & {
|
|
17
17
|
account?: AccountInstance | "random";
|
|
18
18
|
addToResolvers?: boolean;
|
|
19
19
|
additionalSigners?: AccountInstance[];
|
|
@@ -25,7 +25,7 @@ export declare class StorageArchivistBuilder {
|
|
|
25
25
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
26
26
|
} & import("@xyo-network/archivist-model").ArchivistParamFields & object, import("@xyo-network/archivist-model").ArchivistModuleEventData>;
|
|
27
27
|
static create(config: ArchivistBuilderConfig, account: AccountInstance, node: MemoryNode): Promise<StorageArchivistBuilder>;
|
|
28
|
-
buildArchivist(): Promise<StorageArchivist<import("@xylabs/
|
|
28
|
+
buildArchivist(): Promise<StorageArchivist<import("@xylabs/base").BaseParamsFields & {
|
|
29
29
|
account?: AccountInstance | "random";
|
|
30
30
|
addToResolvers?: boolean;
|
|
31
31
|
additionalSigners?: AccountInstance[];
|
|
@@ -37,7 +37,7 @@ export declare class StorageArchivistBuilder {
|
|
|
37
37
|
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
38
38
|
} & import("@xyo-network/archivist-model").ArchivistParamFields & object, import("@xyo-network/archivist-model").ArchivistModuleEventData>>;
|
|
39
39
|
buildConfig(): StorageArchivistConfig;
|
|
40
|
-
findParentArchivist(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xylabs/
|
|
40
|
+
findParentArchivist(): Promise<import("@xyo-network/archivist-model").ArchivistInstance<import("@xylabs/base").BaseParamsFields & {
|
|
41
41
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
42
42
|
addToResolvers?: boolean;
|
|
43
43
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAGjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAA;AAC5E,OAAO,EAAE,gBAAgB,EAAgC,MAAM,gCAAgC,CAAA;AAC/F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAG1D,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAAqC;IAE5D,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC,EAAE,UAAU,YAAA;IAG3B,IAAI,SAAS;;;;;;;;;;+IAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB
|
|
1
|
+
{"version":3,"file":"StorageArchivistBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/StorageArchivistBuilder.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAGjE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,gCAAgC,CAAA;AAC5E,OAAO,EAAE,gBAAgB,EAAgC,MAAM,gCAAgC,CAAA;AAC/F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAG1D,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB;AACD,qBAAa,uBAAuB;IAKhC,OAAO,CAAC,MAAM;IACd,OAAO,CAAC,OAAO;IACf,OAAO,CAAC,IAAI,CAAC;IANf,OAAO,CAAC,UAAU,CAA8B;IAChD,OAAO,CAAC,eAAe,CAAqC;IAE5D,SAAS,aACC,MAAM,EAAE,sBAAsB,EAC9B,OAAO,EAAE,eAAe,EACxB,IAAI,CAAC,EAAE,UAAU,YAAA;IAG3B,IAAI,SAAS;;;;;;;;;;+IAEZ;WAEY,MAAM,CAAC,MAAM,EAAE,sBAAsB,EAAE,OAAO,EAAE,eAAe,EAAE,IAAI,EAAE,UAAU,GAAG,OAAO,CAAC,uBAAuB,CAAC;IAO3H,cAAc;;;;;;;;;;;IAKpB,WAAW,IAAI,sBAAsB;IAc/B,mBAAmB;;;;;;;;;;;CAY1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-standard-node",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.3",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -39,46 +39,46 @@
|
|
|
39
39
|
"module": "dist/browser/index.mjs",
|
|
40
40
|
"types": "dist/types/index.d.ts",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@xylabs/assert": "^4.
|
|
43
|
-
"@xylabs/hex": "^4.
|
|
44
|
-
"@xylabs/react-async-effect": "^6.1.
|
|
45
|
-
"@xylabs/react-hooks": "^6.1.
|
|
46
|
-
"@xylabs/react-promise": "^6.1.
|
|
47
|
-
"@xylabs/react-shared": "^6.1.
|
|
48
|
-
"@xyo-network/account-model": "^3.
|
|
49
|
-
"@xyo-network/archivist-memory": "^3.
|
|
50
|
-
"@xyo-network/archivist-model": "^3.
|
|
51
|
-
"@xyo-network/archivist-storage": "^3.
|
|
52
|
-
"@xyo-network/bridge-http": "^3.
|
|
53
|
-
"@xyo-network/module-model": "^3.
|
|
54
|
-
"@xyo-network/node-memory": "^3.
|
|
55
|
-
"@xyo-network/node-model": "^3.
|
|
56
|
-
"@xyo-network/payloadset-plugin": "^3.
|
|
57
|
-
"@xyo-network/react-network": "^5.1.
|
|
58
|
-
"@xyo-network/react-node": "^5.1.
|
|
59
|
-
"@xyo-network/react-shared": "^5.1.
|
|
60
|
-
"@xyo-network/react-wallet": "^5.1.
|
|
61
|
-
"@xyo-network/sentinel-memory": "^3.
|
|
62
|
-
"@xyo-network/sentinel-model": "^3.
|
|
63
|
-
"@xyo-network/wallet-model": "^3.
|
|
64
|
-
"@xyo-network/witness-model": "^3.
|
|
42
|
+
"@xylabs/assert": "^4.8.1",
|
|
43
|
+
"@xylabs/hex": "^4.8.1",
|
|
44
|
+
"@xylabs/react-async-effect": "^6.1.14",
|
|
45
|
+
"@xylabs/react-hooks": "^6.1.14",
|
|
46
|
+
"@xylabs/react-promise": "^6.1.14",
|
|
47
|
+
"@xylabs/react-shared": "^6.1.14",
|
|
48
|
+
"@xyo-network/account-model": "^3.12.1",
|
|
49
|
+
"@xyo-network/archivist-memory": "^3.12.1",
|
|
50
|
+
"@xyo-network/archivist-model": "^3.12.1",
|
|
51
|
+
"@xyo-network/archivist-storage": "^3.12.1",
|
|
52
|
+
"@xyo-network/bridge-http": "^3.12.1",
|
|
53
|
+
"@xyo-network/module-model": "^3.12.1",
|
|
54
|
+
"@xyo-network/node-memory": "^3.12.1",
|
|
55
|
+
"@xyo-network/node-model": "^3.12.1",
|
|
56
|
+
"@xyo-network/payloadset-plugin": "^3.12.1",
|
|
57
|
+
"@xyo-network/react-network": "^5.1.3",
|
|
58
|
+
"@xyo-network/react-node": "^5.1.3",
|
|
59
|
+
"@xyo-network/react-shared": "^5.1.3",
|
|
60
|
+
"@xyo-network/react-wallet": "^5.1.3",
|
|
61
|
+
"@xyo-network/sentinel-memory": "^3.12.1",
|
|
62
|
+
"@xyo-network/sentinel-model": "^3.12.1",
|
|
63
|
+
"@xyo-network/wallet-model": "^3.12.1",
|
|
64
|
+
"@xyo-network/witness-model": "^3.12.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@mui/icons-material": "^7.0.
|
|
68
|
-
"@mui/material": "^7.0.
|
|
69
|
-
"@storybook/react": "^8.6.
|
|
70
|
-
"@types/react": "^19.0
|
|
71
|
-
"@xylabs/ts-scripts-yarn3": "^6.2.
|
|
72
|
-
"@xylabs/tsconfig-react": "^6.2.
|
|
67
|
+
"@mui/icons-material": "^7.0.2",
|
|
68
|
+
"@mui/material": "^7.0.2",
|
|
69
|
+
"@storybook/react": "^8.6.12",
|
|
70
|
+
"@types/react": "^19.1.0",
|
|
71
|
+
"@xylabs/ts-scripts-yarn3": "^6.2.1",
|
|
72
|
+
"@xylabs/tsconfig-react": "^6.2.1",
|
|
73
73
|
"react": "^19.1.0",
|
|
74
74
|
"react-dom": "^19.1.0",
|
|
75
|
-
"react-router-dom": "^7.
|
|
76
|
-
"storybook": "^8.6.
|
|
77
|
-
"typescript": "^5.8.
|
|
75
|
+
"react-router-dom": "^7.5.0",
|
|
76
|
+
"storybook": "^8.6.12",
|
|
77
|
+
"typescript": "^5.8.3"
|
|
78
78
|
},
|
|
79
79
|
"peerDependencies": {
|
|
80
|
-
"@mui/icons-material": ">=6
|
|
81
|
-
"@mui/material": ">=6
|
|
80
|
+
"@mui/icons-material": ">=6 <8",
|
|
81
|
+
"@mui/material": ">=6 <8",
|
|
82
82
|
"react": "^19",
|
|
83
83
|
"react-dom": "^19",
|
|
84
84
|
"react-router-dom": "^7"
|