@balena/pinejs 19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-c7bc6d6c62adda3092e92de85e11b06c3817507e-1 → 19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-35cd08db371169c66dd4026ef60f708e8121ecc9-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 +47 -1
- package/CHANGELOG.md +19 -1
- package/package.json +4 -4
@@ -1,4 +1,50 @@
|
|
1
1
|
- commits:
|
2
|
+
- subject: Update pinejs-client-supertest to 3.0.1
|
3
|
+
hash: 35cd08db371169c66dd4026ef60f708e8121ecc9
|
4
|
+
body: |
|
5
|
+
Update pinejs-client-supertest from 3.0.0 to 3.0.1
|
6
|
+
footer:
|
7
|
+
Change-type: patch
|
8
|
+
change-type: patch
|
9
|
+
author: Thodoris Greasidis
|
10
|
+
nested: []
|
11
|
+
- subject: Update pinejs-client-core to 8.1.1
|
12
|
+
hash: 7d87cb224678fd10b265970f9cf912e7b56996ee
|
13
|
+
body: |
|
14
|
+
Update pinejs-client-core from 8.0.1 to 8.1.1
|
15
|
+
footer:
|
16
|
+
Change-type: patch
|
17
|
+
change-type: patch
|
18
|
+
author: Thodoris Greasidis
|
19
|
+
nested:
|
20
|
+
- commits:
|
21
|
+
- subject: Update @balena/abstract-sql-to-typescript to 5.0.0
|
22
|
+
hash: cdea88ba8c8ce13513b3e4400a8035c1957c8307
|
23
|
+
body: |
|
24
|
+
Update @balena/abstract-sql-to-typescript from 4.0.9 to 5.0.0
|
25
|
+
|
26
|
+
Chose a patch change type since this is a
|
27
|
+
type only import.
|
28
|
+
footer:
|
29
|
+
Change-type: patch
|
30
|
+
change-type: patch
|
31
|
+
author: Thodoris Greasidis
|
32
|
+
nested: []
|
33
|
+
version: pinejs-client-js-8.1.1
|
34
|
+
title: ""
|
35
|
+
date: 2024-10-09T14:28:39.149Z
|
36
|
+
- commits:
|
37
|
+
- subject: Add support for calling odata fns
|
38
|
+
hash: befd5b25dc3c8f2d663c138255c68e4108abf8c9
|
39
|
+
body: ""
|
40
|
+
footer:
|
41
|
+
Change-type: minor
|
42
|
+
change-type: minor
|
43
|
+
author: Otavio Jacobi
|
44
|
+
nested: []
|
45
|
+
version: pinejs-client-js-8.1.0
|
46
|
+
title: ""
|
47
|
+
date: 2024-10-09T13:01:51.754Z
|
2
48
|
- subject: Update dependency @balena/abstract-sql-to-typescript to v5
|
3
49
|
hash: c1eb62c15e1db8d77691557edd4ce9108c693105
|
4
50
|
body: |
|
@@ -2904,7 +2950,7 @@
|
|
2904
2950
|
date: 2024-10-08T09:46:35.075Z
|
2905
2951
|
version: 19.0.7
|
2906
2952
|
title: ""
|
2907
|
-
date: 2024-10-
|
2953
|
+
date: 2024-10-09T14:45:55.107Z
|
2908
2954
|
- commits:
|
2909
2955
|
- subject: Update dependency @balena/odata-to-abstract-sql to v7
|
2910
2956
|
hash: eda2d4c3e1bf19e5422047286673a3e72fb2742c
|
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,25 @@ 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.7
|
8
|
-
## (2024-10-
|
8
|
+
## (2024-10-09)
|
9
|
+
|
10
|
+
* Update pinejs-client-supertest to 3.0.1 [Thodoris Greasidis]
|
11
|
+
|
12
|
+
<details>
|
13
|
+
<summary> Update pinejs-client-core to 8.1.1 [Thodoris Greasidis] </summary>
|
14
|
+
|
15
|
+
> ## pinejs-client-js-8.1.1
|
16
|
+
> ### (2024-10-09)
|
17
|
+
>
|
18
|
+
> * Update @balena/abstract-sql-to-typescript to 5.0.0 [Thodoris Greasidis]
|
19
|
+
>
|
20
|
+
> ## pinejs-client-js-8.1.0
|
21
|
+
> ### (2024-10-09)
|
22
|
+
>
|
23
|
+
> * Add support for calling odata fns [Otavio Jacobi]
|
24
|
+
>
|
25
|
+
|
26
|
+
</details>
|
9
27
|
|
10
28
|
|
11
29
|
<details>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-
|
3
|
+
"version": "19.0.7-build-renovate-major-5--balenaabstract-sql-to-typescript-35cd08db371169c66dd4026ef60f708e8121ecc9-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.
|
65
|
+
"pinejs-client-core": "^8.1.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.
|
99
|
+
"pinejs-client-supertest": "^3.0.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-10-
|
150
|
+
"publishedAt": "2024-10-09T14:45:57.290Z"
|
151
151
|
}
|
152
152
|
}
|