@balena/pinejs 23.1.2-build-renovate-bcrypt-6-x-b22df9a6e9260d84bc384f9346c1901e60aa37a2-1 → 23.1.2
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 +197 -6
- package/CHANGELOG.md +83 -2
- package/package.json +4 -4
- package/src/migrator/migrations.ts +1 -1
- package/src/sbvr-api/dev.ts +1 -1
- package/src/sbvr-api/user.ts +1 -1
- package/src/tasks/tasks.ts +1 -1
- package/src/webresource-handler/webresource.ts +1 -1
@@ -1,16 +1,207 @@
|
|
1
1
|
- commits:
|
2
|
-
- subject: Update
|
3
|
-
hash:
|
2
|
+
- subject: Update @balena/abstract-sql-to-typescript to 6.1.1
|
3
|
+
hash: 68043f560d8d44b04fb2a40a0128f8d46e8a5ba8
|
4
4
|
body: |
|
5
|
-
Update
|
5
|
+
Update @balena/abstract-sql-to-typescript from 6.1.0 to 6.1.1
|
6
6
|
footer:
|
7
7
|
Change-type: patch
|
8
8
|
change-type: patch
|
9
|
-
author:
|
10
|
-
nested:
|
9
|
+
author: Pagan Gazzard
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Update dependencies
|
13
|
+
hash: 0aeb6faa2e522dbfc9fa79b470ff81a74f6026fd
|
14
|
+
body: |
|
15
|
+
Update @balena/odata-to-abstract-sql from 9.0.0 to 10.0.0
|
16
|
+
Update @balena/abstract-sql-compiler from 11.0.0 to 11.2.0
|
17
|
+
footer:
|
18
|
+
Change-type: patch
|
19
|
+
change-type: patch
|
20
|
+
author: Pagan Gazzard
|
21
|
+
nested:
|
22
|
+
- commits:
|
23
|
+
- subject: Make use of `ConvertRow` to ensure the correct type for out fake
|
24
|
+
$insert rows
|
25
|
+
hash: 4f85a9a22f7e9fc145cd6f3c3b8a2208acf6e40f
|
26
|
+
body: >
|
27
|
+
This requires @balena/abstract-sql-compiler ^11.2.0
|
28
|
+
|
29
|
+
|
30
|
+
Update @balena/abstract-sql-compiler from 11.0.0 to
|
31
|
+
11.2.0
|
32
|
+
footer:
|
33
|
+
Change-type: major
|
34
|
+
change-type: major
|
35
|
+
author: Pagan Gazzard
|
36
|
+
nested:
|
37
|
+
- commits:
|
38
|
+
- subject: Add support for a `ConvertRow` virtual node to convert a row that looks
|
39
|
+
like a table row to match the type
|
40
|
+
hash: e1988d6cbc6cb5a759b14e31854636bebc5a26a6
|
41
|
+
body: >
|
42
|
+
Note: this is only supported on postgres
|
43
|
+
currently
|
44
|
+
footer:
|
45
|
+
Change-type: minor
|
46
|
+
change-type: minor
|
47
|
+
author: Pagan Gazzard
|
48
|
+
nested: []
|
49
|
+
- subject: Add support for a `JSONPopulateRecord` node to convert JSON to a row
|
50
|
+
hash: 54720af879b4a799b441984705b7ff22e0c6f640
|
51
|
+
body: ""
|
52
|
+
footer:
|
53
|
+
Change-type: minor
|
54
|
+
change-type: minor
|
55
|
+
author: Pagan Gazzard
|
56
|
+
nested: []
|
57
|
+
- subject: Add support for a `RowToJSON` node to convert a row to JSON
|
58
|
+
hash: 5bcb0aa3bc03f3e9abdf22c266b9a6dc3816ed84
|
59
|
+
body: ""
|
60
|
+
footer:
|
61
|
+
Change-type: minor
|
62
|
+
change-type: minor
|
63
|
+
author: Pagan Gazzard
|
64
|
+
nested: []
|
65
|
+
- subject: Add support for casting to a table/record type
|
66
|
+
hash: fe84e97d6a5709cbfbb874fedda7a08c1315cdc0
|
67
|
+
body: ""
|
68
|
+
footer:
|
69
|
+
Change-type: minor
|
70
|
+
change-type: minor
|
71
|
+
author: Pagan Gazzard
|
72
|
+
nested: []
|
73
|
+
version: abstract-sql-compiler-11.2.0
|
74
|
+
title: ""
|
75
|
+
date: 2025-08-15T14:55:12.172Z
|
76
|
+
- commits:
|
77
|
+
- subject: Remove redundant exports from abstract-sql-schema-optimizer
|
78
|
+
hash: 467259a9fe3dd09a83d2c9a7b2e68dc5619eefb5
|
79
|
+
body: ""
|
80
|
+
footer:
|
81
|
+
Change-type: patch
|
82
|
+
change-type: patch
|
83
|
+
author: Pagan Gazzard
|
84
|
+
nested: []
|
85
|
+
version: abstract-sql-compiler-11.1.4
|
86
|
+
title: ""
|
87
|
+
date: 2025-08-15T12:44:01.234Z
|
88
|
+
- commits:
|
89
|
+
- subject: Handle optimizing/compiling table nodes in the standard manner
|
90
|
+
hash: 5e656c36b73b6c4d9343bbed28cceb52c74be300
|
91
|
+
body: >
|
92
|
+
This standardizes them rather than having custom
|
93
|
+
handling for some
|
94
|
+
|
95
|
+
reason
|
96
|
+
footer:
|
97
|
+
Change-type: patch
|
98
|
+
change-type: patch
|
99
|
+
author: Pagan Gazzard
|
100
|
+
nested: []
|
101
|
+
version: abstract-sql-compiler-11.1.3
|
102
|
+
title: ""
|
103
|
+
date: 2025-08-14T23:52:56.586Z
|
104
|
+
- commits:
|
105
|
+
- subject: Ignore duplicate function errors when creating computed functions
|
106
|
+
hash: e98a9ca6c287f320bf7d55006ec861339179a3fb
|
107
|
+
body: ""
|
108
|
+
footer:
|
109
|
+
Change-type: patch
|
110
|
+
change-type: patch
|
111
|
+
author: Pagan Gazzard
|
112
|
+
nested: []
|
113
|
+
version: abstract-sql-compiler-11.1.2
|
114
|
+
title: ""
|
115
|
+
date: 2025-08-13T11:45:56.590Z
|
116
|
+
- commits:
|
117
|
+
- subject: Create computed functions after table definitions
|
118
|
+
hash: f5b3ec1e7f4a23c8958e16ecfc016abb4b83ec15
|
119
|
+
body: ""
|
120
|
+
footer:
|
121
|
+
Change-type: patch
|
122
|
+
change-type: patch
|
123
|
+
author: Pagan Gazzard
|
124
|
+
nested: []
|
125
|
+
version: abstract-sql-compiler-11.1.1
|
126
|
+
title: ""
|
127
|
+
date: 2025-08-12T15:07:21.133Z
|
128
|
+
- commits:
|
129
|
+
- subject: Add the ability to have computed fields generate/call functions
|
130
|
+
hash: 2a0d1a357a7baa36eaaef71c5b15c206b44a1a0f
|
131
|
+
body: ""
|
132
|
+
footer:
|
133
|
+
Change-type: minor
|
134
|
+
change-type: minor
|
135
|
+
author: Pagan Gazzard
|
136
|
+
nested: []
|
137
|
+
version: abstract-sql-compiler-11.1.0
|
138
|
+
title: ""
|
139
|
+
date: 2025-08-12T00:17:28.281Z
|
140
|
+
- commits:
|
141
|
+
- subject: Optimize away unnecessary aliasing
|
142
|
+
hash: bc19f720415adc56684978d56a70d1c5407c3ab7
|
143
|
+
body: ""
|
144
|
+
footer:
|
145
|
+
Change-type: patch
|
146
|
+
change-type: patch
|
147
|
+
author: Pagan Gazzard
|
148
|
+
nested: []
|
149
|
+
version: abstract-sql-compiler-11.0.3
|
150
|
+
title: ""
|
151
|
+
date: 2025-08-08T15:34:13.225Z
|
152
|
+
- commits:
|
153
|
+
- subject: "Tests: update dev dependencies"
|
154
|
+
hash: d3b7d59ef4413015b28b78a5943753304bfdfb01
|
155
|
+
body: ""
|
156
|
+
footer:
|
157
|
+
Change-type: patch
|
158
|
+
change-type: patch
|
159
|
+
author: Pagan Gazzard
|
160
|
+
nested: []
|
161
|
+
version: abstract-sql-compiler-11.0.2
|
162
|
+
title: ""
|
163
|
+
date: 2025-08-08T14:17:18.123Z
|
164
|
+
- commits:
|
165
|
+
- subject: Update tsconfig module to `Node18`
|
166
|
+
hash: 7b551369ed6974b4b537c80085bfad74b8a692a0
|
167
|
+
body: ""
|
168
|
+
footer:
|
169
|
+
Change-type: patch
|
170
|
+
change-type: patch
|
171
|
+
author: Pagan Gazzard
|
172
|
+
nested: []
|
173
|
+
- subject: "Tests: switch from ts-node to @swc-node/register"
|
174
|
+
hash: 0645665e87ad356aa91a97f9e730a855feb8bd67
|
175
|
+
body: ""
|
176
|
+
footer:
|
177
|
+
Change-type: patch
|
178
|
+
change-type: patch
|
179
|
+
author: Pagan Gazzard
|
180
|
+
nested: []
|
181
|
+
version: abstract-sql-compiler-11.0.1
|
182
|
+
title: ""
|
183
|
+
date: 2025-08-01T13:37:39.968Z
|
184
|
+
version: odata-to-abstract-sql-10.0.0
|
185
|
+
title: ""
|
186
|
+
date: 2025-08-15T15:10:44.518Z
|
187
|
+
- commits:
|
188
|
+
- subject: "Tests: Re-enable tests about avoiding recomputing computed fields"
|
189
|
+
hash: 893490a603337521121e520348cf4e06e0dfd357
|
190
|
+
body: ""
|
191
|
+
footer:
|
192
|
+
Change-type: patch
|
193
|
+
change-type: patch
|
194
|
+
author: Pagan Gazzard
|
195
|
+
nested: []
|
196
|
+
version: odata-to-abstract-sql-9.0.1
|
197
|
+
title: ""
|
198
|
+
date: 2025-08-08T14:17:43.144Z
|
199
|
+
version: abstract-sql-to-typescript-6.1.1
|
200
|
+
title: ""
|
201
|
+
date: 2025-08-15T16:23:39.237Z
|
11
202
|
version: 23.1.2
|
12
203
|
title: ""
|
13
|
-
date: 2025-08-
|
204
|
+
date: 2025-08-19T12:46:36.712Z
|
14
205
|
- commits:
|
15
206
|
- subject: Fix issues with computed functions on tables that do not match the
|
16
207
|
expected column order
|
package/CHANGELOG.md
CHANGED
@@ -5,9 +5,90 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v23.1.2
|
8
|
-
## (2025-08-
|
8
|
+
## (2025-08-19)
|
9
|
+
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Update @balena/abstract-sql-to-typescript to 6.1.1 [Pagan Gazzard] </summary>
|
9
13
|
|
10
|
-
|
14
|
+
> ## abstract-sql-to-typescript-6.1.1
|
15
|
+
> ### (2025-08-15)
|
16
|
+
>
|
17
|
+
>
|
18
|
+
> <details>
|
19
|
+
> <summary> Update dependencies [Pagan Gazzard] </summary>
|
20
|
+
>
|
21
|
+
>> ### odata-to-abstract-sql-10.0.0
|
22
|
+
>> #### (2025-08-15)
|
23
|
+
>>
|
24
|
+
>>
|
25
|
+
>> <details>
|
26
|
+
>> <summary> Make use of `ConvertRow` to ensure the correct type for out fake $insert rows [Pagan Gazzard] </summary>
|
27
|
+
>>
|
28
|
+
>>> #### abstract-sql-compiler-11.2.0
|
29
|
+
>>> ##### (2025-08-15)
|
30
|
+
>>>
|
31
|
+
>>> * Add support for a `ConvertRow` virtual node to convert a row that looks like a table row to match the type [Pagan Gazzard]
|
32
|
+
>>> * Add support for a `JSONPopulateRecord` node to convert JSON to a row [Pagan Gazzard]
|
33
|
+
>>> * Add support for a `RowToJSON` node to convert a row to JSON [Pagan Gazzard]
|
34
|
+
>>> * Add support for casting to a table/record type [Pagan Gazzard]
|
35
|
+
>>>
|
36
|
+
>>> #### abstract-sql-compiler-11.1.4
|
37
|
+
>>> ##### (2025-08-15)
|
38
|
+
>>>
|
39
|
+
>>> * Remove redundant exports from abstract-sql-schema-optimizer [Pagan Gazzard]
|
40
|
+
>>>
|
41
|
+
>>> #### abstract-sql-compiler-11.1.3
|
42
|
+
>>> ##### (2025-08-14)
|
43
|
+
>>>
|
44
|
+
>>> * Handle optimizing/compiling table nodes in the standard manner [Pagan Gazzard]
|
45
|
+
>>>
|
46
|
+
>>> #### abstract-sql-compiler-11.1.2
|
47
|
+
>>> ##### (2025-08-13)
|
48
|
+
>>>
|
49
|
+
>>> * Ignore duplicate function errors when creating computed functions [Pagan Gazzard]
|
50
|
+
>>>
|
51
|
+
>>> #### abstract-sql-compiler-11.1.1
|
52
|
+
>>> ##### (2025-08-12)
|
53
|
+
>>>
|
54
|
+
>>> * Create computed functions after table definitions [Pagan Gazzard]
|
55
|
+
>>>
|
56
|
+
>>> #### abstract-sql-compiler-11.1.0
|
57
|
+
>>> ##### (2025-08-12)
|
58
|
+
>>>
|
59
|
+
>>> * Add the ability to have computed fields generate/call functions [Pagan Gazzard]
|
60
|
+
>>>
|
61
|
+
>>> #### abstract-sql-compiler-11.0.3
|
62
|
+
>>> ##### (2025-08-08)
|
63
|
+
>>>
|
64
|
+
>>> * Optimize away unnecessary aliasing [Pagan Gazzard]
|
65
|
+
>>>
|
66
|
+
>>> #### abstract-sql-compiler-11.0.2
|
67
|
+
>>> ##### (2025-08-08)
|
68
|
+
>>>
|
69
|
+
>>> * Tests: update dev dependencies [Pagan Gazzard]
|
70
|
+
>>>
|
71
|
+
>>> #### abstract-sql-compiler-11.0.1
|
72
|
+
>>> ##### (2025-08-01)
|
73
|
+
>>>
|
74
|
+
>>> * Update tsconfig module to `Node18` [Pagan Gazzard]
|
75
|
+
>>> * Tests: switch from ts-node to @swc-node/register [Pagan Gazzard]
|
76
|
+
>>>
|
77
|
+
>>
|
78
|
+
>> </details>
|
79
|
+
>>
|
80
|
+
>>
|
81
|
+
>> ### odata-to-abstract-sql-9.0.1
|
82
|
+
>> #### (2025-08-08)
|
83
|
+
>>
|
84
|
+
>> * Tests: Re-enable tests about avoiding recomputing computed fields [Pagan Gazzard]
|
85
|
+
>>
|
86
|
+
>
|
87
|
+
> </details>
|
88
|
+
>
|
89
|
+
>
|
90
|
+
|
91
|
+
</details>
|
11
92
|
|
12
93
|
# v23.1.1
|
13
94
|
## (2025-08-15)
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "23.1.2
|
3
|
+
"version": "23.1.2",
|
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": "^11.2.0",
|
30
|
-
"@balena/abstract-sql-to-typescript": "^6.1.
|
30
|
+
"@balena/abstract-sql-to-typescript": "^6.1.1",
|
31
31
|
"@balena/env-parsing": "^1.2.5",
|
32
32
|
"@balena/lf-to-abstract-sql": "^5.0.10",
|
33
33
|
"@balena/odata-parser": "^4.2.6",
|
@@ -113,7 +113,7 @@
|
|
113
113
|
"@aws-sdk/client-s3": "^3.859.0",
|
114
114
|
"@aws-sdk/lib-storage": "^3.859.0",
|
115
115
|
"@aws-sdk/s3-request-presigner": "^3.859.0",
|
116
|
-
"bcrypt": "^
|
116
|
+
"bcrypt": "^5.1.1",
|
117
117
|
"body-parser": "^1.20.3",
|
118
118
|
"compression": "^1.8.1",
|
119
119
|
"cookie-parser": "^1.4.7",
|
@@ -148,6 +148,6 @@
|
|
148
148
|
"recursive": true
|
149
149
|
},
|
150
150
|
"versionist": {
|
151
|
-
"publishedAt": "2025-08-
|
151
|
+
"publishedAt": "2025-08-19T12:46:38.524Z"
|
152
152
|
}
|
153
153
|
}
|
package/src/sbvr-api/dev.ts
CHANGED
package/src/sbvr-api/user.ts
CHANGED
package/src/tasks/tasks.ts
CHANGED