@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
|
@@ -222,7 +222,7 @@ var os_node_manifest_default = {
|
|
|
222
222
|
config: {
|
|
223
223
|
accountPath: "1'",
|
|
224
224
|
name: "OSArchivist",
|
|
225
|
-
dbName: "OSArchivist",
|
|
225
|
+
dbName: "OSArchivist-2025-01-13",
|
|
226
226
|
labels: {
|
|
227
227
|
"network.xyo.archivist.persistence.scope": "device"
|
|
228
228
|
},
|
|
@@ -239,7 +239,7 @@ var os_node_manifest_default = {
|
|
|
239
239
|
config: {
|
|
240
240
|
accountPath: "3'",
|
|
241
241
|
name: "DappsArchivist",
|
|
242
|
-
dbName: "DappsArchivist",
|
|
242
|
+
dbName: "DappsArchivist-2025-01-13",
|
|
243
243
|
labels: {
|
|
244
244
|
"network.xyo.archivist.persistence.scope": "device"
|
|
245
245
|
},
|
|
@@ -261,7 +261,7 @@ var os_node_manifest_default = {
|
|
|
261
261
|
{
|
|
262
262
|
config: {
|
|
263
263
|
accountPath: "4'",
|
|
264
|
-
dbName: "IntentArchivist",
|
|
264
|
+
dbName: "IntentArchivist-2025-01-13",
|
|
265
265
|
name: "IntentArchivist",
|
|
266
266
|
storeName: "payloads",
|
|
267
267
|
labels: {
|