@hamelin.sh/compiler 0.5.3 → 0.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/iife.js +3 -4
- package/dist/main.d.ts +0 -1
- package/dist/main.js +3 -4
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -136,7 +136,6 @@ type QueryAggregation = {
|
|
|
136
136
|
declare const getAggregations: (query: string) => QueryAggregation[];
|
|
137
137
|
|
|
138
138
|
declare function getDatasetsFromQuery(hamelinInput: string): Promise<QueryDatasetsResult>;
|
|
139
|
-
declare function getDatasetsFromQuery(catalog: Catalog, hamelinInput: string): Promise<QueryDatasetsResult>;
|
|
140
139
|
|
|
141
140
|
declare function getFunctionDescriptions(): Promise<FunctionDescription[]>;
|
|
142
141
|
|