@explorable-viz/fluid 0.7.52 → 0.7.54

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.52",
3
+ "version": "0.7.54",
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": {
@@ -48,6 +48,6 @@ done
48
48
 
49
49
  echo "Processing shared js files:"
50
50
  cp "${PREFIX:+$PREFIX/}dist/fluid/load-figure.js" dist/$WEBSITE_LISP_CASE/shared
51
- cp "${PREFIX:+$PREFIX/}dist/fluid/webtest-lib.mjs" dist/$WEBSITE_LISP_CASE/shared
51
+ cp "${PREFIX:+$PREFIX/}dist/fluid/webtest-lib.js" dist/$WEBSITE_LISP_CASE/shared
52
52
  cp -r fluid dist/$WEBSITE_LISP_CASE
53
53
  echo "Bundled website $WEBSITE"