@corellium/corellium-cli 1.0.2 → 1.0.3

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/docs/OVERVIEW.md +2 -2
  2. package/package.json +1 -1
package/docs/OVERVIEW.md CHANGED
@@ -12,7 +12,7 @@
12
12
  - [Image](#image)
13
13
 
14
14
  ## Introduction
15
- Corellium CLI is a command-line collection of tools necessary for managing Charm SDK extensions.
15
+ Corellium CLI is a command-line collection of tools necessary for managing extensions on certain account types.
16
16
 
17
17
  ## Quick start
18
18
  ```
@@ -80,7 +80,7 @@ Logout succesful, deleted profile at /Users/user/.corellium/profile.json
80
80
  Logout will remove the profile.json and leave the .corellium folder in place.
81
81
 
82
82
  ## Extension
83
- Commands exist for deleting, listing, and loading Charm SDK extensions.
83
+ Commands exist for deleting, listing, and loading extensions.
84
84
 
85
85
  `corellium extension load <files...>`
86
86
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@corellium/corellium-cli",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Corellium CLI Tool",
5
5
  "scripts": {
6
6
  "corellium-cli": "node index.js",