@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.
Files changed (2) hide show
  1. package/README.md +2 -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.11"
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.11`
1310
+ - **버전**: `1.0.12`
1311
1311
  - **λΌμ΄μ„ μŠ€**: MIT
1312
1312
  - **μ €μž₯μ†Œ**: npm registry
1313
1313
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thinkingcat/auth-utils",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Authentication utilities for ThinkingCat SSO services",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",