@travetto/repo 3.2.3 → 3.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -259,8 +259,8 @@ global-test/model_rest-session <workspace-root>/global-test/model_rest-session
259
259
  module/rest-aws-lambda <workspace-root>/module/rest-aws-lambda
260
260
  module/rest-client <workspace-root>/module/rest-client
261
261
  module/rest-express <workspace-root>/module/rest-express
262
- module/rest-express-lambda <workspace-root>/module/rest-express-lambda
263
262
  module/rest-fastify <workspace-root>/module/rest-fastify
263
+ module/rest-express-lambda <workspace-root>/module/rest-express-lambda
264
264
  module/rest-fastify-lambda <workspace-root>/module/rest-fastify-lambda
265
265
  module/rest-koa <workspace-root>/module/rest-koa
266
266
  module/rest-koa-lambda <workspace-root>/module/rest-koa-lambda
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/repo",
3
- "version": "3.2.3",
3
+ "version": "3.3.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": "^3.2.3",
26
- "@travetto/worker": "^3.2.2"
25
+ "@travetto/cli": "^3.3.0",
26
+ "@travetto/worker": "^3.3.0"
27
27
  },
28
28
  "peerDependenciesMeta": {
29
29
  "@travetto/cli": {