@balena/odata-parser 4.2.5 → 4.2.6
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 +12 -1
- package/CHANGELOG.md +5 -0
- package/odata-parser.d.ts +1 -0
- package/package.json +3 -3
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
- commits:
|
|
2
|
+
- subject: Update @balena/lint to 9.x
|
|
3
|
+
hash: c1809b591bae1b5f1872d5a30eab2eb90337d3cd
|
|
4
|
+
body: ""
|
|
5
|
+
footer:
|
|
6
|
+
Change-type: patch
|
|
7
|
+
change-type: patch
|
|
8
|
+
author: Pagan Gazzard
|
|
9
|
+
version: 4.2.6
|
|
10
|
+
title: ""
|
|
11
|
+
date: 2025-04-09T21:35:47.259Z
|
|
1
12
|
- commits:
|
|
2
13
|
- subject: "Tests: convert to typescript"
|
|
3
14
|
hash: 0f71c04f5812b10f4a9e09bdf280217c64caa0ee
|
|
@@ -15,7 +26,7 @@
|
|
|
15
26
|
author: Pagan Gazzard
|
|
16
27
|
version: 4.2.5
|
|
17
28
|
title: ""
|
|
18
|
-
date: 2025-04-
|
|
29
|
+
date: 2025-04-09T12:12:31.048Z
|
|
19
30
|
- commits:
|
|
20
31
|
- subject: 'Build: switch tsconfig to use module "Node16" with type "commonjs"'
|
|
21
32
|
hash: 2a6499f3c5d259680f9a0f84379c8aed57636a62
|
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.6
|
|
8
|
+
## (2025-04-09)
|
|
9
|
+
|
|
10
|
+
* Update @balena/lint to 9.x [Pagan Gazzard]
|
|
11
|
+
|
|
7
12
|
# v4.2.5
|
|
8
13
|
## (2025-04-09)
|
|
9
14
|
|
package/odata-parser.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@balena/odata-parser",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.6",
|
|
4
4
|
"description": "An OData parser written in OMeta",
|
|
5
5
|
"type": "commonjs",
|
|
6
6
|
"main": "odata-parser.js",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"author": "",
|
|
17
17
|
"license": "BSD",
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@balena/lint": "^
|
|
19
|
+
"@balena/lint": "^9.2.1",
|
|
20
20
|
"@types/chai": "^4.3.20",
|
|
21
21
|
"@types/lodash": "^4.17.10",
|
|
22
22
|
"@types/mocha": "^10.0.8",
|
|
@@ -40,6 +40,6 @@
|
|
|
40
40
|
"npm": ">=8.1.0"
|
|
41
41
|
},
|
|
42
42
|
"versionist": {
|
|
43
|
-
"publishedAt": "2025-04-
|
|
43
|
+
"publishedAt": "2025-04-09T21:35:47.401Z"
|
|
44
44
|
}
|
|
45
45
|
}
|