@rool-dev/cli 0.1.6-dev.6234a3b → 0.1.7-dev.f84e884

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 +6 -5
package/README.md CHANGED
@@ -83,4 +83,4 @@ On first use, the CLI opens your browser to authenticate. Credentials are stored
83
83
 
84
84
  ## License
85
85
 
86
- Proprietary - © Rool Limited. All rights reserved.
86
+ MIT - see [LICENSE](../../LICENSE) for details.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rool-dev/cli",
3
- "version": "0.1.6-dev.6234a3b",
4
- "description": "Command-line interface for the Rool platform",
3
+ "version": "0.1.7-dev.f84e884",
4
+ "description": "Command-line interface for working with Rool Spaces",
5
5
  "packageManager": "pnpm@10.17.1",
6
6
  "type": "module",
7
7
  "main": "./dist/index.js",
@@ -21,6 +21,7 @@
21
21
  "publishConfig": {
22
22
  "access": "public"
23
23
  },
24
+ "homepage": "https://docs.rool.dev/cli/",
24
25
  "repository": {
25
26
  "type": "git",
26
27
  "url": "git+https://github.com/rool-dev/rool-js.git",
@@ -33,9 +34,9 @@
33
34
  "agent"
34
35
  ],
35
36
  "author": {
36
- "name": "Lightpost One",
37
- "email": "info@lightpost.one",
38
- "url": "https://lightpost.one"
37
+ "name": "Rool Limited",
38
+ "email": "info@rool.dev",
39
+ "url": "https://rool.dev"
39
40
  },
40
41
  "license": "MIT",
41
42
  "dependencies": {