@balena/abstract-sql-compiler 11.0.0-build-11-x-0063b63d64480d98d1e095bfb0003ffdf3415593-1 → 11.0.0-build-11-x-62541612588f8f07228e0af813b771b476c8e7c9-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.
@@ -92,7 +92,7 @@
92
92
  nested: []
93
93
  version: 11.0.0
94
94
  title: ""
95
- date: 2025-07-17T14:33:12.120Z
95
+ date: 2025-07-30T14:30:57.607Z
96
96
  - commits:
97
97
  - subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
98
98
  hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
package/CHANGELOG.md CHANGED
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
- ## 11.0.0 - 2025-07-17
7
+ ## 11.0.0 - 2025-07-30
8
8
 
9
9
  * Compile computed fields into the table definition [Pagan Gazzard]
10
10
  * Standardize filenames [Pagan Gazzard]
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-0063b63d64480d98d1e095bfb0003ffdf3415593-1",
3
+ "version": "11.0.0-build-11-x-62541612588f8f07228e0af813b771b476c8e7c9-1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "module",
6
6
  "main": "out/abstract-sql-compiler.js",
@@ -25,12 +25,12 @@
25
25
  "@balena/odata-parser": "^3.1.2",
26
26
  "@balena/odata-to-abstract-sql": "^8.0.1",
27
27
  "@balena/sbvr-parser": "^1.4.12",
28
- "@types/chai": "^4.3.20",
28
+ "@types/chai": "^5.2.2",
29
29
  "@types/common-tags": "^1.8.4",
30
30
  "@types/lodash": "^4.17.20",
31
31
  "@types/mocha": "^10.0.10",
32
32
  "@types/node": "^20.19.8",
33
- "chai": "^4.5.0",
33
+ "chai": "^5.2.1",
34
34
  "common-tags": "^1.8.2",
35
35
  "husky": "^9.1.7",
36
36
  "lint-staged": "^16.1.2",
@@ -56,6 +56,6 @@
56
56
  "npm": ">=10.7.0"
57
57
  },
58
58
  "versionist": {
59
- "publishedAt": "2025-07-17T14:33:12.546Z"
59
+ "publishedAt": "2025-07-30T14:30:58.081Z"
60
60
  }
61
61
  }