@stll/anonymize-cli 2.7.3 → 2.7.5
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/dist/cli.mjs +1 -1
- package/package.json +5 -5
package/dist/cli.mjs
CHANGED
|
@@ -335,7 +335,7 @@ const loadCliDictionaries = async ({ languages, countries }) => {
|
|
|
335
335
|
};
|
|
336
336
|
//#endregion
|
|
337
337
|
//#region package.json
|
|
338
|
-
var version = "2.7.
|
|
338
|
+
var version = "2.7.5";
|
|
339
339
|
//#endregion
|
|
340
340
|
//#region src/feedback.ts
|
|
341
341
|
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.7.
|
|
3
|
+
"version": "2.7.5",
|
|
4
4
|
"description": "Command-line PII detection and anonymization powered by @stll/anonymize",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"anonymization",
|
|
@@ -36,13 +36,13 @@
|
|
|
36
36
|
"format": "oxfmt ."
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@stll/anonymize": "^2.7.
|
|
39
|
+
"@stll/anonymize": "^2.7.5",
|
|
40
40
|
"@stll/anonymize-data": "^0.0.9",
|
|
41
|
-
"@stll/anonymize-docx": "^2.7.
|
|
42
|
-
"@stll/anonymize-pdf": "^2.7.
|
|
41
|
+
"@stll/anonymize-docx": "^2.7.5",
|
|
42
|
+
"@stll/anonymize-pdf": "^2.7.5"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@types/node": "^26.1.
|
|
45
|
+
"@types/node": "^26.1.2",
|
|
46
46
|
"bun-types": "^1.3.14",
|
|
47
47
|
"fflate": "^0.8.3",
|
|
48
48
|
"tsdown": "0.22.12",
|