document-drive 6.0.0-dev.2 → 6.0.0-dev.20
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": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.20",
|
|
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.3.5",
|
|
80
|
-
"document-model": "6.0.0-dev.
|
|
81
|
-
"@powerhousedao/config": "6.0.0-dev.
|
|
80
|
+
"document-model": "6.0.0-dev.20",
|
|
81
|
+
"@powerhousedao/config": "6.0.0-dev.20"
|
|
82
82
|
},
|
|
83
83
|
"devDependencies": {
|
|
84
84
|
"@anatine/zod-mock": "^3.14.0",
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
"lint": "eslint",
|
|
100
100
|
"build": "pnpm run copy-prisma",
|
|
101
101
|
"release": "semantic-release",
|
|
102
|
-
"test": "vitest run --coverage --exclude \"test/flaky/**\"",
|
|
102
|
+
"test:legacy": "vitest run --coverage --exclude \"test/flaky/**\"",
|
|
103
103
|
"test:flaky": "vitest run --coverage test/flaky",
|
|
104
104
|
"test:watch": "vitest --coverage --exclude \"test/flaky/**\"",
|
|
105
105
|
"bench": "vitest bench",
|