@spotto/semantic-query 1.0.70-alpha.21 → 1.0.70-alpha.22

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spotto/semantic-query",
3
- "version": "1.0.70-alpha.21",
3
+ "version": "1.0.70-alpha.22",
4
4
  "description": "The Spotto semantic query language — one shared statement of what a query MEANS (validation, resolution, evaluation, dates), consumed by both the API and the client. Mongo emission deliberately stays server-side.",
5
5
  "main": "./dist/index.js",
6
6
  "license": "MIT",
@@ -16,7 +16,7 @@
16
16
  "access": "public"
17
17
  },
18
18
  "dependencies": {
19
- "@spotto/contract": "^1.0.70-alpha.21",
19
+ "@spotto/contract": "^1.0.70-alpha.22",
20
20
  "dayjs": "^1.11.1"
21
21
  },
22
22
  "devDependencies": {
@@ -25,5 +25,5 @@
25
25
  "shx": "^0.3.4",
26
26
  "ts-jest": "^28.0.1"
27
27
  },
28
- "gitHead": "f4b9aa917dee5e07a6b8c1442dd98a4e15cd2b89"
28
+ "gitHead": "408ff86c771a08a0212019f79fb80bea2902587b"
29
29
  }