@stll/anonymize-cli 2.5.0 → 2.6.0

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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +6 -6
package/dist/cli.mjs CHANGED
@@ -334,7 +334,7 @@ const loadCliDictionaries = async ({ languages, countries }) => {
334
334
  };
335
335
  //#endregion
336
336
  //#region package.json
337
- var version = "2.5.0";
337
+ var version = "2.6.0";
338
338
  //#endregion
339
339
  //#region src/feedback.ts
340
340
  const FEEDBACK_HELP = `Usage: anonymize feedback [options] [body ...]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/anonymize-cli",
3
- "version": "2.5.0",
3
+ "version": "2.6.0",
4
4
  "description": "Command-line PII detection and anonymization powered by @stll/anonymize",
5
5
  "keywords": [
6
6
  "anonymization",
@@ -36,16 +36,16 @@
36
36
  "format": "oxfmt ."
37
37
  },
38
38
  "dependencies": {
39
- "@stll/anonymize": "^2.5.0",
39
+ "@stll/anonymize": "^2.6.0",
40
40
  "@stll/anonymize-data": "^0.0.7",
41
- "@stll/anonymize-docx": "^2.5.0",
42
- "@stll/anonymize-pdf": "^2.5.0"
41
+ "@stll/anonymize-docx": "^2.6.0",
42
+ "@stll/anonymize-pdf": "^2.6.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^26.1.1",
46
46
  "bun-types": "^1.3.14",
47
47
  "fflate": "^0.8.3",
48
- "tsdown": "^0.22.7",
49
- "typescript": "^6.0.3"
48
+ "tsdown": "0.22.9",
49
+ "typescript": "7.0.2"
50
50
  }
51
51
  }