@stll/anonymize-cli 2.4.0 → 2.4.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +1 -1
  2. package/package.json +4 -4
package/dist/cli.mjs CHANGED
@@ -323,7 +323,7 @@ const loadCliDictionaries = async ({ languages, countries }) => {
323
323
  };
324
324
  //#endregion
325
325
  //#region package.json
326
- var version = "2.4.0";
326
+ var version = "2.4.1";
327
327
  //#endregion
328
328
  //#region src/docx.ts
329
329
  const DOCX_SESSION_KEY_BYTES = 32;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/anonymize-cli",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "Command-line PII detection and anonymization powered by @stll/anonymize",
5
5
  "keywords": [
6
6
  "anonymization",
@@ -36,10 +36,10 @@
36
36
  "format": "oxfmt ."
37
37
  },
38
38
  "dependencies": {
39
- "@stll/anonymize": "^2.4.0",
39
+ "@stll/anonymize": "^2.4.1",
40
40
  "@stll/anonymize-data": "^0.0.6",
41
- "@stll/anonymize-docx": "^2.4.0",
42
- "@stll/anonymize-pdf": "^2.4.0"
41
+ "@stll/anonymize-docx": "^2.4.1",
42
+ "@stll/anonymize-pdf": "^2.4.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@types/node": "^26.1.1",