@xyo-network/react-payload 2.60.6 → 2.60.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.
- package/dist/docs.json +9 -21
- package/package.json +10 -10
package/dist/docs.json
CHANGED
|
@@ -2502,17 +2502,11 @@
|
|
|
2502
2502
|
{
|
|
2503
2503
|
"type": "reference",
|
|
2504
2504
|
"target": {
|
|
2505
|
-
"sourceFileName": "../../../../node_modules/@xyo-network/
|
|
2506
|
-
"qualifiedName": "
|
|
2505
|
+
"sourceFileName": "../../../../node_modules/@xyo-network/archivist-model/src/Archivist.ts",
|
|
2506
|
+
"qualifiedName": "ArchivistModuleEventData"
|
|
2507
2507
|
},
|
|
2508
|
-
"
|
|
2509
|
-
|
|
2510
|
-
"type": "intrinsic",
|
|
2511
|
-
"name": "object"
|
|
2512
|
-
}
|
|
2513
|
-
],
|
|
2514
|
-
"name": "ModuleEventData",
|
|
2515
|
-
"package": "@xyo-network/module-model"
|
|
2508
|
+
"name": "ArchivistModuleEventData",
|
|
2509
|
+
"package": "@xyo-network/archivist-model"
|
|
2516
2510
|
}
|
|
2517
2511
|
],
|
|
2518
2512
|
"name": "ArchivistModule",
|
|
@@ -2537,7 +2531,7 @@
|
|
|
2537
2531
|
"type": {
|
|
2538
2532
|
"type": "reference",
|
|
2539
2533
|
"target": {
|
|
2540
|
-
"sourceFileName": "../../../../node_modules/@xyo-network/archivist-model/src/
|
|
2534
|
+
"sourceFileName": "../../../../node_modules/@xyo-network/archivist-model/src/ArchivistInstance.ts",
|
|
2541
2535
|
"qualifiedName": "ArchivistInstance"
|
|
2542
2536
|
},
|
|
2543
2537
|
"typeArguments": [
|
|
@@ -2575,17 +2569,11 @@
|
|
|
2575
2569
|
{
|
|
2576
2570
|
"type": "reference",
|
|
2577
2571
|
"target": {
|
|
2578
|
-
"sourceFileName": "../../../../node_modules/@xyo-network/
|
|
2579
|
-
"qualifiedName": "
|
|
2572
|
+
"sourceFileName": "../../../../node_modules/@xyo-network/archivist-model/src/Archivist.ts",
|
|
2573
|
+
"qualifiedName": "ArchivistModuleEventData"
|
|
2580
2574
|
},
|
|
2581
|
-
"
|
|
2582
|
-
|
|
2583
|
-
"type": "intrinsic",
|
|
2584
|
-
"name": "object"
|
|
2585
|
-
}
|
|
2586
|
-
],
|
|
2587
|
-
"name": "ModuleEventData",
|
|
2588
|
-
"package": "@xyo-network/module-model"
|
|
2575
|
+
"name": "ArchivistModuleEventData",
|
|
2576
|
+
"package": "@xyo-network/archivist-model"
|
|
2589
2577
|
}
|
|
2590
2578
|
],
|
|
2591
2579
|
"name": "ArchivistInstance",
|
package/package.json
CHANGED
|
@@ -10,17 +10,17 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/react-payload-context": "~2.60.
|
|
14
|
-
"@xyo-network/react-payload-details": "~2.60.
|
|
15
|
-
"@xyo-network/react-payload-diviner": "~2.60.
|
|
16
|
-
"@xyo-network/react-payload-huri": "~2.60.
|
|
17
|
-
"@xyo-network/react-payload-plugin": "~2.60.
|
|
18
|
-
"@xyo-network/react-payload-plugin-resolver": "~2.60.
|
|
19
|
-
"@xyo-network/react-payload-table": "~2.60.
|
|
13
|
+
"@xyo-network/react-payload-context": "~2.60.7",
|
|
14
|
+
"@xyo-network/react-payload-details": "~2.60.7",
|
|
15
|
+
"@xyo-network/react-payload-diviner": "~2.60.7",
|
|
16
|
+
"@xyo-network/react-payload-huri": "~2.60.7",
|
|
17
|
+
"@xyo-network/react-payload-plugin": "~2.60.7",
|
|
18
|
+
"@xyo-network/react-payload-plugin-resolver": "~2.60.7",
|
|
19
|
+
"@xyo-network/react-payload-table": "~2.60.7"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^2.19.
|
|
23
|
-
"typescript": "^5.
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^2.19.3",
|
|
23
|
+
"typescript": "^5.2.2"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"@mui/icons-material": "^5",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
},
|
|
75
75
|
"sideEffects": false,
|
|
76
76
|
"types": "dist/types/index.d.ts",
|
|
77
|
-
"version": "2.60.
|
|
77
|
+
"version": "2.60.7"
|
|
78
78
|
}
|