balena-image-fs 7.5.1-build-bump-typescript-to-5-8-2-106d8c178dfa1c10e7e859c883cde5d51a0169da-1 → 7.5.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.
- package/CHANGELOG.md +1 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
9
9
|
* Update @balena/lint to v9 [Thodoris Greasidis]
|
|
10
10
|
* Remove the no longer needed gpt detection helper [Thodoris Greasidis]
|
|
11
11
|
* Update TypeScript to 5.8.2 [Thodoris Greasidis]
|
|
12
|
+
* Drop the package-lock.json [Thodoris Greasidis]
|
|
12
13
|
|
|
13
14
|
## 7.5.0 - 2025-03-26
|
|
14
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-image-fs",
|
|
3
|
-
"version": "7.5.1
|
|
3
|
+
"version": "7.5.1",
|
|
4
4
|
"description": "Image filesystem manipulation utilities",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"homepage": "https://github.com/balena-io-modules/balena-image-fs",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"node": ">=16"
|
|
60
60
|
},
|
|
61
61
|
"versionist": {
|
|
62
|
-
"publishedAt": "2025-03-26T17:
|
|
62
|
+
"publishedAt": "2025-03-26T17:17:08.439Z"
|
|
63
63
|
}
|
|
64
64
|
}
|