@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.
@@ -276,7 +276,7 @@ var os_node_manifest_default = {
276
276
  labels: {
277
277
  "network.xyo.archivist.persistence.scope": "device"
278
278
  },
279
- schema: "network.xyo.diviner.payload.config"
279
+ schema: "network.xyo.diviner.payload.generic.config"
280
280
  }
281
281
  },
282
282
  {
@@ -300,7 +300,7 @@ var os_node_manifest_default = {
300
300
  labels: {
301
301
  "network.xyo.archivist.persistence.scope": "device"
302
302
  },
303
- schema: "network.xyo.diviner.payload.config",
303
+ schema: "network.xyo.diviner.payload.generic.config",
304
304
  storeName: "payloads"
305
305
  }
306
306
  },
@@ -709,7 +709,7 @@ var dapp_window_manifest_default = {
709
709
  "network.xyo.generic.payload.diviner": "GenericPayloadDiviner"
710
710
  },
711
711
  name: "DappArchivistPayloadDiviner",
712
- schema: "network.xyo.diviner.payload.config"
712
+ schema: "network.xyo.diviner.payload.generic.config"
713
713
  }
714
714
  }
715
715
  ]