@malloydata/render 0.0.24-dev230217181159 → 0.0.24-dev230217181455
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/utils.js +1 -1
- package/package.json +2 -2
package/dist/html/utils.js
CHANGED
|
@@ -135,7 +135,7 @@ exports.timeToString = timeToString;
|
|
|
135
135
|
/**
|
|
136
136
|
* Use this function to break up expensive computation over multiple tasks.
|
|
137
137
|
*
|
|
138
|
-
* @
|
|
138
|
+
* @return A promise, which when awaited, puts subsequent code in a separate task.
|
|
139
139
|
*
|
|
140
140
|
* This is useful for cases when expensive code needs to run "concurrently" with a
|
|
141
141
|
* rendering / UI task. Sprinkling in `yieldTask`s into a long task allows other
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloydata/render",
|
|
3
|
-
"version": "0.0.24-
|
|
3
|
+
"version": "0.0.24-dev230217181455",
|
|
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.24-
|
|
21
|
+
"@malloydata/malloy": "^0.0.24-dev230217181455",
|
|
22
22
|
"us-atlas": "^3.0.0",
|
|
23
23
|
"vega": "^5.21.0",
|
|
24
24
|
"vega-lite": "^5.2.0"
|