@malloydata/malloy-interfaces 0.0.243-dev250314155434 → 0.0.243-dev250314163430

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/index.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import * as Malloy from './types';
1
+ import type * as Malloy from './types';
2
2
  export * from './types';
3
3
  export { queryToMalloy } from './to_malloy';
4
4
  export { nestUnions } from './nest_unions';
@@ -1,4 +1,4 @@
1
- import * as Malloy from './types';
1
+ import type * as Malloy from './types';
2
2
  export declare function queryToMalloy(query: Malloy.Query, { tabWidth }?: {
3
3
  tabWidth: number;
4
4
  }): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy-interfaces",
3
- "version": "0.0.243-dev250314155434",
3
+ "version": "0.0.243-dev250314163430",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",