Skip to content

Commit d88b703

Browse files
Enhancing Graph Traversal in getNestedTableSchema with Depth-Limit (#67)
* feat: adding support for depth in next possible nodes util * removing console logs: * lint fix
1 parent e6ee08d commit d88b703

File tree

4 files changed

+1001
-189
lines changed

4 files changed

+1001
-189
lines changed

meerkat-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devrev/meerkat-core",
3-
"version": "0.0.71",
3+
"version": "0.0.72",
44
"dependencies": {
55
"@swc/helpers": "~0.5.0"
66
},

meerkat-core/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,6 @@ export { FilterType } from './types/cube-types';
1414
export * from './types/cube-types/index';
1515
export * from './types/duckdb-serialization-types/index';
1616
export { BASE_TABLE_NAME } from './utils/base-ast';
17+
export * from './utils/get-possible-nodes';
1718
export { meerkatPlaceholderReplacer } from './utils/meerkat-placeholder-replacer';
1819
export { memberKeyToSafeKey } from './utils/member-key-to-safe-key';

0 commit comments

Comments
 (0)