@explorable-viz/fluid 0.7.20 → 0.7.21
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/fluid/fluid.mjs +1 -1
- package/package.json +1 -1
package/dist/fluid/fluid.mjs
CHANGED
@@ -28400,7 +28400,7 @@ var copyOptions = {
|
|
28400
28400
|
encoding: Nothing,
|
28401
28401
|
shell: Nothing
|
28402
28402
|
};
|
28403
|
-
var copyFiles = (website) => exec2("
|
28403
|
+
var copyFiles = (website) => exec2("./script/bundle-website.sh" + website)(copyOptions)((v) => {
|
28404
28404
|
if (v.error.tag === "Just") {
|
28405
28405
|
return log(showErrorImpl(v.error._1));
|
28406
28406
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@explorable-viz/fluid",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.21",
|
4
4
|
"description": "Fluid is an experimental programming language which integrates a bidirectional dynamic analysis to connect outputs to data sources in a fine-grained way. Fluid is implemented in PureScript and runs in the browser.",
|
5
5
|
"main": "index.js",
|
6
6
|
"repository": {
|