cloudisk 1.0.0 → 1.0.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cloudisk",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Samba 文件共享管理平台",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -12,7 +12,7 @@
12
12
  "build:backend": "tsc",
13
13
  "build": "npm run build:frontend && npm run build:backend",
14
14
  "start": "node dist/index.js",
15
- "postinstall": "prisma generate",
15
+ "postinstall": "npx prisma generate",
16
16
  "test": "vitest",
17
17
  "db:migrate": "prisma migrate dev",
18
18
  "db:generate": "prisma generate"
@@ -43,6 +43,7 @@
43
43
  "jsonwebtoken": "^9.0.3",
44
44
  "pino": "^10.3.1",
45
45
  "pino-pretty": "^13.1.3",
46
+ "prisma": "^6.19.3",
46
47
  "proper-lockfile": "^4.1.2",
47
48
  "swagger-jsdoc": "^6.2.8",
48
49
  "swagger-ui-express": "^5.0.1",
@@ -55,7 +56,6 @@
55
56
  "@types/proper-lockfile": "^4.1.4",
56
57
  "@types/swagger-jsdoc": "^6.0.4",
57
58
  "@types/swagger-ui-express": "^4.1.8",
58
- "prisma": "^6.19.3",
59
59
  "tsx": "^4.21.0",
60
60
  "typescript": "^6.0.3",
61
61
  "vitest": "^4.1.5"