occam-open-cli 6.0.61 → 6.0.63

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
@@ -46,7 +46,7 @@ Commands:
46
46
 
47
47
  publish <package_name> Publish a package
48
48
 
49
- deprecate <package_name> Deprecate a package
49
+ withdraw <package_name> Withdraw a package
50
50
 
51
51
  create-account [<email_address>] Create an account
52
52
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "occam-open-cli",
3
3
  "author": "James Smith",
4
- "version": "6.0.61",
4
+ "version": "6.0.63",
5
5
  "license": "MIT, Anti-996",
6
6
  "homepage": "https://github.com/djalbat/occam-open-cli",
7
7
  "description": "Occam's command line package management tool.",
@@ -12,8 +12,8 @@
12
12
  "dependencies": {
13
13
  "argumentative": "^2.0.21",
14
14
  "necessary": "^12.0.1",
15
- "occam-entities": "^1.0.16",
16
- "occam-file-system": "^6.0.61"
15
+ "occam-entities": "^1.0.17",
16
+ "occam-file-system": "^6.0.62"
17
17
  },
18
18
  "scripts": {},
19
19
  "bin": {