document-drive 5.1.0 → 5.2.0-staging.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "document-drive",
3
- "version": "5.1.0",
3
+ "version": "5.2.0-staging.1",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -75,9 +75,10 @@
75
75
  "sequelize": "^6.37.2",
76
76
  "sqlite3": "^5.1.7",
77
77
  "uuid": "^11.0.5",
78
- "zod": "^3.24.3",
79
- "@powerhousedao/config": "5.1.0",
80
- "document-model": "5.1.0"
78
+ "zocker": "^3.0.0",
79
+ "zod": "^4.1.13",
80
+ "@powerhousedao/config": "5.2.0-staging.1",
81
+ "document-model": "5.2.0-staging.1"
81
82
  },
82
83
  "devDependencies": {
83
84
  "@anatine/zod-mock": "^3.14.0",
@@ -102,7 +103,7 @@
102
103
  "test:flaky": "vitest run --coverage test/flaky",
103
104
  "test:watch": "vitest --coverage --exclude \"test/flaky/**\"",
104
105
  "bench": "vitest bench",
105
- "migrate": "prisma generate && prisma db push",
106
+ "migrate": "prisma generate && prisma db push --skip-generate",
106
107
  "copy-prisma": "copyfiles prisma/schema.prisma dist/ && copyfiles 'src/storage/prisma/client/**/*' dist/",
107
108
  "prisma-generate": "prisma generate --no-hints && npm run copy-prisma"
108
109
  }
@@ -218,7 +218,8 @@ const config = {
218
218
  "isCustomOutput": true
219
219
  },
220
220
  "relativeEnvPaths": {
221
- "rootEnvPath": null
221
+ "rootEnvPath": null,
222
+ "schemaEnvPath": "../../../../.env"
222
223
  },
223
224
  "relativePath": "../../../../prisma",
224
225
  "clientVersion": "5.17.0",
@@ -219,7 +219,8 @@ const config = {
219
219
  "isCustomOutput": true
220
220
  },
221
221
  "relativeEnvPaths": {
222
- "rootEnvPath": null
222
+ "rootEnvPath": null,
223
+ "schemaEnvPath": "../../../../.env"
223
224
  },
224
225
  "relativePath": "../../../../prisma",
225
226
  "clientVersion": "5.17.0",