@stll/anonymize-cli 2.6.0 → 2.6.2
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 +4 -4
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.6.
|
|
337
|
+
var version = "2.6.2";
|
|
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.6.
|
|
3
|
+
"version": "2.6.2",
|
|
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.6.
|
|
39
|
+
"@stll/anonymize": "^2.6.2",
|
|
40
40
|
"@stll/anonymize-data": "^0.0.7",
|
|
41
|
-
"@stll/anonymize-docx": "^2.6.
|
|
42
|
-
"@stll/anonymize-pdf": "^2.6.
|
|
41
|
+
"@stll/anonymize-docx": "^2.6.2",
|
|
42
|
+
"@stll/anonymize-pdf": "^2.6.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/node": "^26.1.1",
|