@ibm-cloud/cd-tools 1.2.4 → 1.2.5

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/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -13,7 +13,7 @@ import * as commands from './cmd/index.js'
13
13
  import packageJson from './package.json' with { type: "json" };
14
14
 
15
15
  program
16
- .name(process.env.npm_package_name ?? 'index.js')
16
+ .name(packageJson.name)
17
17
  .description('Tools and utilities for the IBM Cloud Continuous Delivery service and resources.')
18
18
  .version(packageJson.version)
19
19
  .showHelpAfterError();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ibm-cloud/cd-tools",
3
- "version": "1.2.4",
3
+ "version": "1.2.5",
4
4
  "description": "Tools and utilities for the IBM Cloud Continuous Delivery service and resources",
5
5
  "repository": {
6
6
  "type": "git",