@explorable-viz/fluid 0.7.28 → 0.7.30

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.
@@ -28451,8 +28451,7 @@ var copyFiles = (website) => (b) => exec2(b ? "./node_modules/@explorable-viz/fl
28451
28451
  });
28452
28452
  var dispatchCommand = (v) => {
28453
28453
  if (v.tag === "Evaluate") {
28454
- return _map((v$1) => {
28455
- })(output(v._1));
28454
+ return _bind(output(v._1))((out) => _liftEffect(log(intercalate4("\n")(removeDocWS(prettyVal(highlightableUnit).pretty(out)).lines))));
28456
28455
  }
28457
28456
  if (v.tag === "Publish") {
28458
28457
  return _bind(_liftEffect(copyFiles(v._1)(v._2)))(() => _liftEffect(log("Published")));
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.28",
3
+ "version": "0.7.30",
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": {
@@ -80,6 +80,7 @@ cp $DIST/fluid/load-fig.js dist/$WEBSITE_LISP_CASE/shared/load-fig.js
80
80
  cp -r $DIST/fluid/font dist/$WEBSITE_LISP_CASE/font
81
81
  cp -r $DIST/fluid/css dist/$WEBSITE_LISP_CASE/css
82
82
  cp $DIST/fluid/favicon.ico dist/$WEBSITE_LISP_CASE/favicon.ico
83
+ cp -r $DIST/fluid/image dist/$WEBSITE_LISP_CASE/image
83
84
 
84
85
  echo "Processing static files:"
85
86