@balena/odata-to-abstract-sql 5.6.0 → 5.6.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.
@@ -1,3 +1,15 @@
1
+ - commits:
2
+ - subject: Update dependencies
3
+ hash: 4148764f03b889684f81f49104b8b9d05e7d180d
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Pagan Gazzard
9
+ nested: []
10
+ version: 5.6.1
11
+ title: ""
12
+ date: 2022-11-22T19:24:36.485Z
1
13
  - commits:
2
14
  - subject: Add an option to always use minimized aliases
3
15
  hash: dd7994b908b2eed0f084fb173b100dfe6c651913
@@ -9,7 +21,7 @@
9
21
  nested: []
10
22
  version: 5.6.0
11
23
  title: ""
12
- date: 2022-11-22T18:59:28.603Z
24
+ date: 2022-11-22T19:02:39.696Z
13
25
  - commits:
14
26
  - subject: Switch from balenaCI to flowzone
15
27
  hash: 0bf98cd9124614fa5d5121212b9d7d6abf079ed5
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
+ ## 5.6.1 - 2022-11-22
8
+
9
+ * Update dependencies [Pagan Gazzard]
10
+
7
11
  ## 5.6.0 - 2022-11-22
8
12
 
9
13
  * Add an option to always use minimized aliases [Pagan Gazzard]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-to-abstract-sql",
3
- "version": "5.6.0",
3
+ "version": "5.6.1",
4
4
  "description": "A consumer of the OData parser, written in OMeta",
5
5
  "main": "out/odata-to-abstract-sql.js",
6
6
  "scripts": {
@@ -9,15 +9,15 @@
9
9
  "pretest": "npm run prepare",
10
10
  "test": "mocha && npm run lint",
11
11
  "prepublish": "require-npm4-to-publish",
12
- "prepare": "tsc"
12
+ "prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\" && tsc"
13
13
  },
14
14
  "repository": "https://github.com/balena-io-modules/odata-to-abstract-sql.git",
15
15
  "author": "",
16
16
  "license": "BSD",
17
17
  "dependencies": {
18
- "@balena/abstract-sql-compiler": "^7.20.0",
19
- "@balena/odata-parser": "^2.4.0",
20
- "@types/lodash": "^4.14.182",
18
+ "@balena/abstract-sql-compiler": "^7.21.0",
19
+ "@balena/odata-parser": "^2.4.2",
20
+ "@types/lodash": "^4.14.189",
21
21
  "@types/memoizee": "^0.4.8",
22
22
  "@types/string-hash": "^1.1.1",
23
23
  "lodash": "^4.17.21",
@@ -25,21 +25,21 @@
25
25
  "string-hash": "^1.1.3"
26
26
  },
27
27
  "devDependencies": {
28
- "@balena/lf-to-abstract-sql": "^4.5.1",
29
- "@balena/lint": "^6.2.0",
30
- "@balena/sbvr-parser": "^1.4.1",
31
- "@balena/sbvr-types": "^3.4.7",
32
- "@types/chai": "^4.3.1",
28
+ "@balena/lf-to-abstract-sql": "^4.5.5",
29
+ "@balena/lint": "^6.2.1",
30
+ "@balena/sbvr-parser": "^1.4.2",
31
+ "@balena/sbvr-types": "^3.4.15",
32
+ "@types/chai": "^4.3.4",
33
33
  "@types/chai-things": "0.0.35",
34
- "@types/mocha": "^9.1.1",
35
- "chai": "^4.3.6",
34
+ "@types/mocha": "^10.0.0",
35
+ "chai": "^4.3.7",
36
36
  "chai-things": "~0.2.0",
37
- "husky": "^4.3.8",
38
- "lint-staged": "^12.4.1",
39
- "mocha": "^9.2.2",
37
+ "husky": "^8.0.2",
38
+ "lint-staged": "^13.0.3",
39
+ "mocha": "^10.1.0",
40
40
  "require-npm4-to-publish": "^1.0.0",
41
- "ts-node": "^10.7.0",
42
- "typescript": "^4.6.4"
41
+ "ts-node": "^10.9.1",
42
+ "typescript": "^4.9.3"
43
43
  },
44
44
  "husky": {
45
45
  "hooks": {
@@ -54,6 +54,6 @@
54
54
  "_": "test/*.js"
55
55
  },
56
56
  "versionist": {
57
- "publishedAt": "2022-11-22T18:59:29.037Z"
57
+ "publishedAt": "2022-11-22T19:24:36.862Z"
58
58
  }
59
59
  }