You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Fixed
11
11
12
-
-**`apps/demo`** — added missing`@objectstack/spec` devDependency. The Vercel serverless function failed at runtime with `ERR_MODULE_NOT_FOUND` because `@objectstack/core` could not resolve its `@objectstack/spec` dependency after pnpm symlinks were dereferenced by `patch-symlinks.cjs`. Adding the explicit dependency ensures the package is present in the bundled `node_modules/`.
12
+
-**`apps/demo`** — added explicit`@objectstack/spec` devDependency. The Vercel serverless function failed at runtime with `ERR_MODULE_NOT_FOUND` because `@objectstack/core` could not resolve its transitive `@objectstack/spec` dependency after pnpm symlinks were dereferenced by `patch-symlinks.cjs`. Adding the explicit dependency ensures the package is present at the top level of `node_modules/` for Vercel bundling.
13
13
-**`@objectql/types`** — moved `@objectstack/spec` and `zod` from `devDependencies` to `dependencies`. The compiled JS output contains runtime imports of `@objectstack/spec` (via `z.infer<typeof Data.X>` patterns), so they must be declared as production dependencies.
0 commit comments