@balena/pinejs 17.1.0-build-model-based-typings-9f20cf62e5978ec4ff7c71e4a6310a5e25336789-1 → 17.1.0-build-model-based-typings-85488426453e79d26b93e0ac91f30b73beb2c181-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: Add dev model typings
3
- hash: 9f20cf62e5978ec4ff7c71e4a6310a5e25336789
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: 0eabf9ab71807b29e422a546a6cff8f16fd2360e
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: e6282023b7765fd1c60a96af5f6c1bb53af387ad
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: ff5b099f617ae48e255562c5781797c38e42c2ac
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: d2a086e7bcfc2dc4ff59f85813c2bed787ebad80
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.1.0
243
+ version: 17.0.2
240
244
  title: ""
241
- date: 2024-06-14T15:58:54.422Z
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
@@ -73,6 +73,9 @@ This project adheres to [Semantic Versioning](http://semver.org/).
73
73
 
74
74
  </details>
75
75
 
76
+ # v17.0.2
77
+ ## (2024-06-14)
78
+
76
79
  * Avoid duplicate types when using sbvr-compiler to generate model types [Pagan Gazzard]
77
80
 
78
81
  # v17.0.1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "17.1.0-build-model-based-typings-9f20cf62e5978ec4ff7c71e4a6310a5e25336789-1",
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-14T15:58:55.815Z"
149
+ "publishedAt": "2024-06-14T18:03:42.590Z"
150
150
  }
151
151
  }