@balena/odata-to-abstract-sql 6.1.1 → 6.1.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,16 @@
1
+ - commits:
2
+ - subject: Update dependency @types/chai-things to v0.0.37
3
+ hash: bb8f58d7429e4a91ab4f179c71a5970b4d516f1b
4
+ body: |
5
+ Update @types/chai-things from 0.0.36 to 0.0.37
6
+ footer:
7
+ Change-type: patch
8
+ change-type: patch
9
+ author: Self-hosted Renovate Bot
10
+ nested: []
11
+ version: 6.1.2
12
+ title: ""
13
+ date: 2023-10-20T23:47:54.404Z
1
14
  - commits:
2
15
  - subject: Update dependencies eslint, sbvrTypes, abstract-sql-compiler
3
16
  hash: f9e08b24decefe20be1d8fb1747063deb2c1cb5e
@@ -1047,7 +1060,7 @@
1047
1060
  date: 2023-05-02T13:39:37.722Z
1048
1061
  version: 6.1.1
1049
1062
  title: ""
1050
- date: 2023-10-17T16:25:08.732Z
1063
+ date: 2023-10-19T06:28:01.252Z
1051
1064
  - commits:
1052
1065
  - subject: Support bind references as boolean types
1053
1066
  hash: 6eab6c354cf734861e207a58d6a289eeef043f70
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
- ## 6.1.1 - 2023-10-17
7
+ ## 6.1.2 - 2023-10-20
8
+
9
+ * Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
10
+
11
+ ## 6.1.1 - 2023-10-19
8
12
 
9
13
 
10
14
  <details>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@balena/odata-to-abstract-sql",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "A consumer of the OData parser, written in OMeta",
5
5
  "main": "out/odata-to-abstract-sql.js",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "@balena/sbvr-parser": "^1.4.3",
31
31
  "@balena/sbvr-types": "^6.1.0",
32
32
  "@types/chai": "^4.3.8",
33
- "@types/chai-things": "0.0.36",
33
+ "@types/chai-things": "0.0.37",
34
34
  "@types/mocha": "^10.0.2",
35
35
  "chai": "^4.3.10",
36
36
  "chai-things": "~0.2.0",
@@ -53,6 +53,6 @@
53
53
  "npm": ">=8.1.0"
54
54
  },
55
55
  "versionist": {
56
- "publishedAt": "2023-10-17T16:25:10.518Z"
56
+ "publishedAt": "2023-10-20T23:47:54.976Z"
57
57
  }
58
58
  }