@muze-nl/simplystore 0.6.24 → 0.6.26

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muze-nl/simplystore",
3
- "version": "0.6.24",
3
+ "version": "0.6.26",
4
4
  "main": "src/server.mjs",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "homepage": "https://github.com/simplyedit/simplystore#readme",
18
18
  "dependencies": {
19
19
  "@muze-nl/jsontag": "^0.9.9",
20
- "@muze-nl/od-jsontag": "^0.2.9",
20
+ "@muze-nl/od-jsontag": "^0.3.1",
21
21
  "codemirror": "^6.0.1",
22
22
  "express": "^4.18.1",
23
23
  "@muze-nl/jaqt": "^0.9.7",
@@ -65,6 +65,7 @@ export async function initialize(task) {
65
65
  resultArr = dataspace[resultSet]
66
66
  meta = task.meta
67
67
  metaProxy.index.id = metaIdProxy
68
+ metaProxy.schema = meta.schema
68
69
  datafile = task.datafile
69
70
  commands = await import(task.commandsFile).then(mod => {
70
71
  return mod.default