@balena/abstract-sql-compiler 10.3.2 → 10.3.3-build-allow-new-sbvr-types-3eae2f1145b6ed53d3759c67b4f6d9abdc8f39b1-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 +4 -0
- package/package.json +3 -3
@@ -1,3 +1,15 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Allow sbvr-types v10 as peer dependency
|
3
|
+
hash: 3eae2f1145b6ed53d3759c67b4f6d9abdc8f39b1
|
4
|
+
body: ""
|
5
|
+
footer:
|
6
|
+
Change-type: patch
|
7
|
+
change-type: patch
|
8
|
+
author: Otavio Jacobi
|
9
|
+
nested: []
|
10
|
+
version: 10.3.3
|
11
|
+
title: ""
|
12
|
+
date: 2025-06-19T17:15:05.666Z
|
1
13
|
- commits:
|
2
14
|
- subject: Extend `IsNotDistinctFrom` paren omission to more atomic node types
|
3
15
|
hash: d88c42902f0de4a26dfc1739b05c321f707e47c7
|
@@ -9,7 +21,7 @@
|
|
9
21
|
nested: []
|
10
22
|
version: 10.3.2
|
11
23
|
title: ""
|
12
|
-
date: 2025-06-
|
24
|
+
date: 2025-06-12T13:09:06.989Z
|
13
25
|
- commits:
|
14
26
|
- subject: Omit parens for `IsNotDistinctFrom` when the value is a field node
|
15
27
|
hash: 57126032875eca0b0b050ff09fa461f471b77936
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,10 @@ 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.3.3 - 2025-06-19
|
8
|
+
|
9
|
+
* Allow sbvr-types v10 as peer dependency [Otavio Jacobi]
|
10
|
+
|
7
11
|
## 10.3.2 - 2025-06-12
|
8
12
|
|
9
13
|
* Extend `IsNotDistinctFrom` paren omission to more atomic node types [Pagan Gazzard]
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/abstract-sql-compiler",
|
3
|
-
"version": "10.3.
|
3
|
+
"version": "10.3.3-build-allow-new-sbvr-types-3eae2f1145b6ed53d3759c67b4f6d9abdc8f39b1-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"
|
20
|
+
"@balena/sbvr-types": "^7.1.0 || ^8.0.0 || ^9.0.2 || ^10.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-06-
|
59
|
+
"publishedAt": "2025-06-19T17:15:06.148Z"
|
60
60
|
}
|
61
61
|
}
|