@powerhousedao/reactor 5.0.12 → 5.1.0-dev.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 +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/reactor",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.1.0-dev.1",
|
|
4
4
|
"description": "",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/powerhouse-inc/powerhouse",
|
|
@@ -28,13 +28,13 @@
|
|
|
28
28
|
"kysely": "^0.28.2",
|
|
29
29
|
"kysely-pglite": "^0.6.1",
|
|
30
30
|
"uuid": "^11.0.5",
|
|
31
|
-
"document-drive": "5.0.
|
|
32
|
-
"document-model": "5.0.
|
|
31
|
+
"document-drive": "5.1.0-dev.1",
|
|
32
|
+
"document-model": "5.1.0-dev.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
35
|
"@vitest/coverage-v8": "^3.2.4",
|
|
36
|
-
"tsx": "^4.19.2",
|
|
37
36
|
"tinybench": "^2.9.0",
|
|
37
|
+
"tsx": "^4.19.2",
|
|
38
38
|
"typescript": "^5.7.3",
|
|
39
39
|
"vitest": "^3.2.4"
|
|
40
40
|
},
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"test:watch": "vitest --coverage",
|
|
47
47
|
"lint": "eslint",
|
|
48
48
|
"bench": "vitest bench --run",
|
|
49
|
+
"bench:sync": "node --import tsx bench/two-reactor-sync.bench.ts",
|
|
49
50
|
"clean": "rimraf dist",
|
|
50
51
|
"clean:node_modules": "rimraf node_modules",
|
|
51
52
|
"claude": "pnpm build && pnpm test && npx prettier --write \"**/*.ts\" && pnpm lint",
|