@explorable-viz/fluid 0.7.81 → 0.7.82

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.
@@ -28453,7 +28453,7 @@ var parseImports = /* @__PURE__ */ $Parser(
28453
28453
  );
28454
28454
  var evaluate = (v) => {
28455
28455
  const $0 = v._1.fileName;
28456
- const fluidSrcPaths = ["fluid", ...v._1.library ? ["node_modules/@explorable-viz/fluid/dist/fluid/fluid"] : []];
28456
+ const fluidSrcPaths = ["fluid", ...v._1.library ? ["", "node_modules/@explorable-viz/fluid/dist/fluid/fluid"] : []];
28457
28457
  return _bind(loadProgCxt3(fluidSrcPaths)(v._1.imports)(v._1.datasets))((progCxt) => _bind(prepConfig3(fluidSrcPaths)($0)(progCxt))((v1) => _bind(graphEval2(v1.gconfig)(v1.e))((v2) => _pure($Val(
28458
28458
  void 0,
28459
28459
  functorBaseVal.map((v$1) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.81",
3
+ "version": "0.7.82",
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": {
@@ -11,7 +11,6 @@ while getopts "w:r" opt; do
11
11
  done
12
12
 
13
13
  PREFIX_=${PREFIX:+$PREFIX/}
14
- PREFIX_2=${PREFIX:+$PREFIX/dist/fluid/}
15
14
  WEBSITE_LISP_CASE=$(. "${PREFIX_}script/util/lisp-case.sh" "$WEBSITE")
16
15
  echo "$WEBSITE -> $WEBSITE_LISP_CASE"
17
16
  echo "Cleaning dist/$WEBSITE_LISP_CASE"
@@ -50,7 +49,7 @@ for CHILD in "${TO_COPY[@]}"; do
50
49
  done
51
50
 
52
51
  echo "Processing Fluid source files:"
53
- cp -r "${PREFIX_2}fluid" dist/$WEBSITE_LISP_CASE
52
+ cp -r "${PREFIX_}dist/fluid/fluid" dist/$WEBSITE_LISP_CASE
54
53
  [ -d "website/$WEBSITE/fluid" ] && cp -r "website/$WEBSITE/fluid" dist/$WEBSITE_LISP_CASE
55
54
 
56
55
  echo "Processing shared JavaScript files:"