@pagopa/dx-cli 0.15.1 → 0.15.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.
Files changed (2) hide show
  1. package/bin/index.js +2 -2
  2. package/package.json +1 -1
package/bin/index.js CHANGED
@@ -170,7 +170,7 @@ var migrateWorkflow = (sha) => (workflow, filename) => {
170
170
  logger.debug("Updating uses value");
171
171
  return new YAML3.Pair(
172
172
  "uses",
173
- `pagopa/dx/.github/workflows/release-azure-appsvc.yaml@${sha}`
173
+ `pagopa/dx/.github/workflows/release-azure-appsvc-v1.yaml@${sha}`
174
174
  );
175
175
  }
176
176
  }
@@ -1035,7 +1035,7 @@ var makeSavemoneyCommand = () => new Command5("savemoney").description(
1035
1035
  // src/adapters/commander/index.ts
1036
1036
  var makeCli = (deps2, config2, cliDeps) => {
1037
1037
  const program2 = new Command6();
1038
- program2.name("dx").description("The CLI for DX-Platform").version("0.15.1");
1038
+ program2.name("dx").description("The CLI for DX-Platform").version("0.15.2");
1039
1039
  program2.addCommand(makeDoctorCommand(deps2, config2));
1040
1040
  program2.addCommand(makeCodemodCommand(cliDeps));
1041
1041
  program2.addCommand(makeInitCommand(deps2));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pagopa/dx-cli",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "type": "module",
5
5
  "description": "A CLI useful to manage DX tools.",
6
6
  "repository": {