@balena/odata-to-abstract-sql 6.1.2 → 6.1.3
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.
- package/.versionbot/CHANGELOG.yml +14 -1
- package/CHANGELOG.md +4 -0
- package/package.json +3 -3
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency @types/chai-things to v0.0.38
|
|
3
|
+
hash: eefceedfe462c2b5b8b6bbf2590f1c8b4afc1983
|
|
4
|
+
body: |
|
|
5
|
+
Update @types/chai-things from 0.0.37 to 0.0.38
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: Self-hosted Renovate Bot
|
|
10
|
+
nested: []
|
|
11
|
+
version: 6.1.3
|
|
12
|
+
title: ""
|
|
13
|
+
date: 2023-11-10T01:05:25.801Z
|
|
1
14
|
- commits:
|
|
2
15
|
- subject: Update dependency @types/chai-things to v0.0.37
|
|
3
16
|
hash: bb8f58d7429e4a91ab4f179c71a5970b4d516f1b
|
|
@@ -10,7 +23,7 @@
|
|
|
10
23
|
nested: []
|
|
11
24
|
version: 6.1.2
|
|
12
25
|
title: ""
|
|
13
|
-
date: 2023-10-20T23:
|
|
26
|
+
date: 2023-10-20T23:51:44.598Z
|
|
14
27
|
- commits:
|
|
15
28
|
- subject: Update dependencies eslint, sbvrTypes, abstract-sql-compiler
|
|
16
29
|
hash: f9e08b24decefe20be1d8fb1747063deb2c1cb5e
|
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
|
+
## 6.1.3 - 2023-11-10
|
|
8
|
+
|
|
9
|
+
* Update dependency @types/chai-things to v0.0.38 [Self-hosted Renovate Bot]
|
|
10
|
+
|
|
7
11
|
## 6.1.2 - 2023-10-20
|
|
8
12
|
|
|
9
13
|
* Update dependency @types/chai-things to v0.0.37 [Self-hosted Renovate Bot]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/odata-to-abstract-sql",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.3",
|
|
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.
|
|
33
|
+
"@types/chai-things": "0.0.38",
|
|
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-
|
|
56
|
+
"publishedAt": "2023-11-10T01:05:26.144Z"
|
|
57
57
|
}
|
|
58
58
|
}
|