@balena/pinejs 21.6.10-build-renovate-major-14-commander-97af58c208a2adcb1c72b6c807a51e6358b1a95e-1 → 21.6.10
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.
- package/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +18 -6
- package/CHANGELOG.md +11 -1
- package/package.json +4 -4
@@ -1,16 +1,28 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject:
|
3
|
-
hash:
|
2
|
+
- subject: Bump @balena/abstract-sql-to-typescript to v5.1.2
|
3
|
+
hash: 0f724993cc836232702ad28a7d271ecef645f065
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update @balena/abstract-sql-to-typescript from 5.1.1 to 5.1.2
|
6
6
|
footer:
|
7
7
|
Change-type: patch
|
8
8
|
change-type: patch
|
9
|
-
author:
|
10
|
-
nested:
|
9
|
+
author: Otavio Jacobi
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Allow sbvr-types v10 as peer dependency
|
13
|
+
hash: 769015a6e199bbc4c497a6d29d6b79f3761fe884
|
14
|
+
body: ""
|
15
|
+
footer:
|
16
|
+
Change-type: patch
|
17
|
+
change-type: patch
|
18
|
+
author: Otavio Jacobi
|
19
|
+
nested: []
|
20
|
+
version: abstract-sql-to-typescript-5.1.2
|
21
|
+
title: ""
|
22
|
+
date: 2025-06-19T19:45:38.533Z
|
11
23
|
version: 21.6.10
|
12
24
|
title: ""
|
13
|
-
date: 2025-06-
|
25
|
+
date: 2025-06-20T13:25:00.690Z
|
14
26
|
- commits:
|
15
27
|
- subject: Update @balena/lf-to-abstract-sql from 5.0.5 to 5.0.7
|
16
28
|
hash: b2cd76db8f7fd15d967c0eb4f91d8fc514baaefc
|
package/CHANGELOG.md
CHANGED
@@ -7,7 +7,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
7
7
|
# v21.6.10
|
8
8
|
## (2025-06-20)
|
9
9
|
|
10
|
-
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Bump @balena/abstract-sql-to-typescript to v5.1.2 [Otavio Jacobi] </summary>
|
13
|
+
|
14
|
+
> ## abstract-sql-to-typescript-5.1.2
|
15
|
+
> ### (2025-06-19)
|
16
|
+
>
|
17
|
+
> * Allow sbvr-types v10 as peer dependency [Otavio Jacobi]
|
18
|
+
>
|
19
|
+
|
20
|
+
</details>
|
11
21
|
|
12
22
|
# v21.6.9
|
13
23
|
## (2025-06-20)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.6.10
|
3
|
+
"version": "21.6.10",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -27,7 +27,7 @@
|
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"@balena/abstract-sql-compiler": "^10.3.2",
|
30
|
-
"@balena/abstract-sql-to-typescript": "^5.1.
|
30
|
+
"@balena/abstract-sql-to-typescript": "^5.1.2",
|
31
31
|
"@balena/env-parsing": "^1.2.5",
|
32
32
|
"@balena/lf-to-abstract-sql": "^5.0.7",
|
33
33
|
"@balena/odata-parser": "^4.2.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": "^
|
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-
|
152
|
+
"publishedAt": "2025-06-20T13:25:02.412Z"
|
153
153
|
}
|
154
154
|
}
|