@agilecustoms/envctl 0.3.1 → 0.3.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/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,3 +45,4 @@ big .js file (as I do for `gha-upload-3` and `gha-healthcheck`) but it will be h
45
45
  So I ended up with publishing this client as npm package in npmjs
46
46
  - CI environments can install & run it with one command via `npx`
47
47
  - developer will install it globally via `npm install -g @agilecustoms/envctl`
48
+
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agilecustoms/envctl",
3
3
  "description": "node.js CLI client for manage environments",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {