@balena/pinejs 21.0.0-build-21-x-aded34a9c5c670522247399b3cc4dc7814430d5e-1 → 21.0.0-build-21-x-3ecfff921254b7aadea8a34e97c58a7a2cebedf2-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.
- package/.versionbot/CHANGELOG.yml +27 -7
- package/CHANGELOG.md +4 -0
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Update @balena/lint to 9.x
|
3
|
-
hash:
|
3
|
+
hash: 3ecfff921254b7aadea8a34e97c58a7a2cebedf2
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: major
|
@@ -8,7 +8,7 @@
|
|
8
8
|
author: Pagan Gazzard
|
9
9
|
nested: []
|
10
10
|
- subject: "Translations: switch warning to an error when aliasing a $toResource"
|
11
|
-
hash:
|
11
|
+
hash: 76a35d1c19e32d2db6e7054a5f1181a96bf5693a
|
12
12
|
body: ""
|
13
13
|
footer:
|
14
14
|
Change-type: major
|
@@ -17,7 +17,7 @@
|
|
17
17
|
nested: []
|
18
18
|
- subject: Replace the cached abstractSqlQuery with the compiled sqlQuery once
|
19
19
|
generated
|
20
|
-
hash:
|
20
|
+
hash: 3c0c743bdacc08943fe87d308e75994dcfbf7407
|
21
21
|
body: |
|
22
22
|
This allows freeing up all the memory used by the abstractSqlQuery tree
|
23
23
|
once the sqlQuery has been generated at the cost that the
|
@@ -30,7 +30,7 @@
|
|
30
30
|
author: Pagan Gazzard
|
31
31
|
nested: []
|
32
32
|
- subject: Drop sbvr-server built-in module
|
33
|
-
hash:
|
33
|
+
hash: b6d459341ae3914d7ab41ed68e8e14313854f94b
|
34
34
|
body: ""
|
35
35
|
footer:
|
36
36
|
Change-type: major
|
@@ -38,13 +38,17 @@
|
|
38
38
|
author: Pagan Gazzard
|
39
39
|
nested: []
|
40
40
|
- subject: Drop http-transactions built-in module
|
41
|
-
hash:
|
41
|
+
hash: c536b28583fa3fed36dea25eb1ea354dad14c496
|
42
42
|
body: ""
|
43
43
|
footer:
|
44
44
|
Change-type: major
|
45
45
|
change-type: major
|
46
46
|
author: Pagan Gazzard
|
47
47
|
nested: []
|
48
|
+
version: 21.0.0
|
49
|
+
title: ""
|
50
|
+
date: 2025-03-21T19:37:30.307Z
|
51
|
+
- commits:
|
48
52
|
- subject: Fix some linting issues
|
49
53
|
hash: 9e15788b2a6c0b3e353ab13f25a46dc6c3167fe4
|
50
54
|
body: ""
|
@@ -53,9 +57,9 @@
|
|
53
57
|
change-type: patch
|
54
58
|
author: Pagan Gazzard
|
55
59
|
nested: []
|
56
|
-
version:
|
60
|
+
version: 20.0.10
|
57
61
|
title: ""
|
58
|
-
date: 2025-03-21T17:
|
62
|
+
date: 2025-03-21T17:30:02.249Z
|
59
63
|
- commits:
|
60
64
|
- subject: Update dependencies
|
61
65
|
hash: 78d8cc5744e904762f52eb2fc893773da79296a2
|
@@ -1960,6 +1964,7 @@
|
|
1960
1964
|
|
1961
1965
|
|
1962
1966
|
|
1967
|
+
|
1963
1968
|
As balena-lint
|
1964
1969
|
rejects `new
|
1965
1970
|
Boolean()`, `new
|
@@ -1988,6 +1993,7 @@
|
|
1988
1993
|
|
1989
1994
|
|
1990
1995
|
|
1996
|
+
|
1991
1997
|
As engine and npm is
|
1992
1998
|
now required as part
|
1993
1999
|
of package.json we
|
@@ -2031,6 +2037,7 @@
|
|
2031
2037
|
|
2032
2038
|
|
2033
2039
|
|
2040
|
+
|
2034
2041
|
Ensure that the
|
2035
2042
|
input passed in for
|
2036
2043
|
JSON types is either
|
@@ -2137,6 +2144,7 @@
|
|
2137
2144
|
|
2138
2145
|
|
2139
2146
|
|
2147
|
+
|
2140
2148
|
This also deprecates
|
2141
2149
|
the legacy version
|
2142
2150
|
footer:
|
@@ -2171,6 +2179,7 @@
|
|
2171
2179
|
|
2172
2180
|
|
2173
2181
|
|
2182
|
+
|
2174
2183
|
It can in fact be a
|
2175
2184
|
lot of different
|
2176
2185
|
things and that is
|
@@ -2206,6 +2215,7 @@
|
|
2206
2215
|
|
2207
2216
|
|
2208
2217
|
|
2218
|
+
|
2209
2219
|
We know what type
|
2210
2220
|
they return and they
|
2211
2221
|
should be explicitly
|
@@ -2246,6 +2256,7 @@
|
|
2246
2256
|
|
2247
2257
|
|
2248
2258
|
|
2259
|
+
|
2249
2260
|
Update
|
2250
2261
|
@balena/sbvr-types
|
2251
2262
|
from 3.4.18 to 3.5.0
|
@@ -2397,6 +2408,7 @@
|
|
2397
2408
|
|
2398
2409
|
|
2399
2410
|
|
2411
|
+
|
2400
2412
|
This also deprecates
|
2401
2413
|
the legacy use of
|
2402
2414
|
direct true/false
|
@@ -5519,6 +5531,7 @@
|
|
5519
5531
|
|
5520
5532
|
|
5521
5533
|
|
5534
|
+
|
5522
5535
|
|
5523
5536
|
|
5524
5537
|
As balena-lint
|
@@ -5575,6 +5588,7 @@
|
|
5575
5588
|
|
5576
5589
|
|
5577
5590
|
|
5591
|
+
|
5578
5592
|
|
5579
5593
|
|
5580
5594
|
As engine and npm is
|
@@ -5646,6 +5660,7 @@
|
|
5646
5660
|
|
5647
5661
|
|
5648
5662
|
|
5663
|
+
|
5649
5664
|
|
5650
5665
|
|
5651
5666
|
Ensure that the
|
@@ -5780,6 +5795,7 @@
|
|
5780
5795
|
|
5781
5796
|
|
5782
5797
|
|
5798
|
+
|
5783
5799
|
|
5784
5800
|
|
5785
5801
|
This also deprecates
|
@@ -5842,6 +5858,7 @@
|
|
5842
5858
|
|
5843
5859
|
|
5844
5860
|
|
5861
|
+
|
5845
5862
|
|
5846
5863
|
|
5847
5864
|
It can in fact be a
|
@@ -5905,6 +5922,7 @@
|
|
5905
5922
|
|
5906
5923
|
|
5907
5924
|
|
5925
|
+
|
5908
5926
|
|
5909
5927
|
|
5910
5928
|
We know what type
|
@@ -5973,6 +5991,7 @@
|
|
5973
5991
|
|
5974
5992
|
|
5975
5993
|
|
5994
|
+
|
5976
5995
|
|
5977
5996
|
|
5978
5997
|
Update
|
@@ -6152,6 +6171,7 @@
|
|
6152
6171
|
|
6153
6172
|
|
6154
6173
|
|
6174
|
+
|
6155
6175
|
|
6156
6176
|
|
6157
6177
|
This also deprecates
|
package/CHANGELOG.md
CHANGED
@@ -12,6 +12,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
12
12
|
* Replace the cached abstractSqlQuery with the compiled sqlQuery once generated [Pagan Gazzard]
|
13
13
|
* Drop sbvr-server built-in module [Pagan Gazzard]
|
14
14
|
* Drop http-transactions built-in module [Pagan Gazzard]
|
15
|
+
|
16
|
+
# v20.0.10
|
17
|
+
## (2025-03-21)
|
18
|
+
|
15
19
|
* Fix some linting issues [Pagan Gazzard]
|
16
20
|
|
17
21
|
# v20.0.9
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "21.0.0-build-21-x-
|
3
|
+
"version": "21.0.0-build-21-x-3ecfff921254b7aadea8a34e97c58a7a2cebedf2-1",
|
4
4
|
"main": "out/server-glue/module.js",
|
5
5
|
"type": "module",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-03-
|
151
|
+
"publishedAt": "2025-03-21T19:37:31.304Z"
|
152
152
|
}
|
153
153
|
}
|