@xyo-network/react-standard-node 4.1.6 → 4.1.7
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.
|
@@ -26,6 +26,7 @@ export declare class MemoryNodeBuilder {
|
|
|
26
26
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
27
27
|
}, import("@xyo-network/node-model").NodeModuleEventData>;
|
|
28
28
|
static create({ name, node }: MemoryNodeBuilderConfig, account?: AccountInstance): Promise<MemoryNodeBuilder>;
|
|
29
|
+
/** @deprecated - call specific method that corresponds to a type of archivist (i.e. addArchivistStorage) */
|
|
29
30
|
addArchivist(account: AccountInstance, moduleName?: string, namespace?: string): Promise<void>;
|
|
30
31
|
addArchivistMemory(moduleName?: string, account?: AccountInstance): Promise<void>;
|
|
31
32
|
addArchivistStorage(account: AccountInstance, moduleName?: string, namespace?: string): Promise<void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAIjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAE9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AACjE,OAAO,KAAK,EAAE,yBAAyB,EAAiB,MAAM,4BAA4B,CAAA;AAK1F,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"MemoryNodeBuilder.d.ts","sourceRoot":"","sources":["../../../../src/lib/Builders/MemoryNodeBuilder.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAIjE,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,2BAA2B,CAAA;AACzE,OAAO,EAAE,UAAU,EAAE,MAAM,0BAA0B,CAAA;AAErD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,gCAAgC,CAAA;AAE9E,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAA;AACjE,OAAO,KAAK,EAAE,yBAAyB,EAAiB,MAAM,4BAA4B,CAAA;AAK1F,MAAM,WAAW,uBAAuB;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,IAAI,CAAC,EAAE,UAAU,CAAA;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,KAAK,CAAwB;IAErC,IAAI,IAAI;;;;;;;;;;;;;;8DAEP;WAEY,MAAM,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,EAAE,uBAAuB,EAAE,OAAO,CAAC,EAAE,eAAe,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAWnH,4GAA4G;IACtG,YAAY,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAI9E,kBAAkB,CAAC,UAAU,CAAC,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,eAAe;IAOjE,mBAAmB,CAAC,OAAO,EAAE,eAAe,EAAE,UAAU,CAAC,EAAE,MAAM,EAAE,SAAS,CAAC,EAAE,MAAM;IAOrF,SAAS,CAAC,SAAS,EAAE,MAAM,EAAE,UAAU,SAAqB,EAAE,OAAO,CAAC,EAAE,eAAe;IAcvF,WAAW,CAAC,MAAM,EAAE,cAAc,EAAE,OAAO,EAAE,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAM5D,YAAY,CAAC,iBAAiB,EAAE,wBAAwB,EAAE,SAAS,GAAE,CAAC,MAAM,OAAO,CAAC,yBAAyB,CAAC,CAAC,EAAO;IAkBtH,MAAM,CAAC,GAAG,EAAE,wBAAwB,EAAE,QAAQ,CAAC,EAAE,OAAO,EAAE,UAAU,CAAC,EAAE,OAAO;YAgBtE,cAAc;CAM7B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/react-standard-node",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.7",
|
|
4
4
|
"description": "Common React library for all XYO projects that use React",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"xyo",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"lint-pkg": "npmPkgJsonLint ."
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@xylabs/hex": "^4.
|
|
46
|
+
"@xylabs/hex": "^4.3.2",
|
|
47
47
|
"@xylabs/react-async-effect": "^5.2.2",
|
|
48
48
|
"@xylabs/react-hooks": "^5.2.2",
|
|
49
49
|
"@xylabs/react-promise": "^5.2.2",
|
|
@@ -57,22 +57,22 @@
|
|
|
57
57
|
"@xyo-network/node-memory": "^3.3.0",
|
|
58
58
|
"@xyo-network/node-model": "^3.3.0",
|
|
59
59
|
"@xyo-network/payloadset-plugin": "^3.3.0",
|
|
60
|
-
"@xyo-network/react-network": "^4.1.
|
|
61
|
-
"@xyo-network/react-node": "^4.1.
|
|
62
|
-
"@xyo-network/react-shared": "^4.1.
|
|
63
|
-
"@xyo-network/react-wallet": "^4.1.
|
|
60
|
+
"@xyo-network/react-network": "^4.1.7",
|
|
61
|
+
"@xyo-network/react-node": "^4.1.7",
|
|
62
|
+
"@xyo-network/react-shared": "^4.1.7",
|
|
63
|
+
"@xyo-network/react-wallet": "^4.1.7",
|
|
64
64
|
"@xyo-network/sentinel-memory": "^3.3.0",
|
|
65
65
|
"@xyo-network/sentinel-model": "^3.3.0",
|
|
66
66
|
"@xyo-network/wallet-model": "^3.3.0",
|
|
67
67
|
"@xyo-network/witness-model": "^3.3.0"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|
|
70
|
-
"@mui/icons-material": "^6.1.
|
|
71
|
-
"@mui/material": "^6.1.
|
|
72
|
-
"@mui/styles": "^6.1.
|
|
70
|
+
"@mui/icons-material": "^6.1.5",
|
|
71
|
+
"@mui/material": "^6.1.5",
|
|
72
|
+
"@mui/styles": "^6.1.5",
|
|
73
73
|
"@storybook/react": "^8.3.6",
|
|
74
|
-
"@xylabs/ts-scripts-yarn3": "^4.2.
|
|
75
|
-
"@xylabs/tsconfig-react": "^4.2.
|
|
74
|
+
"@xylabs/ts-scripts-yarn3": "^4.2.3",
|
|
75
|
+
"@xylabs/tsconfig-react": "^4.2.3",
|
|
76
76
|
"react": "^18.3.1",
|
|
77
77
|
"react-dom": "^18.3.1",
|
|
78
78
|
"storybook": "^8.3.6",
|