document-drive 5.1.0-staging.0 → 5.1.0
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.1.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"sqlite3": "^5.1.7",
|
|
77
77
|
"uuid": "^11.0.5",
|
|
78
78
|
"zod": "^3.24.3",
|
|
79
|
-
"@powerhousedao/config": "5.1.0
|
|
80
|
-
"document-model": "5.1.0
|
|
79
|
+
"@powerhousedao/config": "5.1.0",
|
|
80
|
+
"document-model": "5.1.0"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@anatine/zod-mock": "^3.14.0",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"test:flaky": "vitest run --coverage test/flaky",
|
|
103
103
|
"test:watch": "vitest --coverage --exclude \"test/flaky/**\"",
|
|
104
104
|
"bench": "vitest bench",
|
|
105
|
-
"migrate": "prisma generate && prisma db push
|
|
105
|
+
"migrate": "prisma generate && prisma db push",
|
|
106
106
|
"copy-prisma": "copyfiles prisma/schema.prisma dist/ && copyfiles 'src/storage/prisma/client/**/*' dist/",
|
|
107
107
|
"prisma-generate": "prisma generate --no-hints && npm run copy-prisma"
|
|
108
108
|
}
|