document-drive 5.1.0-dev.21 → 5.1.0-dev.23

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-dev.21",
3
+ "version": "5.1.0-dev.23",
4
4
  "license": "AGPL-3.0-only",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -77,8 +77,8 @@
77
77
  "uuid": "^11.0.5",
78
78
  "zocker": "^3.0.0",
79
79
  "zod": "^4.1.13",
80
- "@powerhousedao/config": "5.1.0-dev.21",
81
- "document-model": "5.1.0-dev.21"
80
+ "@powerhousedao/config": "5.1.0-dev.23",
81
+ "document-model": "5.1.0-dev.23"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@anatine/zod-mock": "^3.14.0",
@@ -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",