@balena/pinejs 19.6.1 → 19.6.2

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.
@@ -1,3 +1,37 @@
1
+ - commits:
2
+ - subject: Update dependency @balena/lf-to-abstract-sql to 5.0.3
3
+ hash: 90c78095c8d41245f69ae6c56de6054034f06d12
4
+ body: |
5
+ Update @balena/lf-to-abstract-sql from 5.0.2 to 5.0.3
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Otavio Jacobi
10
+ nested:
11
+ - commits:
12
+ - subject: Add multiple vocabulary ternary FactType test
13
+ hash: 9c970468f97eabc70f02987db244162259a2bd9c
14
+ body: ""
15
+ footer:
16
+ Change-type: patch
17
+ change-type: patch
18
+ author: Otavio Jacobi
19
+ nested: []
20
+ - subject: Only force the first term on a tertiary fact type to not be an
21
+ attribute
22
+ hash: 4b780c84daa5798ed38f41076fb81dabc202cf36
23
+ body: ""
24
+ footer:
25
+ Change-type: patch
26
+ change-type: patch
27
+ author: Otavio Jacobi
28
+ nested: []
29
+ version: lf-to-abstract-sql-5.0.3
30
+ title: ""
31
+ date: 2024-12-03T12:46:45.262Z
32
+ version: 19.6.2
33
+ title: ""
34
+ date: 2024-12-03T14:43:38.189Z
1
35
  - commits:
2
36
  - subject: Update typescript from 5.6.3 to 5.7.2
3
37
  hash: a033b67687714d1c70754ee62aa7ab96104eea0e
@@ -9,7 +43,7 @@
9
43
  nested: []
10
44
  version: 19.6.1
11
45
  title: ""
12
- date: 2024-12-03T13:25:20.696Z
46
+ date: 2024-12-03T14:41:34.088Z
13
47
  - commits:
14
48
  - subject: Infer async task fn callback arguments typing from schema
15
49
  hash: 377a7c25118b9853f23cc8fdd1a2bf3d093ad1b1
@@ -1931,6 +1965,7 @@
1931
1965
 
1932
1966
 
1933
1967
 
1968
+
1934
1969
  As balena-lint
1935
1970
  rejects `new
1936
1971
  Boolean()`, `new
@@ -1968,6 +2003,7 @@
1968
2003
 
1969
2004
 
1970
2005
 
2006
+
1971
2007
  As engine and npm is
1972
2008
  now required as part
1973
2009
  of package.json we
@@ -2020,6 +2056,7 @@
2020
2056
 
2021
2057
 
2022
2058
 
2059
+
2023
2060
  Ensure that the
2024
2061
  input passed in for
2025
2062
  JSON types is either
@@ -2135,6 +2172,7 @@
2135
2172
 
2136
2173
 
2137
2174
 
2175
+
2138
2176
  This also deprecates
2139
2177
  the legacy version
2140
2178
  footer:
@@ -2178,6 +2216,7 @@
2178
2216
 
2179
2217
 
2180
2218
 
2219
+
2181
2220
  It can in fact be a
2182
2221
  lot of different
2183
2222
  things and that is
@@ -2222,6 +2261,7 @@
2222
2261
 
2223
2262
 
2224
2263
 
2264
+
2225
2265
  We know what type
2226
2266
  they return and they
2227
2267
  should be explicitly
@@ -2271,6 +2311,7 @@
2271
2311
 
2272
2312
 
2273
2313
 
2314
+
2274
2315
  Update
2275
2316
  @balena/sbvr-types
2276
2317
  from 3.4.18 to 3.5.0
@@ -2431,6 +2472,7 @@
2431
2472
 
2432
2473
 
2433
2474
 
2475
+
2434
2476
  This also deprecates
2435
2477
  the legacy use of
2436
2478
  direct true/false
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file
4
4
  automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
  This project adheres to [Semantic Versioning](http://semver.org/).
6
6
 
7
+ # v19.6.2
8
+ ## (2024-12-03)
9
+
10
+
11
+ <details>
12
+ <summary> Update dependency @balena/lf-to-abstract-sql to 5.0.3 [Otavio Jacobi] </summary>
13
+
14
+ > ## lf-to-abstract-sql-5.0.3
15
+ > ### (2024-12-03)
16
+ >
17
+ > * Add multiple vocabulary ternary FactType test [Otavio Jacobi]
18
+ > * Only force the first term on a tertiary fact type to not be an attribute [Otavio Jacobi]
19
+ >
20
+
21
+ </details>
22
+
7
23
  # v19.6.1
8
24
  ## (2024-12-03)
9
25
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 19.6.1
1
+ 19.6.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/pinejs",
3
- "version": "19.6.1",
3
+ "version": "19.6.2",
4
4
  "main": "out/server-glue/module",
5
5
  "type": "commonjs",
6
6
  "repository": "git@github.com:balena-io/pinejs.git",
@@ -30,7 +30,7 @@
30
30
  "@balena/abstract-sql-compiler": "^10.1.0",
31
31
  "@balena/abstract-sql-to-typescript": "^5.0.1",
32
32
  "@balena/env-parsing": "^1.2.0",
33
- "@balena/lf-to-abstract-sql": "^5.0.2",
33
+ "@balena/lf-to-abstract-sql": "^5.0.3",
34
34
  "@balena/odata-parser": "^3.1.2",
35
35
  "@balena/odata-to-abstract-sql": "^7.0.0",
36
36
  "@balena/sbvr-parser": "^1.4.6",
@@ -147,6 +147,6 @@
147
147
  "recursive": true
148
148
  },
149
149
  "versionist": {
150
- "publishedAt": "2024-12-03T13:25:21.612Z"
150
+ "publishedAt": "2024-12-03T14:43:40.076Z"
151
151
  }
152
152
  }