@pagopa/dx-cli 0.14.0 → 0.14.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/bin/index.js +1 -1
  2. package/package.json +6 -6
package/bin/index.js CHANGED
@@ -984,7 +984,7 @@ var makeSavemoneyCommand = () => new Command5("savemoney").description(
984
984
  // src/adapters/commander/index.ts
985
985
  var makeCli = (deps2, config2, cliDeps) => {
986
986
  const program2 = new Command6();
987
- program2.name("dx").description("The CLI for DX-Platform").version("0.14.0");
987
+ program2.name("dx").description("The CLI for DX-Platform").version("0.14.1");
988
988
  program2.addCommand(makeDoctorCommand(deps2, config2));
989
989
  program2.addCommand(makeCodemodCommand(cliDeps));
990
990
  program2.addCommand(makeInitCommand(deps2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/dx-cli",
3
- "version": "0.14.0",
3
+ "version": "0.14.1",
4
4
  "type": "module",
5
5
  "description": "A CLI useful to manage DX tools.",
6
6
  "repository": {
@@ -19,7 +19,7 @@
19
19
  "dx": "./bin/index.js"
20
20
  },
21
21
  "dependencies": {
22
- "@logtape/logtape": "^1.2.2",
22
+ "@logtape/logtape": "^1.3.4",
23
23
  "chalk": "^5.6.2",
24
24
  "commander": "^14.0.2",
25
25
  "core-js": "^3.47.0",
@@ -29,19 +29,19 @@
29
29
  "node-plop": "^0.32.3",
30
30
  "octokit": "^5.0.5",
31
31
  "ora": "^9.0.0",
32
- "replace-in-file": "^8.3.0",
32
+ "replace-in-file": "^8.4.0",
33
33
  "semver": "^7.7.2",
34
34
  "yaml": "^2.8.2",
35
- "zod": "^4.1.13",
35
+ "zod": "^4.2.1",
36
36
  "@pagopa/dx-savemoney": "^0.1.4",
37
- "@pagopa/monorepo-generator": "^0.13.0"
37
+ "@pagopa/monorepo-generator": "^0.14.1"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@tsconfig/node22": "22.0.2",
41
41
  "@types/node": "^22.19.1",
42
42
  "@types/semver": "^7.7.1",
43
43
  "@vitest/coverage-v8": "^3.2.4",
44
- "eslint": "^9.39.1",
44
+ "eslint": "^9.39.2",
45
45
  "memfs": "^4.51.1",
46
46
  "prettier": "3.6.2",
47
47
  "tsup": "^8.5.1",