@travetto/model 8.0.0-alpha.5 → 8.0.0-alpha.6
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 +2 -2
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -354,7 +354,7 @@ Usage: model:export [options] <provider:string> <models...:string>
|
|
|
354
354
|
Options:
|
|
355
355
|
-p, --profile <string> Application profiles
|
|
356
356
|
-m, --module <module> Module to run for
|
|
357
|
-
|
|
357
|
+
--help display help for command
|
|
358
358
|
|
|
359
359
|
Providers
|
|
360
360
|
--------------------
|
|
@@ -377,7 +377,7 @@ Usage: model:install [options] <provider:string> <models...:string>
|
|
|
377
377
|
Options:
|
|
378
378
|
-p, --profile <string> Application profiles
|
|
379
379
|
-m, --module <module> Module to run for
|
|
380
|
-
|
|
380
|
+
--help display help for command
|
|
381
381
|
|
|
382
382
|
Providers
|
|
383
383
|
--------------------
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/model",
|
|
3
|
-
"version": "8.0.0-alpha.
|
|
3
|
+
"version": "8.0.0-alpha.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Datastore abstraction for core operations.",
|
|
6
6
|
"keywords": [
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"directory": "module/model"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@travetto/config": "^8.0.0-alpha.
|
|
31
|
-
"@travetto/di": "^8.0.0-alpha.
|
|
32
|
-
"@travetto/registry": "^8.0.0-alpha.
|
|
33
|
-
"@travetto/schema": "^8.0.0-alpha.
|
|
30
|
+
"@travetto/config": "^8.0.0-alpha.6",
|
|
31
|
+
"@travetto/di": "^8.0.0-alpha.6",
|
|
32
|
+
"@travetto/registry": "^8.0.0-alpha.6",
|
|
33
|
+
"@travetto/schema": "^8.0.0-alpha.6"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@travetto/cli": "^8.0.0-alpha.
|
|
37
|
-
"@travetto/test": "^8.0.0-alpha.
|
|
36
|
+
"@travetto/cli": "^8.0.0-alpha.11",
|
|
37
|
+
"@travetto/test": "^8.0.0-alpha.6"
|
|
38
38
|
},
|
|
39
39
|
"peerDependenciesMeta": {
|
|
40
40
|
"@travetto/cli": {
|