@heejun/auth-nest 0.1.1 → 0.1.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@heejun/auth-nest",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "NestJS 어댑터: AuthModule·AuthController·JwtAuthGuard·RolesGuard·@CurrentUser (tsc 빌드, 데코레이터 메타데이터 보존)",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -8,7 +8,7 @@
8
8
  "dist"
9
9
  ],
10
10
  "dependencies": {
11
- "@heejun/auth": "0.1.0",
11
+ "@heejun/auth": "0.2.0",
12
12
  "@heejun/core-server": "0.1.0",
13
13
  "@heejun/contracts": "0.1.0"
14
14
  },