@xyo-network/os-runtime 4.2.5 → 4.2.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/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
|
@@ -243,7 +243,7 @@ var os_node_manifest_default = {
|
|
|
243
243
|
config: {
|
|
244
244
|
accountPath: "1'",
|
|
245
245
|
name: "OSArchivist",
|
|
246
|
-
dbName: "OSArchivist",
|
|
246
|
+
dbName: "OSArchivist-2025-01-13",
|
|
247
247
|
labels: {
|
|
248
248
|
"network.xyo.archivist.persistence.scope": "device"
|
|
249
249
|
},
|
|
@@ -260,7 +260,7 @@ var os_node_manifest_default = {
|
|
|
260
260
|
config: {
|
|
261
261
|
accountPath: "3'",
|
|
262
262
|
name: "DappsArchivist",
|
|
263
|
-
dbName: "DappsArchivist",
|
|
263
|
+
dbName: "DappsArchivist-2025-01-13",
|
|
264
264
|
labels: {
|
|
265
265
|
"network.xyo.archivist.persistence.scope": "device"
|
|
266
266
|
},
|
|
@@ -282,7 +282,7 @@ var os_node_manifest_default = {
|
|
|
282
282
|
{
|
|
283
283
|
config: {
|
|
284
284
|
accountPath: "4'",
|
|
285
|
-
dbName: "IntentArchivist",
|
|
285
|
+
dbName: "IntentArchivist-2025-01-13",
|
|
286
286
|
name: "IntentArchivist",
|
|
287
287
|
storeName: "payloads",
|
|
288
288
|
labels: {
|