@balena/abstract-sql-compiler 10.5.0 → 10.5.1-build-joshbwlng-sbvr-types-11-0b961faffe188162d82968df0e50522b7840eeae-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 +13 -1
- package/CHANGELOG.md +5 -1
- package/package.json +3 -3
@@ -1,3 +1,15 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Allow sbvr-types v11
|
3
|
+
hash: 0b961faffe188162d82968df0e50522b7840eeae
|
4
|
+
body: ""
|
5
|
+
footer:
|
6
|
+
Change-type: patch
|
7
|
+
change-type: patch
|
8
|
+
author: joshbwlng
|
9
|
+
nested: []
|
10
|
+
version: 10.5.1
|
11
|
+
title: ""
|
12
|
+
date: 2025-07-08T01:51:58.451Z
|
1
13
|
- commits:
|
2
14
|
- subject: Add optional time zone argument for DateTrunc
|
3
15
|
hash: 51521852f16d12fdcd22b51d24bf6a2cea3247e3
|
@@ -9,7 +21,7 @@
|
|
9
21
|
nested: []
|
10
22
|
version: 10.5.0
|
11
23
|
title: ""
|
12
|
-
date: 2025-07-
|
24
|
+
date: 2025-07-07T23:20:12.115Z
|
13
25
|
- commits:
|
14
26
|
- subject: Correctly treat `EqualsAnyNode` as the boolean type we know it to be
|
15
27
|
hash: 862d36cf5ade46cc40be2909d6af6bafe16d5409
|
package/CHANGELOG.md
CHANGED
@@ -4,7 +4,11 @@ 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
|
-
## 10.5.
|
7
|
+
## 10.5.1 - 2025-07-08
|
8
|
+
|
9
|
+
* Allow sbvr-types v11 [joshbwlng]
|
10
|
+
|
11
|
+
## 10.5.0 - 2025-07-07
|
8
12
|
|
9
13
|
* Add optional time zone argument for DateTrunc [joshbwlng]
|
10
14
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/abstract-sql-compiler",
|
3
|
-
"version": "10.5.
|
3
|
+
"version": "10.5.1-build-joshbwlng-sbvr-types-11-0b961faffe188162d82968df0e50522b7840eeae-1",
|
4
4
|
"description": "A translator for abstract sql into sql.",
|
5
5
|
"type": "commonjs",
|
6
6
|
"main": "out/AbstractSQLCompiler.js",
|
@@ -17,7 +17,7 @@
|
|
17
17
|
"repository": "https://github.com/balena-io-modules/abstract-sql-compiler.git",
|
18
18
|
"author": "",
|
19
19
|
"peerDependencies": {
|
20
|
-
"@balena/sbvr-types": "^7.1.0 || ^8.0.0 || ^9.0.2 || ^10.0.0"
|
20
|
+
"@balena/sbvr-types": "^7.1.0 || ^8.0.0 || ^9.0.2 || ^10.0.0 || ^11.0.0"
|
21
21
|
},
|
22
22
|
"devDependencies": {
|
23
23
|
"@balena/lf-to-abstract-sql": "^5.0.4",
|
@@ -56,6 +56,6 @@
|
|
56
56
|
"npm": ">=10.7.0"
|
57
57
|
},
|
58
58
|
"versionist": {
|
59
|
-
"publishedAt": "2025-07-
|
59
|
+
"publishedAt": "2025-07-08T01:51:58.842Z"
|
60
60
|
}
|
61
61
|
}
|