@balena/abstract-sql-compiler 10.2.4-build-tests-ts-beb2503119ff2e479e1da25051d33a021129a9d7-1 → 10.2.5-build-tests-ts-c00e9270589111b882d4894fc437dd8b0343ecce-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: "Tests: convert test/odata/test to typescript"
3
- hash: beb2503119ff2e479e1da25051d33a021129a9d7
3
+ hash: c00e9270589111b882d4894fc437dd8b0343ecce
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.5
11
+ title: ""
12
+ date: 2025-04-06T22:37:16.638Z
13
+ - commits:
10
14
  - subject: Update dev dependencies
11
15
  hash: 703263fa73aff2253d1a931a5946a027d20c9ff6
12
16
  body: ""
@@ -17,7 +21,7 @@
17
21
  nested: []
18
22
  version: 10.2.4
19
23
  title: ""
20
- date: 2025-04-04T13:16:10.504Z
24
+ date: 2025-04-04T14:00:21.240Z
21
25
  - commits:
22
26
  - subject: "Tests: convert test/abstract-sql/case-when-else.js to typescript"
23
27
  hash: 0edb21cc4ee30ead2a6eeb290623f3a0adc7a0fe
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.4 - 2025-04-04
7
+ ## 10.2.5 - 2025-04-06
8
8
 
9
9
  * Tests: convert test/odata/test to typescript [Pagan Gazzard]
10
+
11
+ ## 10.2.4 - 2025-04-04
12
+
10
13
  * Update dev dependencies [Pagan Gazzard]
11
14
 
12
15
  ## 10.2.3 - 2025-03-19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "10.2.4-build-tests-ts-beb2503119ff2e479e1da25051d33a021129a9d7-1",
3
+ "version": "10.2.5-build-tests-ts-c00e9270589111b882d4894fc437dd8b0343ecce-1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "commonjs",
6
6
  "main": "out/AbstractSQLCompiler.js",
@@ -64,6 +64,6 @@
64
64
  "npm": ">=10.7.0"
65
65
  },
66
66
  "versionist": {
67
- "publishedAt": "2025-04-04T13:16:10.931Z"
67
+ "publishedAt": "2025-04-06T22:37:17.012Z"
68
68
  }
69
69
  }