Skip to content

Commit

Permalink
Enhancing Graph Traversal in getNestedTableSchema with Depth-Limit (#…
Browse files Browse the repository at this point in the history
…67)

* feat: adding support for depth in next possible nodes util

* removing console logs:

* lint fix
  • Loading branch information
Prabhat0602-source authored Feb 25, 2024
1 parent e6ee08d commit d88b703
Show file tree
Hide file tree
Showing 4 changed files with 1,001 additions and 189 deletions.
2 changes: 1 addition & 1 deletion meerkat-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devrev/meerkat-core",
"version": "0.0.71",
"version": "0.0.72",
"dependencies": {
"@swc/helpers": "~0.5.0"
},
Expand Down
1 change: 1 addition & 0 deletions meerkat-core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export { FilterType } from './types/cube-types';
export * from './types/cube-types/index';
export * from './types/duckdb-serialization-types/index';
export { BASE_TABLE_NAME } from './utils/base-ast';
export * from './utils/get-possible-nodes';
export { meerkatPlaceholderReplacer } from './utils/meerkat-placeholder-replacer';
export { memberKeyToSafeKey } from './utils/member-key-to-safe-key';
Loading

0 comments on commit d88b703

Please sign in to comment.