@balena/pinejs 17.0.0-build-17-x-0447fb6e94bafa136206d060acda2f2df4c00ad2-1 → 17.0.0-build-17-x-2f791deffb941846712a4f68e63d5f929031ed58-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 +18 -6
- package/CHANGELOG.md +6 -1
- package/package.json +3 -3
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Update tsconfig target to es2022
|
3
|
-
hash:
|
3
|
+
hash: 2f791deffb941846712a4f68e63d5f929031ed58
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: major
|
@@ -8,7 +8,7 @@
|
|
8
8
|
author: Pagan Gazzard
|
9
9
|
nested: []
|
10
10
|
- subject: Fix internal pinejs client class when used with es2022
|
11
|
-
hash:
|
11
|
+
hash: 8dcae868d7e1f7dc30a602fb917a24e08959842b
|
12
12
|
body: |
|
13
13
|
We remove `passthrough` override from internal pinejs client class
|
14
14
|
because in es2022 it is actually defined and overrides the parent
|
@@ -20,7 +20,7 @@
|
|
20
20
|
author: Pagan Gazzard
|
21
21
|
nested: []
|
22
22
|
- subject: Update minimum supported nodejs version to 20.14.0
|
23
|
-
hash:
|
23
|
+
hash: c929d093e84dcb9492bc69b09bf5cb8b43da4d1b
|
24
24
|
body: ""
|
25
25
|
footer:
|
26
26
|
Change-type: major
|
@@ -28,14 +28,26 @@
|
|
28
28
|
author: Pagan Gazzard
|
29
29
|
nested: []
|
30
30
|
- subject: Update @balena/abstract-sql-to-typescript to 3.x
|
31
|
-
hash:
|
31
|
+
hash: 287d39bcce826bce2387dd3666f4f225f313750e
|
32
32
|
body: |
|
33
|
-
Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.0
|
33
|
+
Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.0
|
34
34
|
footer:
|
35
35
|
Change-type: major
|
36
36
|
change-type: major
|
37
37
|
author: Pagan Gazzard
|
38
38
|
nested:
|
39
|
+
- commits:
|
40
|
+
- subject: Add a default export which maps OData names to typescript interfaces
|
41
|
+
hash: 877a7987da8cdbaf1f1bfaa4ddd1eff0792692ff
|
42
|
+
body: ""
|
43
|
+
footer:
|
44
|
+
Change-type: minor
|
45
|
+
change-type: minor
|
46
|
+
author: Pagan Gazzard
|
47
|
+
nested: []
|
48
|
+
version: abstract-sql-to-typescript-3.1.0
|
49
|
+
title: ""
|
50
|
+
date: 2024-05-28T15:19:24.280Z
|
39
51
|
- commits:
|
40
52
|
- subject: Improve `Resource` typing
|
41
53
|
hash: ba1301734f1a71dc2a920d1f378173a6bfa7c4a5
|
@@ -150,7 +162,7 @@
|
|
150
162
|
nested: []
|
151
163
|
version: 17.0.0
|
152
164
|
title: ""
|
153
|
-
date: 2024-06-
|
165
|
+
date: 2024-06-05T08:02:17.651Z
|
154
166
|
- commits:
|
155
167
|
- subject: Deprecate LoggingClient in favor of a separate logger dictionary
|
156
168
|
hash: 0abc88cc06bfb3eaa4852c8e2b7534edd816005c
|
package/CHANGELOG.md
CHANGED
@@ -5,7 +5,7 @@ automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
6
6
|
|
7
7
|
# v17.0.0
|
8
|
-
## (2024-06-
|
8
|
+
## (2024-06-05)
|
9
9
|
|
10
10
|
* Update tsconfig target to es2022 [Pagan Gazzard]
|
11
11
|
* Fix internal pinejs client class when used with es2022 [Pagan Gazzard]
|
@@ -14,6 +14,11 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
14
14
|
<details>
|
15
15
|
<summary> Update @balena/abstract-sql-to-typescript to 3.x [Pagan Gazzard] </summary>
|
16
16
|
|
17
|
+
> ## abstract-sql-to-typescript-3.1.0
|
18
|
+
> ### (2024-05-28)
|
19
|
+
>
|
20
|
+
> * Add a default export which maps OData names to typescript interfaces [Pagan Gazzard]
|
21
|
+
>
|
17
22
|
> ## abstract-sql-to-typescript-3.0.2
|
18
23
|
> ### (2024-05-09)
|
19
24
|
>
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.0.0-build-17-x-
|
3
|
+
"version": "17.0.0-build-17-x-2f791deffb941846712a4f68e63d5f929031ed58-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -26,7 +26,7 @@
|
|
26
26
|
},
|
27
27
|
"dependencies": {
|
28
28
|
"@balena/abstract-sql-compiler": "^9.1.4",
|
29
|
-
"@balena/abstract-sql-to-typescript": "^3.0
|
29
|
+
"@balena/abstract-sql-to-typescript": "^3.1.0",
|
30
30
|
"@balena/env-parsing": "^1.1.12",
|
31
31
|
"@balena/lf-to-abstract-sql": "^5.0.2",
|
32
32
|
"@balena/odata-parser": "^3.0.7",
|
@@ -144,6 +144,6 @@
|
|
144
144
|
"recursive": true
|
145
145
|
},
|
146
146
|
"versionist": {
|
147
|
-
"publishedAt": "2024-06-
|
147
|
+
"publishedAt": "2024-06-05T08:02:19.013Z"
|
148
148
|
}
|
149
149
|
}
|