@muze-nl/simplystore 0.4.1 → 0.4.3

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.4.1",
3
+ "version": "0.4.3",
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.8.5",
20
- "array-where-select": "^0.4.0",
20
+ "array-where-select": "^0.4.1",
21
21
  "codemirror": "^6.0.1",
22
22
  "express": "^4.18.1",
23
23
  "json-pointer": "^0.6.2",
@@ -1,6 +1,6 @@
1
1
  import JSONTag from "@muze-nl/jsontag"
2
2
  import pointer from 'json-pointer'
3
- import {_,from,not,anyOf,allOf} from 'array-where-select'
3
+ import {_,from,not,anyOf,allOf,asc,desc} from 'array-where-select'
4
4
  import {deepFreeze} from './util.mjs'
5
5
  import {VM} from 'vm2'
6
6
 
@@ -113,6 +113,8 @@ export function runQuery({pointer, request, query}) {
113
113
  not,
114
114
  anyOf,
115
115
  allOf,
116
+ asc,
117
+ desc,
116
118
  // console: connectConsole(res),
117
119
  JSONTag,
118
120
  request