@balena/pinejs 21.6.12-build-renovate-major-14-commander-c99816996ca4ed874585fa96582562189ef54ffc-1 → 21.6.12-build-update--balena-sbvr-parser-1-4-10-72dfd784eb8887a73658b45f457785269cbe93fe-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,29 @@
1
1
  - commits:
2
- - subject: Update dependency commander to v14
3
- hash: c99816996ca4ed874585fa96582562189ef54ffc
2
+ - subject: Update @balena/sbvr-parser
3
+ hash: 72dfd784eb8887a73658b45f457785269cbe93fe
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
+ Changelog-entry: Update @balena/sbvr-parser
8
+ changelog-entry: Update @balena/sbvr-parser
7
9
  Change-type: patch
8
10
  change-type: patch
9
- author: balena-renovate[bot]
10
- nested: []
11
+ author: Thodoris Greasidis
12
+ nested:
13
+ - commits:
14
+ - subject: Allow using single value Definitions
15
+ hash: ed36e9f54a6e99347010a88e27c877f136ddfe4a
16
+ body: ""
17
+ footer:
18
+ Change-type: patch
19
+ change-type: patch
20
+ author: Thodoris Greasidis
21
+ version: sbvr-parser-1.4.10
22
+ title: ""
23
+ date: 2025-06-26T13:22:09.508Z
11
24
  version: 21.6.12
12
25
  title: ""
13
- date: 2025-06-24T04:59:59.345Z
26
+ date: 2025-06-26T14:00:02.861Z
14
27
  - commits:
15
28
  - subject: Optimize the abstract-sql schema whilst creating it
16
29
  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 [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-72dfd784eb8887a73658b45f457785269cbe93fe-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:00:04.490Z"
153
153
  }
154
154
  }