@balena/pinejs 19.0.0-build-pinejs-client-8-d2a688cd038ca4117e0cbfded19f1d82b4402f12-2 → 19.0.0
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 +7 -3
- package/CHANGELOG.md +3 -0
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Update pinejs-client-core to 8.x
|
3
|
-
hash:
|
3
|
+
hash: 3ff290ddc447a0067684e929bfcf0fb5847638cc
|
4
4
|
body: |
|
5
5
|
Update pinejs-client-core from 7.2.0 to 8.0.1
|
6
6
|
footer:
|
@@ -216,6 +216,10 @@
|
|
216
216
|
version: pinejs-client-js-8.0.0
|
217
217
|
title: ""
|
218
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:
|
219
223
|
- subject: Avoid deprecated usage of pinejs-client
|
220
224
|
hash: 5ef877d6d3c1128d968b02560457e6920840e546
|
221
225
|
body: ""
|
@@ -224,9 +228,9 @@
|
|
224
228
|
change-type: patch
|
225
229
|
author: Pagan Gazzard
|
226
230
|
nested: []
|
227
|
-
version:
|
231
|
+
version: 18.2.10
|
228
232
|
title: ""
|
229
|
-
date: 2024-09-
|
233
|
+
date: 2024-09-16T12:41:19.195Z
|
230
234
|
- commits:
|
231
235
|
- subject: Use updated pinejs-client `prepare` syntax
|
232
236
|
hash: be8420b8f48f372caee3fe4f7857ff181e142de9
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.0.0
|
3
|
+
"version": "19.0.0",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -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
|
}
|