@balena/abstract-sql-compiler 8.3.8 → 8.3.9

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,40 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: 39058b2dacac51da96158d594b2d72e3238d0cbc
4
+ body: |
5
+ Update @balena/sbvr-types from 3.4.18 to 3.5.0
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Pagan Gazzard
10
+ nested:
11
+ - commits:
12
+ - subject: Add Big Serial type
13
+ hash: 49460ad51fcbc60f81e61329c573a1af5b207a46
14
+ body: ""
15
+ footer:
16
+ Change-type: minor
17
+ change-type: minor
18
+ author: Josh Bowling
19
+ version: sbvr-types-3.5.0
20
+ title: ""
21
+ date: 2023-03-21T11:16:27.398Z
22
+ - commits:
23
+ - subject: "Flowzone: Allow external contributions"
24
+ hash: 9f7bb028bbac327e6fe0711491d7c0f2c6464f98
25
+ body: ""
26
+ footer:
27
+ Change-type: patch
28
+ change-type: patch
29
+ Signed-off-by: Josh Bowling <josh@monarci.com>
30
+ signed-off-by: Josh Bowling <josh@monarci.com>
31
+ author: Josh Bowling
32
+ version: sbvr-types-3.4.19
33
+ title: ""
34
+ date: 2022-12-08T01:08:35.143Z
35
+ version: 8.3.9
36
+ title: ""
37
+ date: 2023-04-13T10:06:25.192Z
1
38
  - commits:
2
39
  - subject: Improve typings
3
40
  hash: 43e75ef37de956d1b583bc62b307b04e0f8455c1
@@ -9,7 +46,7 @@
9
46
  nested: []
10
47
  version: 8.3.8
11
48
  title: ""
12
- date: 2023-04-12T17:22:26.539Z
49
+ date: 2023-04-12T17:26:10.992Z
13
50
  - commits:
14
51
  - subject: Remove typing for non-existent JSON node
15
52
  hash: 76181d438f0f37463642704d7908c1774040c2c2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,23 @@ 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
+ ## 8.3.9 - 2023-04-13
8
+
9
+
10
+ <details>
11
+ <summary> Update dependencies [Pagan Gazzard] </summary>
12
+
13
+ > ### sbvr-types-3.5.0 - 2023-03-21
14
+ >
15
+ > * Add Big Serial type [Josh Bowling]
16
+ >
17
+ > ### sbvr-types-3.4.19 - 2022-12-08
18
+ >
19
+ > * Flowzone: Allow external contributions [Josh Bowling]
20
+ >
21
+
22
+ </details>
23
+
7
24
  ## 8.3.8 - 2023-04-12
8
25
 
9
26
  * Improve typings [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "8.3.8",
3
+ "version": "8.3.9",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -17,28 +17,28 @@
17
17
  "repository": "https://github.com/balena-io-modules/abstract-sql-compiler.git",
18
18
  "author": "",
19
19
  "dependencies": {
20
- "@balena/sbvr-types": "^3.4.18",
20
+ "@balena/sbvr-types": "^3.5.0",
21
21
  "lodash": "^4.17.21"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@balena/lf-to-abstract-sql": "^5.0.0",
25
- "@balena/lint": "^6.2.1",
26
- "@balena/odata-parser": "^2.4.2",
27
- "@balena/odata-to-abstract-sql": "^5.8.0",
25
+ "@balena/lint": "^6.2.2",
26
+ "@balena/odata-parser": "^2.4.6",
27
+ "@balena/odata-to-abstract-sql": "^5.9.3",
28
28
  "@balena/sbvr-parser": "^1.4.3",
29
29
  "@types/chai": "^4.3.4",
30
30
  "@types/common-tags": "^1.8.1",
31
- "@types/lodash": "^4.14.191",
31
+ "@types/lodash": "^4.14.192",
32
32
  "@types/mocha": "^10.0.1",
33
- "@types/node": "^18.11.11",
33
+ "@types/node": "^18.15.11",
34
34
  "chai": "^4.3.7",
35
35
  "common-tags": "^1.8.2",
36
- "husky": "^8.0.2",
37
- "lint-staged": "^13.1.0",
38
- "mocha": "^10.1.0",
36
+ "husky": "^8.0.3",
37
+ "lint-staged": "^13.2.1",
38
+ "mocha": "^10.2.0",
39
39
  "require-npm4-to-publish": "^1.0.0",
40
40
  "ts-node": "^10.9.1",
41
- "typescript": "^4.9.4"
41
+ "typescript": "^5.0.4"
42
42
  },
43
43
  "lint-staged": {
44
44
  "*.js": [
@@ -59,6 +59,6 @@
59
59
  ]
60
60
  },
61
61
  "versionist": {
62
- "publishedAt": "2023-04-12T17:22:26.973Z"
62
+ "publishedAt": "2023-04-13T10:06:26.327Z"
63
63
  }
64
64
  }