@malloydata/malloy-tests 0.0.285 → 0.0.287

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,14 +21,14 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@jest/globals": "^29.4.3",
24
- "@malloydata/db-bigquery": "0.0.285",
25
- "@malloydata/db-duckdb": "0.0.285",
26
- "@malloydata/db-postgres": "0.0.285",
27
- "@malloydata/db-snowflake": "0.0.285",
28
- "@malloydata/db-trino": "0.0.285",
29
- "@malloydata/malloy": "0.0.285",
30
- "@malloydata/malloy-tag": "0.0.285",
31
- "@malloydata/render": "0.0.285",
24
+ "@malloydata/db-bigquery": "0.0.287",
25
+ "@malloydata/db-duckdb": "0.0.287",
26
+ "@malloydata/db-postgres": "0.0.287",
27
+ "@malloydata/db-snowflake": "0.0.287",
28
+ "@malloydata/db-trino": "0.0.287",
29
+ "@malloydata/malloy": "0.0.287",
30
+ "@malloydata/malloy-tag": "0.0.287",
31
+ "@malloydata/render": "0.0.287",
32
32
  "events": "^3.3.0",
33
33
  "jsdom": "^22.1.0",
34
34
  "luxon": "^2.4.0",
@@ -38,5 +38,5 @@
38
38
  "@types/jsdom": "^21.1.1",
39
39
  "@types/luxon": "^2.4.0"
40
40
  },
41
- "version": "0.0.285"
41
+ "version": "0.0.287"
42
42
  }
@@ -13,7 +13,7 @@ const duckdb = runtimeFor('duckdb');
13
13
 
14
14
  describe('drill query', () => {
15
15
  const model = `
16
- ##! experimental { drill parameters }
16
+ ##! experimental { parameters }
17
17
  source: carriers is duckdb.table('test/data/duckdb/carriers.parquet') extend {
18
18
  primary_key: code
19
19
  measure: carrier_count is count()