@balena/pinejs 17.1.0-build-model-based-typings-9f20cf62e5978ec4ff7c71e4a6310a5e25336789-1 → 17.1.0-build-model-based-typings-85488426453e79d26b93e0ac91f30b73beb2c181-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 +11 -7
- package/CHANGELOG.md +3 -0
- package/package.json +2 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
- commits:
|
2
2
|
- subject: Add dev model typings
|
3
|
-
hash:
|
3
|
+
hash: 85488426453e79d26b93e0ac91f30b73beb2c181
|
4
4
|
body: ""
|
5
5
|
footer:
|
6
6
|
Change-type: patch
|
@@ -8,7 +8,7 @@
|
|
8
8
|
author: Pagan Gazzard
|
9
9
|
nested: []
|
10
10
|
- subject: Add migration model typings
|
11
|
-
hash:
|
11
|
+
hash: c74b53377e1a2eee77fe8efc2a570a54ffd6e669
|
12
12
|
body: ""
|
13
13
|
footer:
|
14
14
|
Change-type: patch
|
@@ -16,7 +16,7 @@
|
|
16
16
|
author: Pagan Gazzard
|
17
17
|
nested: []
|
18
18
|
- subject: Add auth model typings
|
19
|
-
hash:
|
19
|
+
hash: 1380dbe1cab7bf12c70f6db454ae41a8025b762b
|
20
20
|
body: ""
|
21
21
|
footer:
|
22
22
|
Change-type: patch
|
@@ -24,7 +24,7 @@
|
|
24
24
|
author: Pagan Gazzard
|
25
25
|
nested: []
|
26
26
|
- subject: Switch API typings to an interface so it can be overridden/merged
|
27
|
-
hash:
|
27
|
+
hash: 298bda6e6e796f5f96943ff3c416a0f50c2f7cc4
|
28
28
|
body: ""
|
29
29
|
footer:
|
30
30
|
Change-type: minor
|
@@ -32,7 +32,7 @@
|
|
32
32
|
author: Pagan Gazzard
|
33
33
|
nested: []
|
34
34
|
- subject: Allow passing model typings when instantiating an internal pinejs client
|
35
|
-
hash:
|
35
|
+
hash: e1d9f271183049f5909ff8deabedd6f73217f316
|
36
36
|
body: |
|
37
37
|
Update @balena/abstract-sql-compiler from 9.1.4 to 9.2.0
|
38
38
|
Update @balena/abstract-sql-to-typescript 3.1.1 to 3.1.2
|
@@ -228,6 +228,10 @@
|
|
228
228
|
version: sbvr-types-7.1.2
|
229
229
|
title: ""
|
230
230
|
date: 2024-06-12T12:19:17.354Z
|
231
|
+
version: 17.1.0
|
232
|
+
title: ""
|
233
|
+
date: 2024-06-14T18:03:40.762Z
|
234
|
+
- commits:
|
231
235
|
- subject: Avoid duplicate types when using sbvr-compiler to generate model types
|
232
236
|
hash: fd522e4ae75be1a7c7c927303d631c967d4bd9b9
|
233
237
|
body: ""
|
@@ -236,9 +240,9 @@
|
|
236
240
|
change-type: patch
|
237
241
|
author: Pagan Gazzard
|
238
242
|
nested: []
|
239
|
-
version: 17.
|
243
|
+
version: 17.0.2
|
240
244
|
title: ""
|
241
|
-
date: 2024-06-
|
245
|
+
date: 2024-06-14T16:43:39.038Z
|
242
246
|
- commits:
|
243
247
|
- subject: Switch from `Object.prototype.hasOwnProperty.call` to `Object.hasOwn`
|
244
248
|
hash: 1343f0d463bf4271846343ee98de4d8afb9402f3
|
package/CHANGELOG.md
CHANGED
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@balena/pinejs",
|
3
|
-
"version": "17.1.0-build-model-based-typings-
|
3
|
+
"version": "17.1.0-build-model-based-typings-85488426453e79d26b93e0ac91f30b73beb2c181-1",
|
4
4
|
"main": "out/server-glue/module",
|
5
5
|
"type": "commonjs",
|
6
6
|
"repository": "git@github.com:balena-io/pinejs.git",
|
@@ -146,6 +146,6 @@
|
|
146
146
|
"recursive": true
|
147
147
|
},
|
148
148
|
"versionist": {
|
149
|
-
"publishedAt": "2024-06-
|
149
|
+
"publishedAt": "2024-06-14T18:03:42.590Z"
|
150
150
|
}
|
151
151
|
}
|