@balena/pinejs 21.6.12-build-renovate-major-14-commander-c99816996ca4ed874585fa96582562189ef54ffc-1 → 21.6.12-build-update--balena-sbvr-parser-1-4-10-bb08f1ff0d318172f88978dfdf75a8451a9a3c65-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,16 +1,27 @@
1
1
  - commits:
2
- - subject: Update dependency commander to v14
3
- hash: c99816996ca4ed874585fa96582562189ef54ffc
2
+ - subject: Update @balena/sbvr-parser to 1.4.10
3
+ hash: bb08f1ff0d318172f88978dfdf75a8451a9a3c65
4
4
  body: |
5
- Update commander from 13.1.0 to 14.0.0
5
+ Update @balena/sbvr-parser from 1.4.9 to 1.4.10
6
6
  footer:
7
7
  Change-type: patch
8
8
  change-type: patch
9
- author: balena-renovate[bot]
10
- nested: []
9
+ author: Thodoris Greasidis
10
+ nested:
11
+ - commits:
12
+ - subject: Allow using single value Definitions
13
+ hash: ed36e9f54a6e99347010a88e27c877f136ddfe4a
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Thodoris Greasidis
19
+ version: sbvr-parser-1.4.10
20
+ title: ""
21
+ date: 2025-06-26T13:22:09.508Z
11
22
  version: 21.6.12
12
23
  title: ""
13
- date: 2025-06-24T04:59:59.345Z
24
+ date: 2025-06-26T14:42:44.927Z
14
25
  - commits:
15
26
  - subject: Optimize the abstract-sql schema whilst creating it
16
27
  hash: 6923276da34d847275493b5ecde3c1353c45abc1
package/CHANGELOG.md CHANGED
@@ -5,9 +5,19 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
7
  # v21.6.12
8
- ## (2025-06-24)
8
+ ## (2025-06-26)
9
+
10
+
11
+ <details>
12
+ <summary> Update @balena/sbvr-parser to 1.4.10 [Thodoris Greasidis] </summary>
9
13
 
10
- * Update dependency commander to v14 [balena-renovate[bot]]
14
+ > ## sbvr-parser-1.4.10
15
+ > ### (2025-06-26)
16
+ >
17
+ > * Allow using single value Definitions [Thodoris Greasidis]
18
+ >
19
+
20
+ </details>
11
21
 
12
22
  # v21.6.11
13
23
  ## (2025-06-24)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.12-build-renovate-major-14-commander-c99816996ca4ed874585fa96582562189ef54ffc-1",
3
+ "version": "21.6.12-build-update--balena-sbvr-parser-1-4-10-bb08f1ff0d318172f88978dfdf75a8451a9a3c65-1",
4
4
  "main": "out/server-glue/module.js",
5
5
  "type": "module",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -32,7 +32,7 @@
32
32
  "@balena/lf-to-abstract-sql": "^5.0.7",
33
33
  "@balena/odata-parser": "^4.2.6",
34
34
  "@balena/odata-to-abstract-sql": "^7.2.5",
35
- "@balena/sbvr-parser": "^1.4.9",
35
+ "@balena/sbvr-parser": "^1.4.10",
36
36
  "@balena/sbvr-types": "^9.2.6",
37
37
  "@sindresorhus/fnv1a": "^3.1.0",
38
38
  "@types/body-parser": "^1.19.6",
@@ -55,7 +55,7 @@
55
55
  "@types/websql": "^0.0.30",
56
56
  "ajv": "^8.17.1",
57
57
  "busboy": "^1.6.0",
58
- "commander": "^14.0.0",
58
+ "commander": "^13.1.0",
59
59
  "cron-parser": "^5.3.0",
60
60
  "deep-freeze": "^0.0.1",
61
61
  "eventemitter3": "^5.0.1",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-06-24T05:00:00.369Z"
152
+ "publishedAt": "2025-06-26T14:42:46.541Z"
153
153
  }
154
154
  }