@malloydata/render 0.0.50-dev230626211343 → 0.0.50
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/dist/html/html_view.js +1 -0
- package/package.json +2 -2
package/dist/html/html_view.js
CHANGED
|
@@ -151,6 +151,7 @@ function getRendererOptions(field, dataStyles, tags) {
|
|
|
151
151
|
return updateOrCreateRenderer(suffix, label, suffixMap, renderer);
|
|
152
152
|
}
|
|
153
153
|
}
|
|
154
|
+
return renderer;
|
|
154
155
|
}
|
|
155
156
|
function updateOrCreateRenderer(rendererKey, label, rendererMap, renderer) {
|
|
156
157
|
var _a, _b, _c;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/render",
|
|
3
|
-
"version": "0.0.50
|
|
3
|
+
"version": "0.0.50",
|
|
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.50
|
|
21
|
+
"@malloydata/malloy": "^0.0.50",
|
|
22
22
|
"@types/luxon": "^2.4.0",
|
|
23
23
|
"lodash": "^4.17.20",
|
|
24
24
|
"luxon": "^2.4.0",
|