@balena/pinejs 17.0.0-build-17-x-0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065-1 → 17.0.0-build-17-x-046eab19f98a3424b601ffef8de31b05645f77b6-1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  - commits:
2
2
  - subject: Update tsconfig target to es2022
3
- hash: 0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065
3
+ hash: 046eab19f98a3424b601ffef8de31b05645f77b6
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: 5b64d8f06fd60f53f57c3ba874cf105579f9287b
11
+ hash: 4b41168ee7ade40d166b1f714e56ff29f39f93e0
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: 2f653b837b3e249cff0bef61f4b8a73b12db0496
23
+ hash: 41847fe04cc359e41625226afe39b22135d31bc9
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: ad6b78d1ea1ed661d58cb443ce25b063ea270564
31
+ hash: 1b5dd833e6285fe24acce479b0333df5dcf983d9
32
32
  body: |
33
- Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.0
33
+ Update @balena/abstract-sql-to-typescript from 2.4.0 to 3.1.1
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: Include reference aliases in generated types
41
+ hash: abcd6845207b15fc862afb9f870282db0fbe6074
42
+ body: ""
43
+ footer:
44
+ Change-type: patch
45
+ change-type: patch
46
+ author: Pagan Gazzard
47
+ nested: []
48
+ version: abstract-sql-to-typescript-3.1.1
49
+ title: ""
50
+ date: 2024-06-06T00:08:51.817Z
39
51
  - commits:
40
52
  - subject: Add a default export which maps OData names to typescript interfaces
41
53
  hash: 877a7987da8cdbaf1f1bfaa4ddd1eff0792692ff
@@ -162,7 +174,7 @@
162
174
  nested: []
163
175
  version: 17.0.0
164
176
  title: ""
165
- date: 2024-06-05T09:38:15.170Z
177
+ date: 2024-06-06T11:10:18.580Z
166
178
  - commits:
167
179
  - subject: Update dependencies
168
180
  hash: 1feda2bf5d4580d62398d4cb87c16b2a88a0816a
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-05)
8
+ ## (2024-06-06)
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.1
18
+ > ### (2024-06-06)
19
+ >
20
+ > * Include reference aliases in generated types [Pagan Gazzard]
21
+ >
17
22
  > ## abstract-sql-to-typescript-3.1.0
18
23
  > ### (2024-05-28)
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-0930cbeefa99e4f3404a0e6a9b4ef3b8341e5065-1",
3
+ "version": "17.0.0-build-17-x-046eab19f98a3424b601ffef8de31b05645f77b6-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.1.0",
29
+ "@balena/abstract-sql-to-typescript": "^3.1.1",
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.8",
@@ -144,6 +144,6 @@
144
144
  "recursive": true
145
145
  },
146
146
  "versionist": {
147
- "publishedAt": "2024-06-05T09:38:16.517Z"
147
+ "publishedAt": "2024-06-06T11:10:19.927Z"
148
148
  }
149
149
  }