@travetto/auth 8.0.0-alpha.14 → 8.0.0-alpha.16

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
@@ -2,7 +2,7 @@
2
2
  <!-- Please modify https://github.com/travetto/travetto/tree/main/module/auth/DOC.tsx and execute "npx trv doc" to rebuild -->
3
3
  # Authentication
4
4
 
5
- ## Authentication scaffolding for the Travetto framework
5
+ ## Authentication support for the Travetto framework
6
6
 
7
7
  **Install: @travetto/auth**
8
8
  ```bash
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@travetto/auth",
3
- "version": "8.0.0-alpha.14",
3
+ "version": "8.0.0-alpha.16",
4
4
  "type": "module",
5
- "description": "Authentication scaffolding for the Travetto framework",
5
+ "description": "Authentication support for the Travetto framework",
6
6
  "keywords": [
7
7
  "authentication",
8
8
  "travetto",
@@ -24,7 +24,7 @@
24
24
  "directory": "module/auth"
25
25
  },
26
26
  "dependencies": {
27
- "@travetto/context": "^8.0.0-alpha.14"
27
+ "@travetto/context": "^8.0.0-alpha.16"
28
28
  },
29
29
  "travetto": {
30
30
  "displayName": "Authentication"