@malloydata/malloy-tests 0.0.102-dev231114174821 → 0.0.102-dev231114180859

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.
@@ -347,7 +347,7 @@ runtimes.runtimeMap.forEach((runtime, databaseName) => {
347
347
  view: v is { group_by: n } + metrics
348
348
  view: v2 is v
349
349
  }
350
- run: x -> v
350
+ run: x -> v2
351
351
  `).malloyResultMatches(runtime, { n: 1, c: 1 });
352
352
  });
353
353
  it(`aggregate copy bug with only old refinement - ${databaseName}`, async () => {
package/package.json CHANGED
@@ -18,11 +18,11 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@jest/globals": "^29.4.3",
21
- "@malloydata/db-bigquery": "^0.0.102-dev231114174821",
22
- "@malloydata/db-duckdb": "^0.0.102-dev231114174821",
23
- "@malloydata/db-postgres": "^0.0.102-dev231114174821",
24
- "@malloydata/malloy": "^0.0.102-dev231114174821",
25
- "@malloydata/render": "^0.0.102-dev231114174821",
21
+ "@malloydata/db-bigquery": "^0.0.102-dev231114180859",
22
+ "@malloydata/db-duckdb": "^0.0.102-dev231114180859",
23
+ "@malloydata/db-postgres": "^0.0.102-dev231114180859",
24
+ "@malloydata/malloy": "^0.0.102-dev231114180859",
25
+ "@malloydata/render": "^0.0.102-dev231114180859",
26
26
  "jsdom": "^22.1.0",
27
27
  "luxon": "^2.4.0",
28
28
  "madge": "^6.0.0"
@@ -31,5 +31,5 @@
31
31
  "@types/jsdom": "^21.1.1",
32
32
  "@types/luxon": "^2.4.0"
33
33
  },
34
- "version": "0.0.102-dev231114174821"
34
+ "version": "0.0.102-dev231114180859"
35
35
  }
@@ -350,7 +350,7 @@ runtimes.runtimeMap.forEach((runtime, databaseName) => {
350
350
  view: v is { group_by: n } + metrics
351
351
  view: v2 is v
352
352
  }
353
- run: x -> v
353
+ run: x -> v2
354
354
  `).malloyResultMatches(runtime, {n: 1, c: 1});
355
355
  });
356
356
  it(`aggregate copy bug with only old refinement - ${databaseName}`, async () => {