@xyo-network/os-runtime 4.1.3 → 4.1.4

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.
@@ -255,7 +255,7 @@ var os_node_manifest_default = {
255
255
  labels: {
256
256
  "network.xyo.archivist.persistence.scope": "device"
257
257
  },
258
- schema: "network.xyo.diviner.payload.config"
258
+ schema: "network.xyo.diviner.payload.generic.config"
259
259
  }
260
260
  },
261
261
  {
@@ -279,7 +279,7 @@ var os_node_manifest_default = {
279
279
  labels: {
280
280
  "network.xyo.archivist.persistence.scope": "device"
281
281
  },
282
- schema: "network.xyo.diviner.payload.config",
282
+ schema: "network.xyo.diviner.payload.generic.config",
283
283
  storeName: "payloads"
284
284
  }
285
285
  },
@@ -688,7 +688,7 @@ var dapp_window_manifest_default = {
688
688
  "network.xyo.generic.payload.diviner": "GenericPayloadDiviner"
689
689
  },
690
690
  name: "DappArchivistPayloadDiviner",
691
- schema: "network.xyo.diviner.payload.config"
691
+ schema: "network.xyo.diviner.payload.generic.config"
692
692
  }
693
693
  }
694
694
  ]