@balena/lf-to-abstract-sql 5.0.12 → 5.0.13

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.
@@ -9,6 +9,11 @@ on:
9
9
  types: [opened, synchronize, closed]
10
10
  branches: [main, master]
11
11
 
12
+ permissions:
13
+ id-token: write
14
+ contents: read
15
+ packages: read
16
+
12
17
  jobs:
13
18
  flowzone:
14
19
  name: Flowzone
@@ -1,3 +1,17 @@
1
+ - commits:
2
+ - subject: "Add id-token: write permission for NPM OIDC publishing"
3
+ hash: 45940cc781ebdb9f75613f21f25758b7c3f9ff82
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ Signed-off-by: Kyle Harding <kyle@balena.io>
9
+ signed-off-by: Kyle Harding <kyle@balena.io>
10
+ author: Kyle Harding
11
+ nested: []
12
+ version: 5.0.13
13
+ title: ""
14
+ date: 2026-02-18T18:40:31.091Z
1
15
  - commits:
2
16
  - subject: Update dependency chai to v6
3
17
  hash: 92f7046617444bfa6086f43857697a52da377037
@@ -10,7 +24,7 @@
10
24
  nested: []
11
25
  version: 5.0.12
12
26
  title: ""
13
- date: 2025-08-25T09:56:22.992Z
27
+ date: 2025-09-11T11:46:47.642Z
14
28
  - commits:
15
29
  - subject: Add tests for JSON fields
16
30
  hash: 3102d8cd62eb48006123a394417621ab12194e31
package/CHANGELOG.md CHANGED
@@ -4,7 +4,11 @@ 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
- ## 5.0.12 - 2025-08-25
7
+ ## 5.0.13 - 2026-02-18
8
+
9
+ * Add id-token: write permission for NPM OIDC publishing [Kyle Harding]
10
+
11
+ ## 5.0.12 - 2025-09-11
8
12
 
9
13
  * Update dependency chai to v6 [balena-renovate[bot]]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/lf-to-abstract-sql",
3
- "version": "5.0.12",
3
+ "version": "5.0.13",
4
4
  "description": "LF to Abstract SQL translator.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -36,6 +36,6 @@
36
36
  "_": "test/**/*.js"
37
37
  },
38
38
  "versionist": {
39
- "publishedAt": "2025-08-25T09:56:23.095Z"
39
+ "publishedAt": "2026-02-18T18:40:31.211Z"
40
40
  }
41
41
  }