@ffflorian/jszip-cli 3.7.1 → 3.7.3

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.
@@ -1,5 +1,5 @@
1
1
  import path from 'node:path';
2
- import * as fs from 'fs-extra';
2
+ import fs from 'fs-extra';
3
3
  import JSZip from 'jszip';
4
4
  import logdown from 'logdown';
5
5
  import progress from 'progress';
package/package.json CHANGED
@@ -16,8 +16,8 @@
16
16
  "@types/progress": "2.0.7",
17
17
  "cross-env": "7.0.3",
18
18
  "rimraf": "6.0.1",
19
- "typescript": "5.5.4",
20
- "vitest": "2.0.5"
19
+ "typescript": "5.6.2",
20
+ "vitest": "2.1.1"
21
21
  },
22
22
  "engines": {
23
23
  "node": ">= 18.0"
@@ -39,10 +39,10 @@
39
39
  "build": "tsc -p tsconfig.json",
40
40
  "clean": "rimraf dist",
41
41
  "dist": "yarn clean && yarn build",
42
- "start": "cross-env NODE_DEBUG=\"jszip-cli/*\" node --loader ts-node/esm src/cli.ts",
42
+ "start": "node --loader ts-node/esm src/cli.ts -V",
43
43
  "test": "vitest run"
44
44
  },
45
45
  "type": "module",
46
- "version": "3.7.1",
47
- "gitHead": "aadf648655ecd0f6bea0c989542a16ff636c71a7"
46
+ "version": "3.7.3",
47
+ "gitHead": "84ac5ce735ca92b43fb263515e72173c5702e4d6"
48
48
  }