@versu/cli 0.5.0 → 0.5.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @versu/cli - Command-Line Interface
2
2
 
3
- Command-line interface for VERSU (Version Engine for Repo Semantic Evolution). This CLI provides all the power of VERSU's semantic versioning engine through an easy-to-use command-line tool, perfect for local development and custom CI/CD systems.
3
+ Command-line interface for VERSU. This CLI provides all the power of VERSU's semantic versioning engine through an easy-to-use command-line tool, perfect for local development and custom CI/CD systems.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@versu/cli",
3
- "version": "0.5.0",
4
- "description": "Version Engine for Repo Semantic Evolution (CLI)",
3
+ "version": "0.5.1",
4
+ "description": "VERSU (CLI)",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "bin": {
@@ -38,7 +38,7 @@
38
38
  "types": "dist/index.d.ts",
39
39
  "dependencies": {
40
40
  "@oclif/core": "^4.8.0",
41
- "@versu/core": "^0.5.0",
41
+ "@versu/core": "^0.5.1",
42
42
  "oclif": "^4.14.0"
43
43
  },
44
44
  "devDependencies": {