@malloydata/malloy 0.0.22-dev230119193053 → 0.0.22-dev230125205605

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.
@@ -1027,8 +1027,8 @@ class JoinInstance {
1027
1027
  // convert the filter list into a list of boolean fields so we can
1028
1028
  // generate dependancies and code for them.
1029
1029
  if (this.queryStruct.fieldDef.filterList) {
1030
+ this.joinFilterConditions = [];
1030
1031
  for (const filter of this.queryStruct.fieldDef.filterList) {
1031
- this.joinFilterConditions = [];
1032
1032
  const qf = new QueryFieldBoolean({
1033
1033
  type: "boolean",
1034
1034
  name: "ignoreme",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/malloy",
3
- "version": "0.0.22-dev230119193053",
3
+ "version": "0.0.22-dev230125205605",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",