@balena/odata-parser 4.2.1 → 4.2.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.
- package/.versionbot/CHANGELOG.yml +13 -1
- package/CHANGELOG.md +5 -0
- package/package.json +3 -3
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update dependency mocha to v11
|
|
3
|
+
hash: 118d83467fc89b977ad89f7b9444897739399693
|
|
4
|
+
body: |
|
|
5
|
+
Update mocha from 10.8.2 to 11.1.0
|
|
6
|
+
footer:
|
|
7
|
+
Change-type: patch
|
|
8
|
+
change-type: patch
|
|
9
|
+
author: balena-renovate[bot]
|
|
10
|
+
version: 4.2.2
|
|
11
|
+
title: ""
|
|
12
|
+
date: 2025-03-18T11:47:06.799Z
|
|
1
13
|
- commits:
|
|
2
14
|
- subject: Add the missing MethodCall type
|
|
3
15
|
hash: 78efcd852c6ff653da7eb17c9d15cdfaf18f177e
|
|
@@ -17,7 +29,7 @@
|
|
|
17
29
|
author: Thodoris Greasidis
|
|
18
30
|
version: 4.2.1
|
|
19
31
|
title: ""
|
|
20
|
-
date: 2025-03-
|
|
32
|
+
date: 2025-03-18T11:16:09.003Z
|
|
21
33
|
- commits:
|
|
22
34
|
- subject: Support ordering by a Collection Navigation property using a Key notation
|
|
23
35
|
hash: 460e4f3775068621b914c3c4a12cac34aba5e0e0
|
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +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
|
+
# v4.2.2
|
|
8
|
+
## (2025-03-18)
|
|
9
|
+
|
|
10
|
+
* Update dependency mocha to v11 [balena-renovate[bot]]
|
|
11
|
+
|
|
7
12
|
# v4.2.1
|
|
8
13
|
## (2025-03-18)
|
|
9
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/odata-parser",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
4
4
|
"description": "An OData parser written in OMeta",
|
|
5
5
|
"main": "odata-parser.js",
|
|
6
6
|
"scripts": {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"husky": "^9.1.6",
|
|
24
24
|
"lint-staged": "^15.2.10",
|
|
25
25
|
"lodash": "^4.17.21",
|
|
26
|
-
"mocha": "^
|
|
26
|
+
"mocha": "^11.0.0",
|
|
27
27
|
"peggy": "^4.1.1",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"typescript": "^5.6.2"
|
|
@@ -39,6 +39,6 @@
|
|
|
39
39
|
"npm": ">=8.1.0"
|
|
40
40
|
},
|
|
41
41
|
"versionist": {
|
|
42
|
-
"publishedAt": "2025-03-
|
|
42
|
+
"publishedAt": "2025-03-18T11:47:06.942Z"
|
|
43
43
|
}
|
|
44
44
|
}
|