@malloydata/render 0.0.27 → 0.0.28-dev230314211807

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.
@@ -81,8 +81,6 @@ class HTMLChartRenderer {
81
81
  const spec = this.getVegaLiteSpec(table);
82
82
  const vegaspec = lite.compile(spec, {
83
83
  logger: {
84
- // eslint-disable-next-line @typescript-eslint/ban-ts-comment
85
- // @ts-ignore
86
84
  level(newLevel) {
87
85
  if (newLevel !== undefined) {
88
86
  return this;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@malloydata/render",
3
- "version": "0.0.27",
3
+ "version": "0.0.28-dev230314211807",
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.27",
21
+ "@malloydata/malloy": "^0.0.28-dev230314211807",
22
22
  "lodash": "^4.17.20",
23
23
  "us-atlas": "^3.0.0",
24
24
  "vega": "^5.21.0",