@stll/anonymize-cli 2.2.0 → 2.3.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 +3 -3
package/dist/cli.mjs CHANGED
@@ -318,7 +318,7 @@ const loadCliDictionaries = async ({ languages, countries }) => {
318
318
  };
319
319
  //#endregion
320
320
  //#region package.json
321
- var version = "2.2.0";
321
+ var version = "2.3.0";
322
322
  //#endregion
323
323
  //#region src/docx.ts
324
324
  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.2.0",
3
+ "version": "2.3.0",
4
4
  "description": "Command-line PII detection and anonymization powered by @stll/anonymize",
5
5
  "keywords": [
6
6
  "anonymization",
@@ -36,9 +36,9 @@
36
36
  "format": "oxfmt ."
37
37
  },
38
38
  "dependencies": {
39
- "@stll/anonymize": "^2.2.0",
39
+ "@stll/anonymize": "^2.3.0",
40
40
  "@stll/anonymize-data": "^0.0.6",
41
- "@stll/anonymize-docx": "^2.2.0"
41
+ "@stll/anonymize-docx": "^2.3.0"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/node": "^26.1.1",