@balena/abstract-sql-compiler 11.0.0-build-11-x-b2280608fff69d9959999c79db6245c4ad561bbc-1 → 11.0.0-build-11-x-45529f014aa1c181f338c0f7348767f2990a9084-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.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Compile computed fields into the table definition
3
- hash: 0e747b79eb21c10557928d2e8c12b3d9b732818f
3
+ hash: 45529f014aa1c181f338c0f7348767f2990a9084
4
4
  body: |
5
5
  This allows all downstream consumers to simplify as they only ever have
6
6
  to look at/use the table definition and can completely ignore whether
@@ -92,7 +92,7 @@
92
92
  nested: []
93
93
  version: 11.0.0
94
94
  title: ""
95
- date: 2025-07-31T18:24:54.559Z
95
+ date: 2025-07-31T18:33:26.192Z
96
96
  - commits:
97
97
  - subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
98
98
  hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "11.0.0-build-11-x-b2280608fff69d9959999c79db6245c4ad561bbc-1",
3
+ "version": "11.0.0-build-11-x-45529f014aa1c181f338c0f7348767f2990a9084-1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "module",
6
6
  "main": "out/abstract-sql-compiler.js",
@@ -56,6 +56,6 @@
56
56
  "npm": ">=10.7.0"
57
57
  },
58
58
  "versionist": {
59
- "publishedAt": "2025-07-31T18:24:54.955Z"
59
+ "publishedAt": "2025-07-31T18:33:26.623Z"
60
60
  }
61
61
  }