@malloydata/malloy-interfaces 0.0.116-dev231213173224 → 0.0.116-dev231225141229

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.
@@ -372,7 +372,6 @@ export interface TurtleSegment extends Filtered {
372
372
  name: string;
373
373
  }
374
374
  export interface Pipeline {
375
- pipeHead?: TurtleSegment;
376
375
  pipeline: PipeSegment[];
377
376
  }
378
377
  export interface Query extends Pipeline, Filtered, HasLocation {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy-interfaces",
3
- "version": "0.0.116-dev231213173224",
3
+ "version": "0.0.116-dev231225141229",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",