Skip to content

Commit ed0cf35

Browse files
committed
Remove AppManifestPlugin and DriverPlugin; migrate to runtime package
1 parent e4fd794 commit ed0cf35

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

packages/objectql/src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -406,5 +406,3 @@ export class ObjectQL implements IDataEngine {
406406
}
407407
}
408408
export * from './plugin';
409-
export * from './driver-plugin';
410-
export * from './app-manifest-plugin';
File renamed without changes.

packages/runtime/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ export { ObjectQL, SchemaRegistry } from '@objectstack/objectql';
55
export { ObjectKernel } from '@objectstack/core';
66

77
// Export Plugins
8-
export { ObjectQLPlugin, DriverPlugin, AppManifestPlugin } from '@objectstack/objectql';
8+
export { ObjectQLPlugin } from '@objectstack/objectql';
9+
export { DriverPlugin } from './driver-plugin';
10+
export { AppManifestPlugin } from './app-manifest-plugin';
911

1012
// Export Types
1113
export * from '@objectstack/core';

0 commit comments

Comments
 (0)