@malloydata/render 0.0.59-dev230718005248 → 0.0.59-dev230718172539

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.
@@ -256,7 +256,7 @@ class HTMLTableRenderer extends container_1.ContainerRenderer {
256
256
  throw new Error(`Could not pivot ${table.field.name}`);
257
257
  }
258
258
  let dimensions = undefined;
259
- const userSpecifiedDimensions = (0, utils_1.parseCommaSeparatedParameterTagValue)(this.tags, 'pivotDimensions');
259
+ const userSpecifiedDimensions = (0, utils_1.parseCommaSeparatedParameterTagValue)(this.tags, 'pivot_dimensions');
260
260
  if (userSpecifiedDimensions) {
261
261
  dimensions = table.field.allFields.filter(f => userSpecifiedDimensions.indexOf(f.name) >= 0);
262
262
  if (dimensions.length !== userSpecifiedDimensions.length) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/render",
3
- "version": "0.0.59-dev230718005248",
3
+ "version": "0.0.59-dev230718172539",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  "prepublishOnly": "npm run build"
19
19
  },
20
20
  "dependencies": {
21
- "@malloydata/malloy": "^0.0.59-dev230718005248",
21
+ "@malloydata/malloy": "^0.0.59-dev230718172539",
22
22
  "@types/luxon": "^2.4.0",
23
23
  "lodash": "^4.17.20",
24
24
  "luxon": "^2.4.0",