@thi.ng/oquery 2.3.54 → 2.3.55

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.
Files changed (1) hide show
  1. package/package.json +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/oquery",
3
- "version": "2.3.54",
3
+ "version": "2.3.55",
4
4
  "description": "Datalog-inspired, optimized pattern/predicate query engine for JS objects & arrays of objects",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -40,11 +40,11 @@
40
40
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@thi.ng/api": "^8.12.15",
44
- "@thi.ng/checks": "^3.8.5",
45
- "@thi.ng/compare": "^2.5.1",
46
- "@thi.ng/defmulti": "^3.0.91",
47
- "@thi.ng/equiv": "^2.1.105"
43
+ "@thi.ng/api": "^8.12.16",
44
+ "@thi.ng/checks": "^3.8.6",
45
+ "@thi.ng/compare": "^2.5.2",
46
+ "@thi.ng/defmulti": "^3.0.92",
47
+ "@thi.ng/equiv": "^2.1.106"
48
48
  },
49
49
  "devDependencies": {
50
50
  "esbuild": "^0.27.2",
@@ -100,5 +100,5 @@
100
100
  ],
101
101
  "year": 2020
102
102
  },
103
- "gitHead": "8f50352caab9ec7757d645c0afa605dfb5427abe\n"
103
+ "gitHead": "411adbeeb5c03da1cf0c86e567c80942a6b875e7\n"
104
104
  }