@milaboratories/pl-drivers 1.5.72 → 1.5.74

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@milaboratories/pl-drivers",
3
- "version": "1.5.72",
3
+ "version": "1.5.74",
4
4
  "engines": {
5
5
  "node": ">=20"
6
6
  },
@@ -32,11 +32,11 @@
32
32
  "zod": "~3.23.8",
33
33
  "upath": "^2.0.1",
34
34
  "@milaboratories/helpers": "^1.6.14",
35
- "@milaboratories/pl-tree": "^1.6.10",
36
- "@milaboratories/pl-model-common": "^1.15.5",
37
35
  "@milaboratories/ts-helpers": "^1.4.0",
36
+ "@milaboratories/pl-client": "^2.11.1",
37
+ "@milaboratories/pl-tree": "^1.6.10",
38
38
  "@milaboratories/computable": "^2.5.0",
39
- "@milaboratories/pl-client": "^2.11.1"
39
+ "@milaboratories/pl-model-common": "^1.15.6"
40
40
  },
41
41
  "devDependencies": {
42
42
  "eslint": "^9.25.1",
@@ -47,8 +47,8 @@
47
47
  "vitest": "^2.1.9",
48
48
  "@vitest/coverage-v8": "^2.1.9",
49
49
  "@types/tar-fs": "^2.0.4",
50
- "@milaboratories/eslint-config": "^1.0.4",
51
- "@milaboratories/platforma-build-configs": "1.0.3"
50
+ "@milaboratories/platforma-build-configs": "1.0.3",
51
+ "@milaboratories/eslint-config": "^1.0.4"
52
52
  },
53
53
  "scripts": {
54
54
  "type-check": "tsc --noEmit --composite false",
@@ -66,7 +66,7 @@ export class DownloadBlobTask {
66
66
  this.setError(e);
67
67
  this.change.markChanged();
68
68
  // Just in case we were half-way extracting an archive.
69
- await fsp.rm(this.path);
69
+ await fsp.rm(this.path, { force: true });
70
70
  }
71
71
 
72
72
  throw e;