@travetto/repo 6.0.0-rc.0 → 6.0.0-rc.1
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
|
@@ -134,7 +134,6 @@ module/email-inky
|
|
|
134
134
|
module/email-nodemailer
|
|
135
135
|
module/eslint
|
|
136
136
|
module/image
|
|
137
|
-
module/jwt
|
|
138
137
|
module/log
|
|
139
138
|
module/manifest
|
|
140
139
|
module/model
|
|
@@ -231,7 +230,6 @@ global-test/auth-rest-session_rest <workspace-root>/global-test/auth-rest-sessio
|
|
|
231
230
|
module/email-nodemailer <workspace-root>/module/email-nodemailer
|
|
232
231
|
module/eslint <workspace-root>/module/eslint
|
|
233
232
|
module/image <workspace-root>/module/image
|
|
234
|
-
module/jwt <workspace-root>/module/jwt
|
|
235
233
|
module/log <workspace-root>/module/log
|
|
236
234
|
module/manifest <workspace-root>/module/manifest
|
|
237
235
|
module/model <workspace-root>/module/model
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/repo",
|
|
3
|
-
"version": "6.0.0-rc.
|
|
3
|
+
"version": "6.0.0-rc.1",
|
|
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": "^6.0.0-rc.
|
|
26
|
-
"@travetto/worker": "^6.0.0-rc.
|
|
25
|
+
"@travetto/cli": "^6.0.0-rc.1",
|
|
26
|
+
"@travetto/worker": "^6.0.0-rc.1"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@travetto/cli": {
|