@dxos/cli 2.4.10-alpha.0 → 2.4.13-beta.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.
- package/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -26,7 +26,7 @@ To create a profile from a template, pass a profile name and template URL.
|
|
|
26
26
|
Example:
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
|
-
$ dx profile init --name moon --template-url https://git.io/
|
|
29
|
+
$ dx profile init --name moon --template-url https://git.io/JuhES
|
|
30
30
|
```
|
|
31
31
|
|
|
32
32
|
Profiles are stored in the `~/.wire/profile` folder. To further customize a profile, edit the profile configuration file.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@dxos/cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.13-beta.0",
|
|
4
4
|
"description": "DXOS CLI",
|
|
5
5
|
"homepage": "https://github.com/dxos/cli/tree/master/packages/cli#readme",
|
|
6
6
|
"license": "AGPL-3.0",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@babel/runtime": "7.7.2",
|
|
40
|
-
"@dxos/cli-core": "^2.4.
|
|
41
|
-
"@dxos/debug": "~2.12.
|
|
42
|
-
"@dxos/random-access-multi-storage": "~2.12.
|
|
40
|
+
"@dxos/cli-core": "^2.4.13-beta.0",
|
|
41
|
+
"@dxos/debug": "~2.12.20",
|
|
42
|
+
"@dxos/random-access-multi-storage": "~2.12.20",
|
|
43
43
|
"assert": "^2.0.0",
|
|
44
44
|
"find-root": "^1.1.0",
|
|
45
45
|
"fs-extra": "^8.1.0",
|
|
@@ -92,5 +92,5 @@
|
|
|
92
92
|
"publishConfig": {
|
|
93
93
|
"access": "public"
|
|
94
94
|
},
|
|
95
|
-
"gitHead": "
|
|
95
|
+
"gitHead": "58e7466d87884c4364128527f2dcf401ad0a43b6"
|
|
96
96
|
}
|