@balena/pinejs 19.0.0-build-pinejs-client-8-dbd8545ba5a24b74163937aa564fa713ca9a382e-1 → 19.0.0-build-pinejs-client-8-3ff290ddc447a0067684e929bfcf0fb5847638cc-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 +20 -4
- package/CHANGELOG.md +9 -1
- 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: 3ff290ddc447a0067684e929bfcf0fb5847638cc
|
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,6 +216,10 @@
|
|
204
216
|
version: pinejs-client-js-8.0.0
|
205
217
|
title: ""
|
206
218
|
date: 2024-09-13T12:40:56.292Z
|
219
|
+
version: 19.0.0
|
220
|
+
title: ""
|
221
|
+
date: 2024-09-16T12:42:33.298Z
|
222
|
+
- commits:
|
207
223
|
- subject: Avoid deprecated usage of pinejs-client
|
208
224
|
hash: 5ef877d6d3c1128d968b02560457e6920840e546
|
209
225
|
body: ""
|
@@ -212,9 +228,9 @@
|
|
212
228
|
change-type: patch
|
213
229
|
author: Pagan Gazzard
|
214
230
|
nested: []
|
215
|
-
version:
|
231
|
+
version: 18.2.10
|
216
232
|
title: ""
|
217
|
-
date: 2024-09-
|
233
|
+
date: 2024-09-16T12:41:19.195Z
|
218
234
|
- commits:
|
219
235
|
- subject: Use updated pinejs-client `prepare` syntax
|
220
236
|
hash: be8420b8f48f372caee3fe4f7857ff181e142de9
|
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,6 +44,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
39
44
|
|
40
45
|
</details>
|
41
46
|
|
47
|
+
# v18.2.10
|
48
|
+
## (2024-09-16)
|
49
|
+
|
42
50
|
* Avoid deprecated usage of pinejs-client [Pagan Gazzard]
|
43
51
|
|
44
52
|
# v18.2.9
|
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-3ff290ddc447a0067684e929bfcf0fb5847638cc-1",
|
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": "3.0.0
|
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-16T12:42:34.994Z"
|
151
151
|
}
|
152
152
|
}
|