@xyo-network/os-runtime 4.2.4 → 4.2.6
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/neutral/index.mjs +3 -3
- package/dist/neutral/index.mjs.map +1 -1
- package/dist/node/index.mjs +3 -3
- package/dist/node/index.mjs.map +1 -1
- package/dist/node/scripts/xyos/command/index.mjs +3 -3
- package/dist/node/scripts/xyos/command/index.mjs.map +1 -1
- package/dist/node/scripts/xyos/index.mjs +3 -3
- package/dist/node/scripts/xyos/index.mjs.map +1 -1
- package/dist/node/scripts/xyos/lib/index.mjs +3 -3
- package/dist/node/scripts/xyos/lib/index.mjs.map +1 -1
- package/package.json +8 -8
- package/src/manifest/os-node.manifest.json +3 -3
|
@@ -247,7 +247,7 @@ var os_node_manifest_default = {
|
|
|
247
247
|
config: {
|
|
248
248
|
accountPath: "1'",
|
|
249
249
|
name: "OSArchivist",
|
|
250
|
-
dbName: "OSArchivist",
|
|
250
|
+
dbName: "OSArchivist-2025-01-13",
|
|
251
251
|
labels: {
|
|
252
252
|
"network.xyo.archivist.persistence.scope": "device"
|
|
253
253
|
},
|
|
@@ -264,7 +264,7 @@ var os_node_manifest_default = {
|
|
|
264
264
|
config: {
|
|
265
265
|
accountPath: "3'",
|
|
266
266
|
name: "DappsArchivist",
|
|
267
|
-
dbName: "DappsArchivist",
|
|
267
|
+
dbName: "DappsArchivist-2025-01-13",
|
|
268
268
|
labels: {
|
|
269
269
|
"network.xyo.archivist.persistence.scope": "device"
|
|
270
270
|
},
|
|
@@ -286,7 +286,7 @@ var os_node_manifest_default = {
|
|
|
286
286
|
{
|
|
287
287
|
config: {
|
|
288
288
|
accountPath: "4'",
|
|
289
|
-
dbName: "IntentArchivist",
|
|
289
|
+
dbName: "IntentArchivist-2025-01-13",
|
|
290
290
|
name: "IntentArchivist",
|
|
291
291
|
storeName: "payloads",
|
|
292
292
|
labels: {
|