@agilecustoms/envctl 0.2.1 → 0.3.0

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.
@@ -17,8 +17,6 @@ jobs:
17
17
  needs:
18
18
  - Build
19
19
  runs-on: ubuntu-latest
20
- permissions:
21
- contents: write
22
20
  steps:
23
21
  - name: Checkout
24
22
  uses: actions/checkout@v4
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.2.1",
4
+ "version": "0.3.0",
5
5
  "author": "Alex Chekulaev",
6
6
  "type": "module",
7
7
  "bin": {