@balena/pinejs 21.6.9 → 21.6.10-build-bump-abstractsql-to-ts-0f724993cc836232702ad28a7d271ecef645f065-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,3 +1,28 @@
1
+ - commits:
2
+ - subject: Bump @balena/abstract-sql-to-typescript to v5.1.2
3
+ hash: 0f724993cc836232702ad28a7d271ecef645f065
4
+ body: |
5
+ Update @balena/abstract-sql-to-typescript from 5.1.1 to 5.1.2
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
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
23
+ version: 21.6.10
24
+ title: ""
25
+ date: 2025-06-20T13:25:00.690Z
1
26
  - commits:
2
27
  - subject: Update @balena/lf-to-abstract-sql from 5.0.5 to 5.0.7
3
28
  hash: b2cd76db8f7fd15d967c0eb4f91d8fc514baaefc
@@ -122,7 +147,7 @@
122
147
  date: 2025-04-11T10:51:20.820Z
123
148
  version: 21.6.9
124
149
  title: ""
125
- date: 2025-06-20T12:46:00.778Z
150
+ date: 2025-06-20T12:59:44.853Z
126
151
  - commits:
127
152
  - subject: Handle computed fields in translated models where possible and throw
128
153
  where not
@@ -3274,6 +3299,7 @@
3274
3299
 
3275
3300
 
3276
3301
 
3302
+
3277
3303
 
3278
3304
 
3279
3305
  As balena-lint
@@ -3328,6 +3354,7 @@
3328
3354
 
3329
3355
 
3330
3356
 
3357
+
3331
3358
 
3332
3359
 
3333
3360
  As engine and npm is
@@ -3397,6 +3424,7 @@
3397
3424
 
3398
3425
 
3399
3426
 
3427
+
3400
3428
 
3401
3429
 
3402
3430
  Ensure that the
@@ -3529,6 +3557,7 @@
3529
3557
 
3530
3558
 
3531
3559
 
3560
+
3532
3561
 
3533
3562
 
3534
3563
  This also deprecates
@@ -3589,6 +3618,7 @@
3589
3618
 
3590
3619
 
3591
3620
 
3621
+
3592
3622
 
3593
3623
 
3594
3624
  It can in fact be a
@@ -3650,6 +3680,7 @@
3650
3680
 
3651
3681
 
3652
3682
 
3683
+
3653
3684
 
3654
3685
 
3655
3686
  We know what type
@@ -3716,6 +3747,7 @@
3716
3747
 
3717
3748
 
3718
3749
 
3750
+
3719
3751
 
3720
3752
 
3721
3753
  Update
@@ -3893,6 +3925,7 @@
3893
3925
 
3894
3926
 
3895
3927
 
3928
+
3896
3929
 
3897
3930
 
3898
3931
  This also deprecates
@@ -7043,6 +7076,7 @@
7043
7076
 
7044
7077
 
7045
7078
 
7079
+
7046
7080
 
7047
7081
 
7048
7082
  As balena-lint
@@ -7125,6 +7159,7 @@
7125
7159
 
7126
7160
 
7127
7161
 
7162
+
7128
7163
 
7129
7164
 
7130
7165
  As engine and npm is
@@ -7222,6 +7257,7 @@
7222
7257
 
7223
7258
 
7224
7259
 
7260
+
7225
7261
 
7226
7262
 
7227
7263
  Ensure that the
@@ -7382,6 +7418,7 @@
7382
7418
 
7383
7419
 
7384
7420
 
7421
+
7385
7422
 
7386
7423
 
7387
7424
  This also deprecates
@@ -7470,6 +7507,7 @@
7470
7507
 
7471
7508
 
7472
7509
 
7510
+
7473
7511
 
7474
7512
 
7475
7513
  It can in fact be a
@@ -7559,6 +7597,7 @@
7559
7597
 
7560
7598
 
7561
7599
 
7600
+
7562
7601
 
7563
7602
 
7564
7603
  We know what type
@@ -7653,6 +7692,7 @@
7653
7692
 
7654
7693
 
7655
7694
 
7695
+
7656
7696
 
7657
7697
 
7658
7698
  Update
@@ -7858,6 +7898,7 @@
7858
7898
 
7859
7899
 
7860
7900
 
7901
+
7861
7902
 
7862
7903
 
7863
7904
  This also deprecates
package/CHANGELOG.md CHANGED
@@ -4,6 +4,21 @@ 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
+ # v21.6.10
8
+ ## (2025-06-20)
9
+
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>
21
+
7
22
  # v21.6.9
8
23
  ## (2025-06-20)
9
24
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 21.6.9
1
+ 21.6.10
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "21.6.9",
3
+ "version": "21.6.10-build-bump-abstractsql-to-ts-0f724993cc836232702ad28a7d271ecef645f065-1",
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.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",
@@ -149,6 +149,6 @@
149
149
  "recursive": true
150
150
  },
151
151
  "versionist": {
152
- "publishedAt": "2025-06-20T12:46:02.368Z"
152
+ "publishedAt": "2025-06-20T13:25:02.412Z"
153
153
  }
154
154
  }