@travetto/repo 5.0.10 → 5.0.12
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 +0 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -124,7 +124,6 @@ module/auth-rest-passport
|
|
|
124
124
|
module/auth-rest-session
|
|
125
125
|
module/cache
|
|
126
126
|
module/cli
|
|
127
|
-
module/command
|
|
128
127
|
module/compiler
|
|
129
128
|
module/config
|
|
130
129
|
module/context
|
|
@@ -224,7 +223,6 @@ global-test/model_rest-session <workspace-root>/global-test/model_rest-session
|
|
|
224
223
|
module/auth-rest-session <workspace-root>/module/auth-rest-session
|
|
225
224
|
module/cache <workspace-root>/module/cache
|
|
226
225
|
module/cli <workspace-root>/module/cli
|
|
227
|
-
module/command <workspace-root>/module/command
|
|
228
226
|
module/compiler <workspace-root>/module/compiler
|
|
229
227
|
module/config <workspace-root>/module/config
|
|
230
228
|
module/context <workspace-root>/module/context
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/repo",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.12",
|
|
4
4
|
"description": "Monorepo utilities",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"travetto",
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"directory": "module/repo"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@travetto/cli": "^5.0.
|
|
26
|
-
"@travetto/worker": "^5.0.
|
|
25
|
+
"@travetto/cli": "^5.0.12",
|
|
26
|
+
"@travetto/worker": "^5.0.11"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@travetto/cli": {
|