@balena/abstract-sql-to-typescript 1.2.0 → 1.2.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.
@@ -0,0 +1,14 @@
1
+ name: Flowzone
2
+
3
+ on:
4
+ pull_request:
5
+ types: [opened, synchronize, closed]
6
+ branches:
7
+ - "main"
8
+ - "master"
9
+
10
+ jobs:
11
+ flowzone:
12
+ name: Flowzone
13
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master
14
+ secrets: inherit
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Switch from balenaCI to flowzone
3
+ hash: 61d932ce996cb564443477a5469224e82cdca9b7
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 1.2.1
11
+ title: ""
12
+ date: 2022-10-14T16:24:43.057Z
1
13
  - commits:
2
14
  - subject: Add support for reverse references using relationships info
3
15
  hash: 0899e7780f41e34f7ee396f24fc4aff1edf7e4f8
@@ -9,7 +21,7 @@
9
21
  nested: []
10
22
  version: 1.2.0
11
23
  title: "'Add support for reverse references using relationships info'"
12
- date: 2022-04-18T12:07:06.078Z
24
+ date: 2022-04-15T14:46:55.075Z
13
25
  - commits:
14
26
  - subject: Update dependencies
15
27
  hash: dd79d29d1e4ac31a4fdf7daf2e663ef876aec09c
@@ -58,8 +70,7 @@
58
70
  - subject: Add reference property type
59
71
  hash: d28e2456dff10b18bcc97b7232479fe78efd5eb3
60
72
  body: >
61
- Property type describes if the reference is 'strict' or
62
- 'informative'.
73
+ Property type describes if the reference is 'strict' or 'informative'.
63
74
 
64
75
 
65
76
  Behaviour change only if type is informative otherwise default 'strict'.
@@ -84,8 +95,7 @@
84
95
  - subject: Avoid the operation type optimization for HAVING clauses
85
96
  hash: 3fcf08bc02c21d9f49b78787ed516fa9a403f021
86
97
  body: >
87
- Since it's possible for them to behave in a way that
88
- violates the
98
+ Since it's possible for them to behave in a way that violates the
89
99
 
90
100
  safety checks we'll disable them until we can add specific checks
91
101
 
@@ -130,8 +140,7 @@
130
140
  - subject: Use the full alias for the prefix hash
131
141
  hash: d60132e2eed1408735c1ee6dae12d69548cb1796
132
142
  body: >
133
- This simplifies the code and also avoids an issue where we not
134
- using
143
+ This simplifies the code and also avoids an issue where we not using
135
144
 
136
145
  enough of the prefix for the hash
137
146
  footer:
@@ -145,8 +154,7 @@
145
154
  - subject: Use a hash instead of random str when it's necessary to shorten aliases
146
155
  hash: cb05ec69fe0e08fc4619b38a99272c3a7ea42e21
147
156
  body: >
148
- This means the prefix will be stable/reliable across runs and
149
- make it
157
+ This means the prefix will be stable/reliable across runs and make it
150
158
 
151
159
  easier to compare the output generating from different runs
152
160
 
@@ -321,8 +329,7 @@
321
329
  - subject: Revert "Remove now unnecessary hack for casting SERIAL types"
322
330
  hash: 60a56423de9262b5b454ff4cd83c1d1fd39d071e
323
331
  body: >
324
- This reverts commit
325
- 187bc075d237a2ced731d0a026ca25aa3e0f5540.
332
+ This reverts commit 187bc075d237a2ced731d0a026ca25aa3e0f5540.
326
333
  footer:
327
334
  Change-type: patch
328
335
  change-type: patch
@@ -334,8 +341,7 @@
334
341
  - subject: Remove now unnecessary hack for casting SERIAL types
335
342
  hash: 187bc075d237a2ced731d0a026ca25aa3e0f5540
336
343
  body: >
337
- This became unnecessary when @balena/sbvr-types added
338
- the concept of
344
+ This became unnecessary when @balena/sbvr-types added the concept of
339
345
 
340
346
  cast types since that now specifies how to cast a SERIAL type
341
347
  footer:
@@ -499,8 +505,7 @@
499
505
  - subject: Add a `getRuleReferencedFields` which is tailored for rules
500
506
  hash: 256c36de4a1efb7a46eb9833e1c3228d17194015
501
507
  body: >
502
- This works on the assumption that it is a rule query
503
- that should always
508
+ This works on the assumption that it is a rule query that should always
504
509
 
505
510
  return true and allows ignoring more modification cases where they
506
511
 
package/CHANGELOG.md CHANGED
@@ -4,7 +4,11 @@ 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
- ## 1.2.0 - 2022-04-18
7
+ ## 1.2.1 - 2022-10-14
8
+
9
+ * Switch from balenaCI to flowzone [Pagan Gazzard]
10
+
11
+ ## 1.2.0 - 2022-04-15
8
12
 
9
13
  * Add support for reverse references using relationships info [Pagan Gazzard]
10
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-to-typescript",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "A translator for abstract sql into typescript types.",
5
5
  "main": "out/index.js",
6
6
  "types": "out/index.d.ts",
@@ -45,6 +45,6 @@
45
45
  "_": "test/**/*.ts"
46
46
  },
47
47
  "versionist": {
48
- "publishedAt": "2022-04-18T12:07:06.177Z"
48
+ "publishedAt": "2022-10-14T16:24:43.246Z"
49
49
  }
50
50
  }