balena-image-fs
Advanced tools
Comparing version 7.0.6 to 7.1.0-build-flowzone-c8b49accc138242fc451f2fe921caaba8d31e701-1
@@ -124,3 +124,3 @@ "use strict"; | ||
if (typeof disk === 'string') { | ||
return await file_disk_1.withOpenFile(disk, 'r+', async (handle) => { | ||
return await (0, file_disk_1.withOpenFile)(disk, 'r+', async (handle) => { | ||
disk = new file_disk_1.FileDisk(handle); | ||
@@ -127,0 +127,0 @@ return await diskInteract(disk, partition, fn); |
@@ -7,2 +7,6 @@ # Change Log | ||
## 7.1.0 - 2022-12-12 | ||
* update dependencies [Zane Hitchcox] | ||
## 7.0.6 - 2020-12-02 | ||
@@ -9,0 +13,0 @@ |
{ | ||
"name": "balena-image-fs", | ||
"version": "7.0.6", | ||
"version": "7.1.0-build-flowzone-c8b49accc138242fc451f2fe921caaba8d31e701-1", | ||
"description": "Balena.io image filesystem manipulation utilities", | ||
@@ -30,12 +30,2 @@ "main": "build/index.js", | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "lint-staged" | ||
} | ||
}, | ||
"lint-staged": { | ||
"./**/*.ts": [ | ||
"npm run lint-fix" | ||
] | ||
}, | ||
"files": [ | ||
@@ -56,23 +46,27 @@ "build/*.js", | ||
"devDependencies": { | ||
"@balena/lint": "^5.1.0", | ||
"@types/bluebird": "^3.5.32", | ||
"@types/mocha": "^8.0.0", | ||
"@types/node": "^10.17.28", | ||
"@types/tmp": "^0.2.0", | ||
"@balena/lint": "^6.2.0", | ||
"@types/bluebird": "^3.5.37", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.11.9", | ||
"@types/tmp": "^0.2.3", | ||
"bluebird": "^3.7.2", | ||
"husky": "^4.2.5", | ||
"jsdoc-to-markdown": "^5.0.3", | ||
"lint-staged": "^10.2.11", | ||
"mocha": "^8.0.1", | ||
"jsdoc-to-markdown": "^7.1.1", | ||
"mocha": "^10.1.0", | ||
"tmp": "^0.2.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.7" | ||
"ts-node": "^10.9.1", | ||
"typescript": "^4.8.4" | ||
}, | ||
"dependencies": { | ||
"ext2fs": "^3.0.5", | ||
"fatfs": "^0.10.7", | ||
"ext2fs": "^4.1.1", | ||
"fatfs": "^0.10.8", | ||
"file-disk": "^8.0.1", | ||
"partitioninfo": "^6.0.2", | ||
"typed-error": "^3.2.0" | ||
"partitioninfo": "^6.0.3", | ||
"typed-error": "^3.2.1" | ||
}, | ||
"engines": { | ||
"node": "16" | ||
}, | ||
"versionist": { | ||
"publishedAt": "2022-12-12T23:59:30.368Z" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
26720
11
1
+ Addedext2fs@4.2.3(transitive)
- Removedext2fs@3.1.1(transitive)
Updatedext2fs@^4.1.1
Updatedfatfs@^0.10.8
Updatedpartitioninfo@^6.0.3
Updatedtyped-error@^3.2.1