@balena/abstract-sql-compiler 10.3.0-build-joshbwlng-date-trunc-7a7067959b540d053f302961c0ec4da9f21e9254-1 → 10.3.0-build-joshbwlng-date-trunc-5576dc61aff635231b9969696f4b2ba7f4882141-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: Add optional time zone argument for DateTrunc
3
- hash: 7a7067959b540d053f302961c0ec4da9f21e9254
3
+ hash: 5576dc61aff635231b9969696f4b2ba7f4882141
4
4
  body: ""
5
5
  footer:
6
6
  Change-type: minor
@@ -9,7 +9,7 @@
9
9
  nested: []
10
10
  version: 10.3.0
11
11
  title: ""
12
- date: 2025-06-06T03:28:14.317Z
12
+ date: 2025-06-09T23:49:01.620Z
13
13
  - commits:
14
14
  - subject: Update dependency lint-staged to v16
15
15
  hash: 65f51a7d4c10810989efb02c96ae2bf754f6b365
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
- ## 10.3.0 - 2025-06-06
7
+ ## 10.3.0 - 2025-06-09
8
8
 
9
9
  * Add optional time zone argument for DateTrunc [joshbwlng]
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "10.3.0-build-joshbwlng-date-trunc-7a7067959b540d053f302961c0ec4da9f21e9254-1",
3
+ "version": "10.3.0-build-joshbwlng-date-trunc-5576dc61aff635231b9969696f4b2ba7f4882141-1",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "type": "commonjs",
6
6
  "main": "out/AbstractSQLCompiler.js",
@@ -56,6 +56,6 @@
56
56
  "npm": ">=10.7.0"
57
57
  },
58
58
  "versionist": {
59
- "publishedAt": "2025-06-06T03:28:14.775Z"
59
+ "publishedAt": "2025-06-09T23:49:02.001Z"
60
60
  }
61
61
  }