@travetto/repo 3.1.5 → 3.1.7
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 +6 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -130,8 +130,9 @@ module/context
|
|
|
130
130
|
module/di
|
|
131
131
|
module/doc
|
|
132
132
|
module/email
|
|
133
|
+
module/email-compiler
|
|
134
|
+
module/email-inky
|
|
133
135
|
module/email-nodemailer
|
|
134
|
-
module/email-template
|
|
135
136
|
module/eslint
|
|
136
137
|
module/image
|
|
137
138
|
module/jwt
|
|
@@ -155,6 +156,7 @@ module/registry
|
|
|
155
156
|
module/repo
|
|
156
157
|
module/rest
|
|
157
158
|
module/rest-aws-lambda
|
|
159
|
+
module/rest-client
|
|
158
160
|
module/rest-express
|
|
159
161
|
module/rest-express-lambda
|
|
160
162
|
module/rest-fastify
|
|
@@ -227,8 +229,9 @@ global-test/model_rest-session <workspace-root>/global-test/model_rest-session
|
|
|
227
229
|
module/di <workspace-root>/module/di
|
|
228
230
|
module/doc <workspace-root>/module/doc
|
|
229
231
|
module/email <workspace-root>/module/email
|
|
232
|
+
module/email-compiler <workspace-root>/module/email-compiler
|
|
233
|
+
module/email-inky <workspace-root>/module/email-inky
|
|
230
234
|
module/email-nodemailer <workspace-root>/module/email-nodemailer
|
|
231
|
-
module/email-template <workspace-root>/module/email-template
|
|
232
235
|
module/eslint <workspace-root>/module/eslint
|
|
233
236
|
module/image <workspace-root>/module/image
|
|
234
237
|
module/jwt <workspace-root>/module/jwt
|
|
@@ -252,6 +255,7 @@ global-test/model_rest-session <workspace-root>/global-test/model_rest-session
|
|
|
252
255
|
module/repo .
|
|
253
256
|
module/rest <workspace-root>/module/rest
|
|
254
257
|
module/rest-aws-lambda <workspace-root>/module/rest-aws-lambda
|
|
258
|
+
module/rest-client <workspace-root>/module/rest-client
|
|
255
259
|
module/rest-express <workspace-root>/module/rest-express
|
|
256
260
|
module/rest-express-lambda <workspace-root>/module/rest-express-lambda
|
|
257
261
|
module/rest-fastify <workspace-root>/module/rest-fastify
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/repo",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
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": "^3.1.
|
|
26
|
-
"@travetto/worker": "^3.1.
|
|
25
|
+
"@travetto/cli": "^3.1.7",
|
|
26
|
+
"@travetto/worker": "^3.1.2"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@travetto/cli": {
|