balena-image-fs 7.5.1-build-bump-typescript-to-5-8-2-5fb5eb676b7195c36b0885daff06928eb79503e2-1 → 7.5.1-build-bump-typescript-to-5-8-2-106d8c178dfa1c10e7e859c883cde5d51a0169da-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 +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
6
6
|
|
|
7
7
|
## 7.5.1 - 2025-03-26
|
|
8
8
|
|
|
9
|
+
* Update @balena/lint to v9 [Thodoris Greasidis]
|
|
9
10
|
* Remove the no longer needed gpt detection helper [Thodoris Greasidis]
|
|
10
11
|
* Update TypeScript to 5.8.2 [Thodoris Greasidis]
|
|
11
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "balena-image-fs",
|
|
3
|
-
"version": "7.5.1-build-bump-typescript-to-5-8-2-
|
|
3
|
+
"version": "7.5.1-build-bump-typescript-to-5-8-2-106d8c178dfa1c10e7e859c883cde5d51a0169da-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",
|
|
@@ -19,8 +19,8 @@
|
|
|
19
19
|
"test": "tests"
|
|
20
20
|
},
|
|
21
21
|
"scripts": {
|
|
22
|
-
"lint": "balena-lint --typescript lib tests",
|
|
23
|
-
"lint-fix": "balena-lint --fix --typescript lib tests",
|
|
22
|
+
"lint": "balena-lint -t tsconfig.dev.json --typescript lib tests",
|
|
23
|
+
"lint-fix": "balena-lint -t tsconfig.dev.json --fix --typescript lib tests",
|
|
24
24
|
"clean": "rm -rf build",
|
|
25
25
|
"build": "npm run clean && tsc",
|
|
26
26
|
"test": "npm run lint && mocha -r ts-node/register tests/*.ts",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"author": "Balena Ltd. <hello@balena.io>",
|
|
39
39
|
"license": "Apache-2.0",
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@balena/lint": "^
|
|
41
|
+
"@balena/lint": "^9.1.6",
|
|
42
42
|
"@types/mocha": "^10.0.1",
|
|
43
43
|
"@types/node": "^20.0.0",
|
|
44
44
|
"@types/tmp": "^0.2.3",
|
|
@@ -59,6 +59,6 @@
|
|
|
59
59
|
"node": ">=16"
|
|
60
60
|
},
|
|
61
61
|
"versionist": {
|
|
62
|
-
"publishedAt": "2025-03-26T17:
|
|
62
|
+
"publishedAt": "2025-03-26T17:14:17.729Z"
|
|
63
63
|
}
|
|
64
64
|
}
|