@explorable-viz/fluid 0.7.69 → 0.7.70
Sign up to get free protection for your applications and to get access to all the features.
@@ -28462,7 +28462,7 @@ var copyOptions = {
|
|
28462
28462
|
encoding: Nothing,
|
28463
28463
|
shell: Nothing
|
28464
28464
|
};
|
28465
|
-
var publish = (website) => (
|
28465
|
+
var publish = (website) => (library) => exec2(library ? "./node_modules/@explorable-viz/fluidscript/bundle-website.sh -w " + website : "./script/bundle-website.sh -w " + website)(copyOptions)((v) => {
|
28466
28466
|
if (v.error.tag === "Just") {
|
28467
28467
|
return log(showErrorImpl(v.error._1));
|
28468
28468
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@explorable-viz/fluid",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.70",
|
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": {
|