@balena/pinejs 19.0.0-build-pinejs-client-8-6487fd23ec0301a370dc6ff892063b88d5f8e114-1 → 19.0.0-build-pinejs-client-8-dbd8545ba5a24b74163937aa564fa713ca9a382e-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,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update pinejs-client-core to 8.x
3
- hash: 6487fd23ec0301a370dc6ff892063b88d5f8e114
3
+ hash: dbd8545ba5a24b74163937aa564fa713ca9a382e
4
4
  body: |
5
5
  Update pinejs-client-core from 7.2.0 to 8.0.0
6
6
  footer:
@@ -204,8 +204,20 @@
204
204
  version: pinejs-client-js-8.0.0
205
205
  title: ""
206
206
  date: 2024-09-13T12:40:56.292Z
207
+ - subject: Avoid deprecated usage of pinejs-client
208
+ hash: 5ef877d6d3c1128d968b02560457e6920840e546
209
+ body: ""
210
+ footer:
211
+ Change-type: patch
212
+ change-type: patch
213
+ author: Pagan Gazzard
214
+ nested: []
215
+ version: 19.0.0
216
+ title: ""
217
+ date: 2024-09-13T14:18:48.433Z
218
+ - commits:
207
219
  - subject: Use updated pinejs-client `prepare` syntax
208
- hash: c69e032bf040835242cc095d105f718f03240744
220
+ hash: be8420b8f48f372caee3fe4f7857ff181e142de9
209
221
  body: |
210
222
  This also fixes the returned actor id for `checkPassword` since the
211
223
  improved typings caught that it did not match the expected return type
@@ -214,8 +226,12 @@
214
226
  change-type: patch
215
227
  author: Pagan Gazzard
216
228
  nested: []
229
+ version: 18.2.9
230
+ title: ""
231
+ date: 2024-09-13T14:15:09.966Z
232
+ - commits:
217
233
  - subject: Update dependencies
218
- hash: 35dcf159ccbea82b5726564da17bf87f45fd74e6
234
+ hash: 90241b75b4cddc82f6d147d1b84edac2939a905c
219
235
  body: |
220
236
  Update pinejs-client-core from 7.1.4 to 7.2.0
221
237
  footer:
@@ -247,17 +263,9 @@
247
263
  version: pinejs-client-js-7.1.5
248
264
  title: ""
249
265
  date: 2024-09-13T12:13:12.995Z
250
- - subject: Avoid deprecated usage of pinejs-client
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
266
+ version: 18.2.8
259
267
  title: ""
260
- date: 2024-09-13T13:57:26.240Z
268
+ date: 2024-09-13T14:03:33.234Z
261
269
  - commits:
262
270
  - subject: Update dependencies
263
271
  hash: 5f68e9c1a73b073a071c244b693596adadf39b48
package/CHANGELOG.md CHANGED
@@ -39,8 +39,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
39
39
 
40
40
  </details>
41
41
 
42
+ * Avoid deprecated usage of pinejs-client [Pagan Gazzard]
43
+
44
+ # v18.2.9
45
+ ## (2024-09-13)
46
+
42
47
  * Use updated pinejs-client `prepare` syntax [Pagan Gazzard]
43
48
 
49
+ # v18.2.8
50
+ ## (2024-09-13)
51
+
52
+
44
53
  <details>
45
54
  <summary> Update dependencies [Pagan Gazzard] </summary>
46
55
 
@@ -57,8 +66,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
57
66
 
58
67
  </details>
59
68
 
60
- * Avoid deprecated usage of pinejs-client [Pagan Gazzard]
61
-
62
69
  # v18.2.7
63
70
  ## (2024-09-13)
64
71
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.0.0-build-pinejs-client-8-6487fd23ec0301a370dc6ff892063b88d5f8e114-1",
3
+ "version": "19.0.0-build-pinejs-client-8-dbd8545ba5a24b74163937aa564fa713ca9a382e-1",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -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": "^2.1.4",
99
+ "pinejs-client-supertest": "3.0.0-build-3-x-0b78d16d80b886d83a5a1c2606ffb03a77094afb-1",
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-13T13:57:27.545Z"
150
+ "publishedAt": "2024-09-13T14:18:50.121Z"
151
151
  }
152
152
  }