@travetto/repo 3.1.3 → 3.1.5

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 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -52,7 +52,7 @@ Author: Travetto Framework <travetto.framework@gmail.com>
52
52
  Date: Thu Feb 23 17:51:37 2023 -0500
53
53
  Date: Thu Feb 23 17:51:37 2023 -0500
54
54
 
55
- Publish @travetto/asset,@travetto/asset-rest,@travetto/auth,@travetto/auth-model,@travetto/auth-rest,@travetto/auth-rest-context,@travetto/auth-rest-jwt,@travetto/auth-rest-passport,@travetto/auth-rest-session,...
55
+ Publish @travetto/asset,@travetto/asset-rest,@travetto/auth,@travetto/auth-model,@travetto/auth-rest,@travetto/auth-rest-jwt,@travetto/auth-rest-passport,@travetto/auth-rest-session,...
56
56
  ```
57
57
 
58
58
  ## CLI - Publish
@@ -117,7 +117,6 @@ module/asset-rest
117
117
  module/auth
118
118
  module/auth-model
119
119
  module/auth-rest
120
- module/auth-rest-context
121
120
  module/auth-rest-jwt
122
121
  module/auth-rest-passport
123
122
  module/auth-rest-session
@@ -215,7 +214,6 @@ global-test/model_rest-session <workspace-root>/global-test/model_rest-session
215
214
  module/auth <workspace-root>/module/auth
216
215
  module/auth-model <workspace-root>/module/auth-model
217
216
  module/auth-rest <workspace-root>/module/auth-rest
218
- module/auth-rest-context <workspace-root>/module/auth-rest-context
219
217
  module/auth-rest-jwt <workspace-root>/module/auth-rest-jwt
220
218
  module/auth-rest-passport <workspace-root>/module/auth-rest-passport
221
219
  module/auth-rest-session <workspace-root>/module/auth-rest-session
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travetto/repo",
3
- "version": "3.1.3",
3
+ "version": "3.1.5",
4
4
  "description": "Monorepo utilities",
5
5
  "keywords": [
6
6
  "travetto",
@@ -22,7 +22,7 @@
22
22
  "directory": "module/repo"
23
23
  },
24
24
  "dependencies": {
25
- "@travetto/cli": "^3.1.3",
25
+ "@travetto/cli": "^3.1.5",
26
26
  "@travetto/worker": "^3.1.1"
27
27
  },
28
28
  "peerDependenciesMeta": {