@pagopa/dx-cli 0.11.0 → 0.11.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.
- package/bin/index.js +1 -1
- package/package.json +8 -8
package/bin/index.js
CHANGED
|
@@ -806,7 +806,7 @@ var makeSavemoneyCommand = () => new Command5("savemoney").description(
|
|
|
806
806
|
// src/adapters/commander/index.ts
|
|
807
807
|
var makeCli = (deps2, config2, cliDeps) => {
|
|
808
808
|
const program2 = new Command6();
|
|
809
|
-
program2.name("dx").description("The CLI for DX-Platform").version("0.11.
|
|
809
|
+
program2.name("dx").description("The CLI for DX-Platform").version("0.11.1");
|
|
810
810
|
program2.addCommand(makeDoctorCommand(deps2, config2));
|
|
811
811
|
program2.addCommand(makeCodemodCommand(cliDeps));
|
|
812
812
|
program2.addCommand(makeInitCommand());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pagopa/dx-cli",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A CLI useful to manage DX tools.",
|
|
6
6
|
"repository": {
|
|
@@ -19,32 +19,32 @@
|
|
|
19
19
|
"dx": "./bin/index.js"
|
|
20
20
|
},
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@logtape/logtape": "^1.2.
|
|
22
|
+
"@logtape/logtape": "^1.2.2",
|
|
23
23
|
"commander": "^14.0.2",
|
|
24
24
|
"core-js": "^3.47.0",
|
|
25
|
-
"execa": "^9.6.
|
|
25
|
+
"execa": "^9.6.1",
|
|
26
26
|
"glob": "^11.1.0",
|
|
27
27
|
"neverthrow": "^8.2.0",
|
|
28
28
|
"node-plop": "^0.32.3",
|
|
29
29
|
"octokit": "^5.0.5",
|
|
30
30
|
"replace-in-file": "^8.3.0",
|
|
31
31
|
"semver": "^7.7.2",
|
|
32
|
-
"yaml": "^2.8.
|
|
33
|
-
"zod": "^3.25.
|
|
32
|
+
"yaml": "^2.8.2",
|
|
33
|
+
"zod": "^3.25.76",
|
|
34
34
|
"@pagopa/dx-savemoney": "^0.1.4",
|
|
35
|
-
"@pagopa/monorepo-generator": "^0.11.
|
|
35
|
+
"@pagopa/monorepo-generator": "^0.11.1"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"@tsconfig/node22": "22.0.2",
|
|
39
39
|
"@types/node": "^22.19.1",
|
|
40
40
|
"@types/semver": "^7.7.1",
|
|
41
|
+
"@vitest/coverage-v8": "^3.2.4",
|
|
41
42
|
"eslint": "^9.39.1",
|
|
42
|
-
"memfs": "^4.51.
|
|
43
|
+
"memfs": "^4.51.1",
|
|
43
44
|
"prettier": "3.6.2",
|
|
44
45
|
"tsup": "^8.5.1",
|
|
45
46
|
"typescript": "~5.8.3",
|
|
46
47
|
"vitest": "^3.2.4",
|
|
47
|
-
"@vitest/coverage-v8": "^3.2.4",
|
|
48
48
|
"vitest-mock-extended": "^3.1.0",
|
|
49
49
|
"@pagopa/eslint-config": "^5.1.1"
|
|
50
50
|
},
|