@stll/anonymize-cli 2.0.0 → 2.0.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 +2 -2
package/dist/cli.mjs CHANGED
@@ -307,7 +307,7 @@ const loadCliDictionaries = async ({ languages, countries }) => {
307
307
  };
308
308
  //#endregion
309
309
  //#region package.json
310
- var version = "2.0.0";
310
+ var version = "2.0.1";
311
311
  //#endregion
312
312
  //#region src/main.ts
313
313
  const cliVersion = () => version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stll/anonymize-cli",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Command-line PII detection and anonymization powered by @stll/anonymize",
5
5
  "keywords": [
6
6
  "anonymization",
@@ -36,7 +36,7 @@
36
36
  "format": "oxfmt ."
37
37
  },
38
38
  "dependencies": {
39
- "@stll/anonymize": "^2.0.0",
39
+ "@stll/anonymize": "^2.0.1",
40
40
  "@stll/anonymize-data": "^0.0.6"
41
41
  },
42
42
  "devDependencies": {