@malloydata/malloy 0.0.102-dev231114180859 → 0.0.102-dev231115025421

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/malloy.js CHANGED
@@ -263,6 +263,7 @@ class Malloy {
263
263
  result: result.rows,
264
264
  totalRows: result.totalRows,
265
265
  runStats: result.runStats,
266
+ profilingUrl: result.profilingUrl,
266
267
  }, preparedResult._modelDef);
267
268
  }
268
269
  else {
@@ -670,6 +670,7 @@ export interface QueryResult extends CompiledQuery {
670
670
  totalRows: number;
671
671
  error?: string;
672
672
  runStats?: QueryRunStats;
673
+ profilingUrl?: string;
673
674
  }
674
675
  export declare function isTurtleDef(def: FieldDef): def is TurtleDef;
675
676
  export declare function isAtomicField(def: FieldDef): def is FieldAtomicDef;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.102-dev231114180859",
3
+ "version": "0.0.102-dev231115025421",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",