orez 0.11.1 → 0.11.2

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.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "orez",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "description": "PGlite-powered zero-sync development backend. No Docker required.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -69,7 +69,7 @@
69
69
  "lint": "oxlint --import-plugin --ignore-pattern sqlite-wasm/",
70
70
  "format": "oxfmt .",
71
71
  "format:check": "oxfmt --check .",
72
- "check": "bun run --cwd packages/sync-executor typecheck && bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host typecheck && bun run --cwd packages/orez-lite build:runtime && tsc --noEmit && bun run --cwd packages/orez-lite typecheck && bun run --cwd packages/sync-browser-host typecheck && bun run --cwd packages/drizzle-zero-sqlite typecheck",
72
+ "check": "bun scripts/check-workspace-cycles.ts && bun run --cwd packages/sync-executor typecheck && bun run --cwd packages/sync-executor build && bun run --cwd packages/sync-cf-host typecheck && bun run --cwd packages/orez-lite build:runtime && tsc --noEmit && bun run --cwd packages/orez-lite typecheck && bun run --cwd packages/sync-browser-host typecheck && bun run --cwd packages/drizzle-zero-sqlite typecheck",
73
73
  "demo:test": "bun demo/src/test/run-e2e.ts",
74
74
  "check:all": "bun run lint && bun run format:check && bun run check && bun run test",
75
75
  "test:chat": "bun scripts/test-chat-integration.ts",
@@ -92,7 +92,7 @@
92
92
  "dependencies": {
93
93
  "@electric-sql/pglite": "0.4.1",
94
94
  "@electric-sql/pglite-tools": "^0.3.1",
95
- "bedrock-sqlite": "0.11.1",
95
+ "bedrock-sqlite": "0.11.2",
96
96
  "citty": "^0.2.0",
97
97
  "pg-gateway": "0.3.0-beta.4",
98
98
  "pgsql-parser": "^17.9.11",
@@ -119,8 +119,8 @@
119
119
  "embedded-postgres": "17.10.0-beta.17",
120
120
  "oxfmt": "latest",
121
121
  "oxlint": "latest",
122
- "orez-lite": "0.11.1",
123
- "orez-sync-executor": "0.11.1",
122
+ "orez-lite": "0.11.2",
123
+ "orez-sync-executor": "0.11.2",
124
124
  "pg": "8.22.0",
125
125
  "typescript": "^5.7.0",
126
126
  "vitest": "^3.0.0",