@amsame/kinde-auth-nestjs
Advanced tools
Comparing version 1.0.6 to 1.0.8
{ | ||
"name": "@amsame/kinde-auth-nestjs", | ||
"version": "1.0.6", | ||
"version": "1.0.8", | ||
"description": "Kinde Auth module for NestJS framework", | ||
@@ -35,3 +35,2 @@ "author": { | ||
"prebuild": "rimraf dist", | ||
"prepare": "is-ci || husky install", | ||
"build": "tsc && npm run build:index", | ||
@@ -43,3 +42,2 @@ "build:index": "rimraf ./index.js ./index.d.ts && tsc -d --skipLibCheck ./index.ts", | ||
"postversion": "git push && git push --tags", | ||
"_postinstall": "is-ci || husky install", | ||
"prepack": "pinst --disable", | ||
@@ -75,3 +73,2 @@ "postpack": "pinst --enable" | ||
"husky": "^8.0.3", | ||
"is-ci": "^3.0.1", | ||
"jest": "^29.7.0", | ||
@@ -78,0 +75,0 @@ "lint-staged": "^15.0.2", |
20
35582