@ackplus/nest-auth 1.1.29 → 1.1.30

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ackplus/nest-auth",
3
- "version": "1.1.29",
3
+ "version": "1.1.30",
4
4
  "description": "Powerful CRUD operations for NestJS with TypeORM - automatic REST endpoints, advanced filtering, relations, pagination, and more",
5
5
  "type": "commonjs",
6
6
  "main": "./dist/index.js",
@@ -11,8 +11,7 @@
11
11
  "build:ui": "npm --prefix ui install && npm --prefix ui run build",
12
12
  "build": "pnpm clean && pnpm -C ../.. exec tsc -p packages/nest-auth/tsconfig.build.json && pnpm generate:swagger && pnpm build:ui",
13
13
  "format": "prettier --write \"src/**/*.ts\"",
14
- "lint": "eslint \"src/**/*.ts\" --fix",
15
- "prepublishOnly": "pnpm build"
14
+ "lint": "eslint \"src/**/*.ts\" --fix"
16
15
  },
17
16
  "files": [
18
17
  "dist",