@xyo-network/os-runtime 4.1.2 → 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.
@@ -280,7 +280,7 @@ var os_node_manifest_default = {
280
280
  labels: {
281
281
  "network.xyo.archivist.persistence.scope": "device"
282
282
  },
283
- schema: "network.xyo.diviner.payload.config"
283
+ schema: "network.xyo.diviner.payload.generic.config"
284
284
  }
285
285
  },
286
286
  {
@@ -304,7 +304,7 @@ var os_node_manifest_default = {
304
304
  labels: {
305
305
  "network.xyo.archivist.persistence.scope": "device"
306
306
  },
307
- schema: "network.xyo.diviner.payload.config",
307
+ schema: "network.xyo.diviner.payload.generic.config",
308
308
  storeName: "payloads"
309
309
  }
310
310
  },
@@ -713,7 +713,7 @@ var dapp_window_manifest_default = {
713
713
  "network.xyo.generic.payload.diviner": "GenericPayloadDiviner"
714
714
  },
715
715
  name: "DappArchivistPayloadDiviner",
716
- schema: "network.xyo.diviner.payload.config"
716
+ schema: "network.xyo.diviner.payload.generic.config"
717
717
  }
718
718
  }
719
719
  ]