@malloydata/malloy-tests 0.0.225-dev250111002123 → 0.0.225-dev250113200903

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/package.json CHANGED
@@ -21,13 +21,13 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@jest/globals": "^29.4.3",
24
- "@malloydata/db-bigquery": "^0.0.225-dev250111002123",
25
- "@malloydata/db-duckdb": "^0.0.225-dev250111002123",
26
- "@malloydata/db-postgres": "^0.0.225-dev250111002123",
27
- "@malloydata/db-snowflake": "^0.0.225-dev250111002123",
28
- "@malloydata/db-trino": "^0.0.225-dev250111002123",
29
- "@malloydata/malloy": "^0.0.225-dev250111002123",
30
- "@malloydata/render": "^0.0.225-dev250111002123",
24
+ "@malloydata/db-bigquery": "^0.0.225-dev250113200903",
25
+ "@malloydata/db-duckdb": "^0.0.225-dev250113200903",
26
+ "@malloydata/db-postgres": "^0.0.225-dev250113200903",
27
+ "@malloydata/db-snowflake": "^0.0.225-dev250113200903",
28
+ "@malloydata/db-trino": "^0.0.225-dev250113200903",
29
+ "@malloydata/malloy": "^0.0.225-dev250113200903",
30
+ "@malloydata/render": "^0.0.225-dev250113200903",
31
31
  "events": "^3.3.0",
32
32
  "jsdom": "^22.1.0",
33
33
  "luxon": "^2.4.0",
@@ -37,5 +37,5 @@
37
37
  "@types/jsdom": "^21.1.1",
38
38
  "@types/luxon": "^2.4.0"
39
39
  },
40
- "version": "0.0.225-dev250111002123"
40
+ "version": "0.0.225-dev250113200903"
41
41
  }
@@ -266,6 +266,8 @@ describe('BigQuery hand-built expression test', () => {
266
266
  contents: {
267
267
  aircraft: aircraftHandBase,
268
268
  },
269
+ queryList: [],
270
+ dependencies: {},
269
271
  };
270
272
 
271
273
  // BigQuery tests only on the Hand Coded models.
@@ -719,6 +721,8 @@ describe('BigQuery hand-built expression test', () => {
719
721
  contents: {
720
722
  model_aircraft: joinModelAircraftHandStructDef,
721
723
  },
724
+ queryList: [],
725
+ dependencies: {},
722
726
  };
723
727
 
724
728
  const handJoinModel = bqRuntime._loadModelFromModelDef(joinModel);
@@ -893,6 +893,8 @@ export const testModel: ModelDef = {
893
893
  'medicare_state_facts',
894
894
  // "aircraft",
895
895
  ],
896
+ queryList: [],
897
+ dependencies: {},
896
898
  contents: {
897
899
  flights: FLIGHTS_EXPLORE,
898
900
  table_airports: tableAirports,