@travetto/repo 5.0.19 → 6.0.0-rc.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 +74 -78
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -105,23 +105,22 @@ Options:
|
|
|
105
105
|
$ trv repo:list
|
|
106
106
|
|
|
107
107
|
global-test/auth-rest
|
|
108
|
-
global-test/auth-rest-
|
|
108
|
+
global-test/auth-rest-session_rest
|
|
109
109
|
global-test/model_auth-model
|
|
110
|
+
global-test/model_auth-session
|
|
110
111
|
global-test/model_cache
|
|
111
|
-
global-test/model_rest-session
|
|
112
112
|
global-test/model_rest-upload
|
|
113
113
|
global-test/openapi
|
|
114
114
|
global-test/pack_app
|
|
115
115
|
global-test/rest-client
|
|
116
|
-
global-test/rest-session
|
|
117
116
|
global-test/rest-upload
|
|
118
117
|
global-test/transformer-test
|
|
119
118
|
module/auth
|
|
120
119
|
module/auth-model
|
|
121
120
|
module/auth-rest
|
|
122
|
-
module/auth-rest-jwt
|
|
123
121
|
module/auth-rest-passport
|
|
124
122
|
module/auth-rest-session
|
|
123
|
+
module/auth-session
|
|
125
124
|
module/cache
|
|
126
125
|
module/cli
|
|
127
126
|
module/compiler
|
|
@@ -167,7 +166,6 @@ module/rest-fastify-lambda
|
|
|
167
166
|
module/rest-koa
|
|
168
167
|
module/rest-koa-lambda
|
|
169
168
|
module/rest-rpc
|
|
170
|
-
module/rest-session
|
|
171
169
|
module/rest-upload
|
|
172
170
|
module/runtime
|
|
173
171
|
module/scaffold
|
|
@@ -204,77 +202,75 @@ The standard format includes prefixed output to help identify which module produ
|
|
|
204
202
|
$ trv repo:exec -w 1 pwd
|
|
205
203
|
|
|
206
204
|
global-test/auth-rest <workspace-root>/global-test/auth-rest
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
global-test/
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
module/auth-rest-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
module/
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
module/
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
module/transformer <workspace-root>/module/transformer
|
|
279
|
-
module/worker <workspace-root>/module/worker
|
|
205
|
+
global-test/auth-rest-session_rest <workspace-root>/global-test/auth-rest-session_rest
|
|
206
|
+
global-test/model_auth-model <workspace-root>/global-test/model_auth-model
|
|
207
|
+
global-test/model_auth-session <workspace-root>/global-test/model_auth-session
|
|
208
|
+
global-test/model_cache <workspace-root>/global-test/model_cache
|
|
209
|
+
global-test/model_rest-upload <workspace-root>/global-test/model_rest-upload
|
|
210
|
+
global-test/openapi <workspace-root>/global-test/openapi
|
|
211
|
+
global-test/pack_app <workspace-root>/global-test/pack_app
|
|
212
|
+
global-test/rest-client <workspace-root>/global-test/rest-client
|
|
213
|
+
global-test/rest-upload <workspace-root>/global-test/rest-upload
|
|
214
|
+
global-test/transformer-test <workspace-root>/global-test/transformer-test
|
|
215
|
+
module/auth <workspace-root>/module/auth
|
|
216
|
+
module/auth-model <workspace-root>/module/auth-model
|
|
217
|
+
module/auth-rest <workspace-root>/module/auth-rest
|
|
218
|
+
module/auth-rest-passport <workspace-root>/module/auth-rest-passport
|
|
219
|
+
module/auth-rest-session <workspace-root>/module/auth-rest-session
|
|
220
|
+
module/auth-session <workspace-root>/module/auth-session
|
|
221
|
+
module/cache <workspace-root>/module/cache
|
|
222
|
+
module/cli <workspace-root>/module/cli
|
|
223
|
+
module/compiler <workspace-root>/module/compiler
|
|
224
|
+
module/config <workspace-root>/module/config
|
|
225
|
+
module/context <workspace-root>/module/context
|
|
226
|
+
module/di <workspace-root>/module/di
|
|
227
|
+
module/doc <workspace-root>/module/doc
|
|
228
|
+
module/email <workspace-root>/module/email
|
|
229
|
+
module/email-compiler <workspace-root>/module/email-compiler
|
|
230
|
+
module/email-inky <workspace-root>/module/email-inky
|
|
231
|
+
module/email-nodemailer <workspace-root>/module/email-nodemailer
|
|
232
|
+
module/eslint <workspace-root>/module/eslint
|
|
233
|
+
module/image <workspace-root>/module/image
|
|
234
|
+
module/jwt <workspace-root>/module/jwt
|
|
235
|
+
module/log <workspace-root>/module/log
|
|
236
|
+
module/manifest <workspace-root>/module/manifest
|
|
237
|
+
module/model <workspace-root>/module/model
|
|
238
|
+
module/model-dynamodb <workspace-root>/module/model-dynamodb
|
|
239
|
+
module/model-elasticsearch <workspace-root>/module/model-elasticsearch
|
|
240
|
+
module/model-file <workspace-root>/module/model-file
|
|
241
|
+
module/model-firestore <workspace-root>/module/model-firestore
|
|
242
|
+
module/model-memory <workspace-root>/module/model-memory
|
|
243
|
+
module/model-mongo <workspace-root>/module/model-mongo
|
|
244
|
+
module/model-mysql <workspace-root>/module/model-mysql
|
|
245
|
+
module/model-postgres <workspace-root>/module/model-postgres
|
|
246
|
+
module/model-query <workspace-root>/module/model-query
|
|
247
|
+
module/model-query-language <workspace-root>/module/model-query-language
|
|
248
|
+
module/model-redis <workspace-root>/module/model-redis
|
|
249
|
+
module/model-s3 <workspace-root>/module/model-s3
|
|
250
|
+
module/model-sql <workspace-root>/module/model-sql
|
|
251
|
+
module/model-sqlite <workspace-root>/module/model-sqlite
|
|
252
|
+
module/openapi <workspace-root>/module/openapi
|
|
253
|
+
module/pack <workspace-root>/module/pack
|
|
254
|
+
module/registry <workspace-root>/module/registry
|
|
255
|
+
module/repo .
|
|
256
|
+
module/rest <workspace-root>/module/rest
|
|
257
|
+
module/rest-aws-lambda <workspace-root>/module/rest-aws-lambda
|
|
258
|
+
module/rest-client <workspace-root>/module/rest-client
|
|
259
|
+
module/rest-express <workspace-root>/module/rest-express
|
|
260
|
+
module/rest-express-lambda <workspace-root>/module/rest-express-lambda
|
|
261
|
+
module/rest-fastify <workspace-root>/module/rest-fastify
|
|
262
|
+
module/rest-fastify-lambda <workspace-root>/module/rest-fastify-lambda
|
|
263
|
+
module/rest-koa <workspace-root>/module/rest-koa
|
|
264
|
+
module/rest-koa-lambda <workspace-root>/module/rest-koa-lambda
|
|
265
|
+
module/rest-rpc <workspace-root>/module/rest-rpc
|
|
266
|
+
module/rest-upload <workspace-root>/module/rest-upload
|
|
267
|
+
module/runtime <workspace-root>/module/runtime
|
|
268
|
+
module/scaffold <workspace-root>/module/scaffold
|
|
269
|
+
module/schema <workspace-root>/module/schema
|
|
270
|
+
module/schema-faker <workspace-root>/module/schema-faker
|
|
271
|
+
module/terminal <workspace-root>/module/terminal
|
|
272
|
+
module/test <workspace-root>/module/test
|
|
273
|
+
related/todo-app <workspace-root>/related/todo-app
|
|
274
|
+
module/transformer <workspace-root>/module/transformer
|
|
275
|
+
module/worker <workspace-root>/module/worker
|
|
280
276
|
```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@travetto/repo",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-rc.0",
|
|
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": "^
|
|
26
|
-
"@travetto/worker": "^
|
|
25
|
+
"@travetto/cli": "^6.0.0-rc.0",
|
|
26
|
+
"@travetto/worker": "^6.0.0-rc.0"
|
|
27
27
|
},
|
|
28
28
|
"peerDependenciesMeta": {
|
|
29
29
|
"@travetto/cli": {
|