@devcycle/cli 6.2.0 → 6.2.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/README.md CHANGED
@@ -162,7 +162,7 @@ $ npm install -g @devcycle/cli
162
162
  $ dvc COMMAND
163
163
  running command...
164
164
  $ dvc (--version)
165
- @devcycle/cli/6.2.0 linux-x64 node-v22.21.1
165
+ @devcycle/cli/6.2.1 linux-x64 node-v22.21.1
166
166
  $ dvc --help [COMMAND]
167
167
  USAGE
168
168
  $ dvc COMMAND
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "6.2.0",
2
+ "version": "6.2.1",
3
3
  "commands": {
4
4
  "authCommand": {
5
5
  "id": "authCommand",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devcycle/cli",
3
- "version": "6.2.0",
3
+ "version": "6.2.1",
4
4
  "description": "DevCycle CLI Tool",
5
5
  "author": "support@devcycle.com",
6
6
  "bin": {