@balena/abstract-sql-compiler 11.0.0-build-11-x-0063b63d64480d98d1e095bfb0003ffdf3415593-1 → 11.0.0-build-11-x-deeae56e628f8a7a21c3a29f3821ae09c46bcf9b-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.
- package/.versionbot/CHANGELOG.yml +1 -1
- package/CHANGELOG.md +1 -1
- package/package.json +4 -4
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-
|
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-
|
3
|
+
"version": "11.0.0-build-11-x-deeae56e628f8a7a21c3a29f3821ae09c46bcf9b-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": "^
|
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": "^
|
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-
|
59
|
+
"publishedAt": "2025-07-30T13:27:26.055Z"
|
60
60
|
}
|
61
61
|
}
|