@travetto/cli 2.2.4 → 3.0.0-rc.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -89,5 +89,5 @@ And actually using it:
89
89
  ```bash
90
90
  $ trv echo -u bOb rOb DRoP
91
91
 
92
- [ 'BOB', 'ROB', 'DROP' ]
92
+ [ 'bOb', 'rOb', 'DRoP' ]
93
93
  ```
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@travetto/cli",
3
3
  "displayName": "Command Line Interface",
4
- "version": "2.2.4",
4
+ "version": "3.0.0-rc.0",
5
5
  "description": "CLI infrastructure for travetto framework",
6
6
  "keywords": [
7
7
  "cli",
@@ -27,7 +27,7 @@
27
27
  "directory": "module/cli"
28
28
  },
29
29
  "dependencies": {
30
- "@travetto/base": "^2.2.4",
30
+ "@travetto/base": "^3.0.0-rc.0",
31
31
  "commander": "^9.4.0"
32
32
  },
33
33
  "docDependencies": {