@balena/abstract-sql-compiler 10.2.6-build-is-field-type-node-9aead5476c82d21b8287f191c64f812239eaf109-1 → 10.2.7-build-is-field-type-node-7872e19e597858b82079c0e4f61dd3fbbca1f375-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,12 +1,16 @@
1
1
  - commits:
2
2
  - subject: Switch to a more standard `isFieldTypeNode` helper
3
- hash: 9aead5476c82d21b8287f191c64f812239eaf109
3
+ hash: 7872e19e597858b82079c0e4f61dd3fbbca1f375
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: patch
7
7
  change-type: patch
8
8
  author: Pagan Gazzard
9
9
  nested: []
10
+ version: 10.2.7
11
+ title: ""
12
+ date: 2025-04-07T12:01:26.737Z
13
+ - commits:
10
14
  - subject: "Tests: convert test/sbvr/reference-type to typescript"
11
15
  hash: c41377f6f468c2c4006399e19117153837b503e6
12
16
  body: ""
@@ -89,7 +93,7 @@
89
93
  nested: []
90
94
  version: 10.2.6
91
95
  title: ""
92
- date: 2025-04-07T11:41:23.565Z
96
+ date: 2025-04-07T12:00:15.272Z
93
97
  - commits:
94
98
  - subject: "Tests: convert test/odata/test to typescript"
95
99
  hash: c00e9270589111b882d4894fc437dd8b0343ecce
package/CHANGELOG.md CHANGED
@@ -4,9 +4,12 @@ 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.2.6 - 2025-04-07
7
+ ## 10.2.7 - 2025-04-07
8
8
 
9
9
  * Switch to a more standard `isFieldTypeNode` helper [Pagan Gazzard]
10
+
11
+ ## 10.2.6 - 2025-04-07
12
+
10
13
  * Tests: convert test/sbvr/reference-type to typescript [Pagan Gazzard]
11
14
  * Tests: convert test/sbvr/pilots to typescript [Pagan Gazzard]
12
15
  * Tests: convert test/sbvr/test to typescript [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "10.2.6-build-is-field-type-node-9aead5476c82d21b8287f191c64f812239eaf109-1",
3
+ "version": "10.2.7-build-is-field-type-node-7872e19e597858b82079c0e4f61dd3fbbca1f375-1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "commonjs",
6
6
  "main": "out/AbstractSQLCompiler.js",
@@ -58,6 +58,6 @@
58
58
  "npm": ">=10.7.0"
59
59
  },
60
60
  "versionist": {
61
- "publishedAt": "2025-04-07T11:41:23.997Z"
61
+ "publishedAt": "2025-04-07T12:01:27.213Z"
62
62
  }
63
63
  }