@malloydata/malloy 0.0.101-dev231114015212 → 0.0.101

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.
@@ -648,6 +648,7 @@ export type MalloyQueryData = {
648
648
  rows: QueryDataRow[];
649
649
  totalRows: number;
650
650
  runStats?: QueryRunStats;
651
+ profilingUrl?: string;
651
652
  };
652
653
  export interface DrillSource {
653
654
  sourceExplore: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.101-dev231114015212",
3
+ "version": "0.0.101",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",