@xyo-network/os-runtime 4.2.5 → 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
package/dist/neutral/index.mjs
CHANGED
|
@@ -1202,7 +1202,7 @@ var os_node_manifest_default = {
|
|
|
1202
1202
|
config: {
|
|
1203
1203
|
accountPath: "1'",
|
|
1204
1204
|
name: "OSArchivist",
|
|
1205
|
-
dbName: "OSArchivist",
|
|
1205
|
+
dbName: "OSArchivist-2025-01-13",
|
|
1206
1206
|
labels: {
|
|
1207
1207
|
"network.xyo.archivist.persistence.scope": "device"
|
|
1208
1208
|
},
|
|
@@ -1219,7 +1219,7 @@ var os_node_manifest_default = {
|
|
|
1219
1219
|
config: {
|
|
1220
1220
|
accountPath: "3'",
|
|
1221
1221
|
name: "DappsArchivist",
|
|
1222
|
-
dbName: "DappsArchivist",
|
|
1222
|
+
dbName: "DappsArchivist-2025-01-13",
|
|
1223
1223
|
labels: {
|
|
1224
1224
|
"network.xyo.archivist.persistence.scope": "device"
|
|
1225
1225
|
},
|
|
@@ -1241,7 +1241,7 @@ var os_node_manifest_default = {
|
|
|
1241
1241
|
{
|
|
1242
1242
|
config: {
|
|
1243
1243
|
accountPath: "4'",
|
|
1244
|
-
dbName: "IntentArchivist",
|
|
1244
|
+
dbName: "IntentArchivist-2025-01-13",
|
|
1245
1245
|
name: "IntentArchivist",
|
|
1246
1246
|
storeName: "payloads",
|
|
1247
1247
|
labels: {
|