@thinkingcat/auth-utils 1.0.11 β 1.0.12
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 +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ npm install @thinkingcat/auth-utils
|
|
|
60
60
|
```json
|
|
61
61
|
{
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@thinkingcat/auth-utils": "^1.0.
|
|
63
|
+
"@thinkingcat/auth-utils": "^1.0.12"
|
|
64
64
|
}
|
|
65
65
|
}
|
|
66
66
|
```
|
|
@@ -1307,7 +1307,7 @@ const response = await handleMiddleware(req, middlewareConfig, {
|
|
|
1307
1307
|
## π¦ ν¨ν€μ§ μ 보
|
|
1308
1308
|
|
|
1309
1309
|
- **ν¨ν€μ§λͺ
**: `@thinkingcat/auth-utils`
|
|
1310
|
-
- **λ²μ **: `1.0.
|
|
1310
|
+
- **λ²μ **: `1.0.12`
|
|
1311
1311
|
- **λΌμ΄μ μ€**: MIT
|
|
1312
1312
|
- **μ μ₯μ**: npm registry
|
|
1313
1313
|
|