@balena/pinejs 19.0.0-build-pinejs-client-8-6487fd23ec0301a370dc6ff892063b88d5f8e114-1 → 19.0.0-build-pinejs-client-8-d2a688cd038ca4117e0cbfded19f1d82b4402f12-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/.versionbot/CHANGELOG.yml +34 -14
- package/CHANGELOG.md +15 -3
- package/package.json +4 -4
@@ -1,13 +1,25 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Update pinejs-client-core to 8.x
|
3
|
-
hash:
|
3
|
+
hash: d2a688cd038ca4117e0cbfded19f1d82b4402f12
|
4
4
|
body: |
|
5
|
-
Update pinejs-client-core from 7.2.0 to 8.0.
|
5
|
+
Update pinejs-client-core from 7.2.0 to 8.0.1
|
6
6
|
footer:
|
7
7
|
Change-type: major
|
8
8
|
change-type: major
|
9
9
|
author: Pagan Gazzard
|
10
10
|
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Fix multiple lambdas triggering the expand filter error
|
13
|
+
hash: 5635318a432ba97f5eb701abf0b64e3ba85bd686
|
14
|
+
body: ""
|
15
|
+
footer:
|
16
|
+
Change-type: patch
|
17
|
+
change-type: patch
|
18
|
+
author: Pagan Gazzard
|
19
|
+
nested: []
|
20
|
+
version: pinejs-client-js-8.0.1
|
21
|
+
title: ""
|
22
|
+
date: 2024-09-13T16:21:23.657Z
|
11
23
|
- commits:
|
12
24
|
- subject: Remove error check if passing too many arguments to `request`
|
13
25
|
hash: 2e4bd33bae9c39ed6e448932deb891cfc29e5509
|
@@ -204,8 +216,20 @@
|
|
204
216
|
version: pinejs-client-js-8.0.0
|
205
217
|
title: ""
|
206
218
|
date: 2024-09-13T12:40:56.292Z
|
219
|
+
- subject: Avoid deprecated usage of pinejs-client
|
220
|
+
hash: 5ef877d6d3c1128d968b02560457e6920840e546
|
221
|
+
body: ""
|
222
|
+
footer:
|
223
|
+
Change-type: patch
|
224
|
+
change-type: patch
|
225
|
+
author: Pagan Gazzard
|
226
|
+
nested: []
|
227
|
+
version: 19.0.0
|
228
|
+
title: ""
|
229
|
+
date: 2024-09-16T11:35:49.382Z
|
230
|
+
- commits:
|
207
231
|
- subject: Use updated pinejs-client `prepare` syntax
|
208
|
-
hash:
|
232
|
+
hash: be8420b8f48f372caee3fe4f7857ff181e142de9
|
209
233
|
body: |
|
210
234
|
This also fixes the returned actor id for `checkPassword` since the
|
211
235
|
improved typings caught that it did not match the expected return type
|
@@ -214,8 +238,12 @@
|
|
214
238
|
change-type: patch
|
215
239
|
author: Pagan Gazzard
|
216
240
|
nested: []
|
241
|
+
version: 18.2.9
|
242
|
+
title: ""
|
243
|
+
date: 2024-09-13T14:15:09.966Z
|
244
|
+
- commits:
|
217
245
|
- subject: Update dependencies
|
218
|
-
hash:
|
246
|
+
hash: 90241b75b4cddc82f6d147d1b84edac2939a905c
|
219
247
|
body: |
|
220
248
|
Update pinejs-client-core from 7.1.4 to 7.2.0
|
221
249
|
footer:
|
@@ -247,17 +275,9 @@
|
|
247
275
|
version: pinejs-client-js-7.1.5
|
248
276
|
title: ""
|
249
277
|
date: 2024-09-13T12:13:12.995Z
|
250
|
-
|
251
|
-
hash: 5e24e98d3cf9f1c29149771063e63bf4280b344e
|
252
|
-
body: ""
|
253
|
-
footer:
|
254
|
-
Change-type: patch
|
255
|
-
change-type: patch
|
256
|
-
author: Pagan Gazzard
|
257
|
-
nested: []
|
258
|
-
version: 19.0.0
|
278
|
+
version: 18.2.8
|
259
279
|
title: ""
|
260
|
-
date: 2024-09-
|
280
|
+
date: 2024-09-13T14:03:33.234Z
|
261
281
|
- commits:
|
262
282
|
- subject: Update dependencies
|
263
283
|
hash: 5f68e9c1a73b073a071c244b693596adadf39b48
|
package/CHANGELOG.md
CHANGED
@@ -5,12 +5,17 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v19.0.0
|
8
|
-
## (2024-09-
|
8
|
+
## (2024-09-16)
|
9
9
|
|
10
10
|
|
11
11
|
<details>
|
12
12
|
<summary> Update pinejs-client-core to 8.x [Pagan Gazzard] </summary>
|
13
13
|
|
14
|
+
> ## pinejs-client-js-8.0.1
|
15
|
+
> ### (2024-09-13)
|
16
|
+
>
|
17
|
+
> * Fix multiple lambdas triggering the expand filter error [Pagan Gazzard]
|
18
|
+
>
|
14
19
|
> ## pinejs-client-js-8.0.0
|
15
20
|
> ### (2024-09-13)
|
16
21
|
>
|
@@ -39,8 +44,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
39
44
|
|
40
45
|
</details>
|
41
46
|
|
47
|
+
* Avoid deprecated usage of pinejs-client [Pagan Gazzard]
|
48
|
+
|
49
|
+
# v18.2.9
|
50
|
+
## (2024-09-13)
|
51
|
+
|
42
52
|
* Use updated pinejs-client `prepare` syntax [Pagan Gazzard]
|
43
53
|
|
54
|
+
# v18.2.8
|
55
|
+
## (2024-09-13)
|
56
|
+
|
57
|
+
|
44
58
|
<details>
|
45
59
|
<summary> Update dependencies [Pagan Gazzard] </summary>
|
46
60
|
|
@@ -57,8 +71,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
57
71
|
|
58
72
|
</details>
|
59
73
|
|
60
|
-
* Avoid deprecated usage of pinejs-client [Pagan Gazzard]
|
61
|
-
|
62
74
|
# v18.2.7
|
63
75
|
## (2024-09-13)
|
64
76
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.0.0-build-pinejs-client-8-
|
3
|
+
"version": "19.0.0-build-pinejs-client-8-d2a688cd038ca4117e0cbfded19f1d82b4402f12-2",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -62,7 +62,7 @@
|
|
62
62
|
"express-session": "^1.18.0",
|
63
63
|
"lodash": "^4.17.21",
|
64
64
|
"memoizee": "^0.4.17",
|
65
|
-
"pinejs-client-core": "^8.0.
|
65
|
+
"pinejs-client-core": "^8.0.1",
|
66
66
|
"randomstring": "^1.3.0",
|
67
67
|
"typed-error": "^3.2.2"
|
68
68
|
},
|
@@ -96,7 +96,7 @@
|
|
96
96
|
"load-grunt-tasks": "^5.1.0",
|
97
97
|
"mocha": "^10.7.3",
|
98
98
|
"on-finished": "^2.4.1",
|
99
|
-
"pinejs-client-supertest": "^
|
99
|
+
"pinejs-client-supertest": "^3.0.0",
|
100
100
|
"raw-loader": "^4.0.2",
|
101
101
|
"request": "^2.88.2",
|
102
102
|
"require-npm4-to-publish": "^1.0.0",
|
@@ -147,6 +147,6 @@
|
|
147
147
|
"recursive": true
|
148
148
|
},
|
149
149
|
"versionist": {
|
150
|
-
"publishedAt": "2024-09-
|
150
|
+
"publishedAt": "2024-09-16T11:35:50.657Z"
|
151
151
|
}
|
152
152
|
}
|