Skip to content

Commit 9f5fcda

Browse files
Copilothotlong
andcommitted
Remove non-existent @objectstack/objectql dependency
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 9760ae1 commit 9f5fcda

4 files changed

Lines changed: 2 additions & 19 deletions

File tree

packages/foundation/core/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@objectql/core",
33
"version": "4.0.0",
4-
"description": "Universal runtime engine for ObjectQL - AI-native metadata-driven ORM with validation, repository pattern, and driver orchestration",
4+
"description": "ObjectQL query plugin for @objectstack/runtime - AI-native query compiler with validation, repository pattern, and driver orchestration",
55
"keywords": [
66
"objectql",
77
"orm",
@@ -25,7 +25,6 @@
2525
"@objectql/types": "workspace:*",
2626
"@objectstack/spec": "workspace:*",
2727
"@objectstack/runtime": "workspace:*",
28-
"@objectstack/objectql": "^0.2.0",
2928
"js-yaml": "^4.1.0",
3029
"openai": "^4.28.0"
3130
},

packages/foundation/core/src/index.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88

99
// Re-export types from @objectstack packages for API compatibility
1010
export type { ObjectStackKernel, ObjectStackRuntimeProtocol } from '@objectstack/runtime';
11-
// Note: @objectstack/objectql types temporarily commented out due to type incompatibilities
12-
// in the published package. Will be re-enabled when package is updated.
13-
// export type { ObjectQL as ObjectQLEngine, SchemaRegistry } from '@objectstack/objectql';
1411

1512
// Export ObjectStack spec types for driver development
1613
export type { DriverInterface, DriverOptions, QueryAST } from '@objectstack/spec';

packages/foundation/core/tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
"include": ["src/**/*"],
88
"exclude": [
99
"node_modules",
10-
"dist",
11-
// Exclude external @objectstack/objectql package that has type incompatibilities
12-
// with our stub packages during migration phase
13-
"../../../node_modules/@objectstack+objectql"
10+
"dist"
1411
],
1512
"references": [
1613
{ "path": "../../objectstack/spec" },

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)