@stll/anonymize-cli 1.4.9 → 1.4.10
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 +2 -2
package/dist/cli.mjs
CHANGED
|
@@ -254,7 +254,7 @@ const loadCliDictionaries = async ({ languages, countries }) => {
|
|
|
254
254
|
};
|
|
255
255
|
//#endregion
|
|
256
256
|
//#region package.json
|
|
257
|
-
var version = "1.4.
|
|
257
|
+
var version = "1.4.10";
|
|
258
258
|
//#endregion
|
|
259
259
|
//#region src/main.ts
|
|
260
260
|
const cliVersion = () => version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stll/anonymize-cli",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.10",
|
|
4
4
|
"description": "Command-line PII detection and anonymization powered by @stll/anonymize",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"format": "oxfmt ."
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@stll/anonymize": "^1.4.
|
|
29
|
+
"@stll/anonymize": "^1.4.10",
|
|
30
30
|
"@stll/anonymize-data": "^0.0.6"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|