@muze-nl/simplystore 0.7.0 → 0.7.1

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.7.0",
3
+ "version": "0.7.1",
4
4
  "main": "src/server.mjs",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -5,7 +5,7 @@ import JSONTag from '@muze-nl/jsontag'
5
5
  import * as odJSONTag from '@muze-nl/od-jsontag/src/jsontag.mjs'
6
6
  import {source, isProxy, resultSet} from '@muze-nl/od-jsontag/src/symbols.mjs'
7
7
  import parse from '@muze-nl/od-jsontag/src/parse.mjs'
8
- import {_,from,not,anyOf,allOf,asc,desc,sum,count,avg,max,min,distinct} from '@muze-nl/jaqt'
8
+ import {_,from,not,anyOf,allOf,asc,desc,sum,count,avg,max,min,many,one,distinct} from '@muze-nl/jaqt'
9
9
 
10
10
  let dataspace
11
11
  let meta = {}
@@ -134,6 +134,8 @@ export function runQuery(pointer, request, query) {
134
134
  avg,
135
135
  max,
136
136
  min,
137
+ many,
138
+ one,
137
139
  distinct,
138
140
  // console: connectConsole(res),
139
141
  JSONTag: myJSONTag,