@balena/abstract-sql-compiler 7.20.19 → 7.20.20

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,17 @@
1
+ - commits:
2
+ - subject: "Dev: Move types to dev dependencies"
3
+ hash: 1a7bc9dd069b8459e3bc3ddef9287bad13722232
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ Signed-off-by: Josh Bowling <josh@monarci.com>
9
+ signed-off-by: Josh Bowling <josh@monarci.com>
10
+ author: Josh Bowling
11
+ nested: []
12
+ version: 7.20.20
13
+ title: ""
14
+ date: 2022-11-17T07:19:13.188Z
1
15
  - commits:
2
16
  - subject: Update @types/node from 10.17.60 to 18.11.9
3
17
  hash: f8a81cc5b6f4228eefe9ad9b985065953c2a34ce
@@ -11,7 +25,7 @@
11
25
  nested: []
12
26
  version: 7.20.19
13
27
  title: ""
14
- date: 2022-11-17T07:09:49.825Z
28
+ date: 2022-11-17T07:12:45.550Z
15
29
  - commits:
16
30
  - subject: Update @types/lodash from 4.14.182 to 4.14.189
17
31
  hash: 2d0b384a4ed5e8f81b1636469e3d09b38e847383
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ 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
+ ## 7.20.20 - 2022-11-17
8
+
9
+ * Dev: Move types to dev dependencies [Josh Bowling]
10
+
7
11
  ## 7.20.19 - 2022-11-17
8
12
 
9
13
  * Update @types/node from 10.17.60 to 18.11.9 [Josh Bowling]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/abstract-sql-compiler",
3
- "version": "7.20.19",
3
+ "version": "7.20.20",
4
4
  "description": "A translator for abstract sql into sql.",
5
5
  "main": "out/AbstractSQLCompiler.js",
6
6
  "types": "out/AbstractSQLCompiler.d.ts",
@@ -17,8 +17,6 @@
17
17
  "author": "",
18
18
  "dependencies": {
19
19
  "@balena/sbvr-types": "^3.4.8",
20
- "@types/lodash": "^4.14.189",
21
- "@types/node": "^18.11.9",
22
20
  "lodash": "^4.17.21"
23
21
  },
24
22
  "devDependencies": {
@@ -29,7 +27,9 @@
29
27
  "@resin/odata-to-abstract-sql": "^3.3.0",
30
28
  "@types/chai": "^4.3.4",
31
29
  "@types/common-tags": "^1.8.1",
30
+ "@types/lodash": "^4.14.189",
32
31
  "@types/mocha": "^10.0.0",
32
+ "@types/node": "^18.11.9",
33
33
  "chai": "^4.3.7",
34
34
  "common-tags": "^1.8.2",
35
35
  "husky": "^4.3.8",
@@ -63,6 +63,6 @@
63
63
  ]
64
64
  },
65
65
  "versionist": {
66
- "publishedAt": "2022-11-17T07:09:50.205Z"
66
+ "publishedAt": "2022-11-17T07:19:13.744Z"
67
67
  }
68
68
  }