@balena/pinejs 19.0.0 → 19.0.1-build-sbvrtpes-cdffcd5fb6973f18d6e1cbc37e3931605edd2391-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/.pinejs-cache.json +1 -1
- package/.versionbot/CHANGELOG.yml +25 -1
- package/CHANGELOG.md +15 -0
- package/VERSION +1 -1
- package/package.json +3 -3
@@ -1,3 +1,27 @@
|
|
1
|
+
- commits:
|
2
|
+
- subject: Update @balena/sbvr-types from 9.0.1 to 9.0.2
|
3
|
+
hash: cdffcd5fb6973f18d6e1cbc37e3931605edd2391
|
4
|
+
body: |
|
5
|
+
Update @balena/sbvr-types from 9.0.1 to 9.0.2
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: Thodoris Greasidis
|
10
|
+
nested:
|
11
|
+
- commits:
|
12
|
+
- subject: Change the exported Types to an interface so that they can be augmented
|
13
|
+
hash: 29de4665e63bd4b5f1cfe75d3018ec29e10c1889
|
14
|
+
body: ""
|
15
|
+
footer:
|
16
|
+
Change-type: patch
|
17
|
+
change-type: patch
|
18
|
+
author: Thodoris Greasidis
|
19
|
+
version: sbvr-types-9.0.2
|
20
|
+
title: ""
|
21
|
+
date: 2024-09-17T12:44:29.082Z
|
22
|
+
version: 19.0.1
|
23
|
+
title: ""
|
24
|
+
date: 2024-09-17T13:29:12.634Z
|
1
25
|
- commits:
|
2
26
|
- subject: Update pinejs-client-core to 8.x
|
3
27
|
hash: 3ff290ddc447a0067684e929bfcf0fb5847638cc
|
@@ -218,7 +242,7 @@
|
|
218
242
|
date: 2024-09-13T12:40:56.292Z
|
219
243
|
version: 19.0.0
|
220
244
|
title: ""
|
221
|
-
date: 2024-09-
|
245
|
+
date: 2024-09-16T13:03:50.668Z
|
222
246
|
- commits:
|
223
247
|
- subject: Avoid deprecated usage of pinejs-client
|
224
248
|
hash: 5ef877d6d3c1128d968b02560457e6920840e546
|
package/CHANGELOG.md
CHANGED
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file
|
|
4
4
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
|
+
# v19.0.1
|
8
|
+
## (2024-09-17)
|
9
|
+
|
10
|
+
|
11
|
+
<details>
|
12
|
+
<summary> Update @balena/sbvr-types from 9.0.1 to 9.0.2 [Thodoris Greasidis] </summary>
|
13
|
+
|
14
|
+
> ## sbvr-types-9.0.2
|
15
|
+
> ### (2024-09-17)
|
16
|
+
>
|
17
|
+
> * Change the exported Types to an interface so that they can be augmented [Thodoris Greasidis]
|
18
|
+
>
|
19
|
+
|
20
|
+
</details>
|
21
|
+
|
7
22
|
# v19.0.0
|
8
23
|
## (2024-09-16)
|
9
24
|
|
package/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
19.0.
|
1
|
+
19.0.1
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.0.
|
3
|
+
"version": "19.0.1-build-sbvrtpes-cdffcd5fb6973f18d6e1cbc37e3931605edd2391-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -34,7 +34,7 @@
|
|
34
34
|
"@balena/odata-parser": "^3.0.8",
|
35
35
|
"@balena/odata-to-abstract-sql": "^6.3.0",
|
36
36
|
"@balena/sbvr-parser": "^1.4.6",
|
37
|
-
"@balena/sbvr-types": "^9.0.
|
37
|
+
"@balena/sbvr-types": "^9.0.2",
|
38
38
|
"@types/body-parser": "^1.19.5",
|
39
39
|
"@types/compression": "^1.7.5",
|
40
40
|
"@types/cookie-parser": "^1.4.7",
|
@@ -147,6 +147,6 @@
|
|
147
147
|
"recursive": true
|
148
148
|
},
|
149
149
|
"versionist": {
|
150
|
-
"publishedAt": "2024-09-
|
150
|
+
"publishedAt": "2024-09-17T13:29:13.922Z"
|
151
151
|
}
|
152
152
|
}
|