@balena/abstract-sql-compiler 11.0.0-build-11-x-1d6801364e84c467215b1a2bd54345172071bdc2-1 → 11.0.0-build-11-x-ec7061f7b8b3a3f393dd22446a1c626fa868e154-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: Standardize filenames
3
- hash: 11f63ab3efbb0fedfafe9eec933f4f4cc45cfbb9
3
+ hash: 9aae64651cf4b96ede369a39e0dd51130c24c2fb
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: major
@@ -8,7 +8,7 @@
8
8
  author: Pagan Gazzard
9
9
  nested: []
10
10
  - subject: Improve typing of `AbstractSqlField['computed']`
11
- hash: d52172c59a9424477d3f96cbee686e02e6796b94
11
+ hash: db45c686e7b6c5cd0982526cd7aa298609ff1944
12
12
  body: ""
13
13
  footer:
14
14
  Change-type: major
@@ -16,7 +16,7 @@
16
16
  author: Pagan Gazzard
17
17
  nested: []
18
18
  - subject: Improve typing of `AbstractSqlModel['rules']`
19
- hash: d1a2c50d9d4b9c3bb89030186db0b466fbf4d83d
19
+ hash: 8cd3fc101ab6f61915cbdecf58f9015e3a885bfe
20
20
  body: ""
21
21
  footer:
22
22
  Change-type: major
@@ -24,7 +24,7 @@
24
24
  author: Pagan Gazzard
25
25
  nested: []
26
26
  - subject: Remove support for deprecated `['Bind', string, string]` bind node format
27
- hash: 9f16483079cd561a9fdaa741cd830c2c5eb2065a
27
+ hash: 70df43b4362ea80da686149675a8d384005cb1cf
28
28
  body: |
29
29
  Use `['Bind', [string, string]]` instead
30
30
  footer:
@@ -34,7 +34,7 @@
34
34
  nested: []
35
35
  - subject: Remove deprecated `AliasableFromTypeNodes` type, use `FromTypeNodes`
36
36
  instead
37
- hash: 1d3108b17cdc662641904c72357157a40ae0cbcb
37
+ hash: 8c08d1d25ebaf25f4a511f1ec52779e98baa5f30
38
38
  body: ""
39
39
  footer:
40
40
  Change-type: major
@@ -42,7 +42,7 @@
42
42
  author: Pagan Gazzard
43
43
  nested: []
44
44
  - subject: Use an options object for `optimizeSchema` rather than flags
45
- hash: b78df1afd0c566de81efff212629a53dd6bb4219
45
+ hash: 4c9949bae550e4c834aef946b5a85684eccf9e26
46
46
  body: ""
47
47
  footer:
48
48
  Change-type: major
@@ -50,7 +50,7 @@
50
50
  author: Pagan Gazzard
51
51
  nested: []
52
52
  - subject: Convert to ESM
53
- hash: 195c2b8d5d4a39ba893113489620ccfa3f0a6afc
53
+ hash: b31248d3c04bc7ff64dffc46220f38947c6e597f
54
54
  body: ""
55
55
  footer:
56
56
  Change-type: major
@@ -58,7 +58,7 @@
58
58
  author: Pagan Gazzard
59
59
  nested: []
60
60
  - subject: Remove support for legacy `Now` nodes in favor of `CurrentTimestamp`
61
- hash: 56e66dd939a87649c5d68787366562934daf65fc
61
+ hash: aae22cce937b279b5f68f6a9bbba853fa6169bb6
62
62
  body: ""
63
63
  footer:
64
64
  Change-type: major
@@ -66,7 +66,7 @@
66
66
  author: Pagan Gazzard
67
67
  nested: []
68
68
  - subject: Switch to a separate `viewDefinition` property for creating views
69
- hash: 0bf2e7ac0bcc3e733e3f712b51f71772666b0853
69
+ hash: 9c0c70f0833b598936d02ef480ed8d90d6530a06
70
70
  body: |
71
71
  This removes the inference of whether to create a view from based on
72
72
  inspecting the definition and instead makes it a conscious choice to
@@ -78,6 +78,10 @@
78
78
  change-type: major
79
79
  author: Pagan Gazzard
80
80
  nested: []
81
+ version: 11.0.0
82
+ title: ""
83
+ date: 2025-07-17T13:35:31.200Z
84
+ - commits:
81
85
  - subject: "Tests: Update @balena/odata-to-abstract-sql to 8.0.1"
82
86
  hash: 66ee93652310d4add5b0c8c09843dc052d796f5e
83
87
  body: ""
@@ -86,9 +90,9 @@
86
90
  change-type: patch
87
91
  author: Pagan Gazzard
88
92
  nested: []
89
- version: 11.0.0
93
+ version: 10.6.3
90
94
  title: ""
91
- date: 2025-07-16T14:26:48.320Z
95
+ date: 2025-07-17T11:05:36.688Z
92
96
  - commits:
93
97
  - subject: Include comments in generated output to preserve jsdoc info
94
98
  hash: 7045c5bd5244459330a7899ad0fbb974a429ca14
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-16
7
+ ## 11.0.0 - 2025-07-17
8
8
 
9
9
  * Standardize filenames [Pagan Gazzard]
10
10
  * Improve typing of `AbstractSqlField['computed']` [Pagan Gazzard]
@@ -15,6 +15,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
15
15
  * Convert to ESM [Pagan Gazzard]
16
16
  * Remove support for legacy `Now` nodes in favor of `CurrentTimestamp` [Pagan Gazzard]
17
17
  * Switch to a separate `viewDefinition` property for creating views [Pagan Gazzard]
18
+
19
+ ## 10.6.3 - 2025-07-17
20
+
18
21
  * Tests: Update @balena/odata-to-abstract-sql to 8.0.1 [Pagan Gazzard]
19
22
 
20
23
  ## 10.6.2 - 2025-07-16
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-1d6801364e84c467215b1a2bd54345172071bdc2-1",
3
+ "version": "11.0.0-build-11-x-ec7061f7b8b3a3f393dd22446a1c626fa868e154-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-16T14:26:48.746Z"
59
+ "publishedAt": "2025-07-17T13:35:31.618Z"
60
60
  }
61
61
  }