Skip to content

Commit 40f3f2e

Browse files
Fix CI failures: uncomment evaluator exports and add missing dependency
Co-authored-by: xuyushun441-sys <255036401+xuyushun441-sys@users.noreply.github.com>
1 parent 6c179e3 commit 40f3f2e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

packages/core/src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ export * from './types';
99
export * from './registry/Registry';
1010
export * from './validation/schema-validator';
1111
export * from './builder/schema-builder';
12-
export * from './adapters';
1312
export * from './utils/filter-converter';
13+
export * from './evaluator';
14+
export * from './actions';
1415
// export * from './data-scope'; // TODO
15-
// export * from './evaluator'; // TODO
1616
// export * from './validators'; // TODO

packages/layout/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"dependencies": {
2020
"@object-ui/components": "workspace:*",
2121
"@object-ui/core": "workspace:*",
22+
"@object-ui/react": "workspace:*",
2223
"@object-ui/types": "workspace:*",
2324
"clsx": "^2.1.0",
2425
"lucide-react": "^0.563.0",

pnpm-lock.yaml

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)