@explorable-viz/fluid 0.7.54 → 0.7.56
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
- package/script/bundle-website.sh +1 -2
- /package/dist/fluid/{fluid.mjs → shared/fluid.mjs} +0 -0
- /package/dist/fluid/{load-figure.js → shared/load-figure.js} +0 -0
- /package/dist/fluid/{website-test.js → shared/website-test.js} +0 -0
- /package/dist/fluid/{webtest-lib.js → shared/webtest-lib.js} +0 -0
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@explorable-viz/fluid",
|
3
|
-
"version": "0.7.
|
3
|
+
"version": "0.7.56",
|
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": {
|
@@ -78,8 +78,8 @@
|
|
78
78
|
"typescript": "^5.5.3"
|
79
79
|
},
|
80
80
|
"bin": {
|
81
|
-
"fluid": "./dist/fluid/fluid.mjs",
|
82
|
-
"website-test": "./dist/fluid/website-test.js"
|
81
|
+
"fluid": "./dist/fluid/shared/fluid.mjs",
|
82
|
+
"website-test": "./dist/fluid/shared/website-test.js"
|
83
83
|
},
|
84
84
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
85
85
|
}
|
package/script/bundle-website.sh
CHANGED
@@ -47,7 +47,6 @@ for CHILD in "${TO_COPY[@]}"; do
|
|
47
47
|
done
|
48
48
|
|
49
49
|
echo "Processing shared js files:"
|
50
|
-
cp "${PREFIX:+$PREFIX/}dist/fluid/
|
51
|
-
cp "${PREFIX:+$PREFIX/}dist/fluid/webtest-lib.js" dist/$WEBSITE_LISP_CASE/shared
|
50
|
+
cp -r "${PREFIX:+$PREFIX/}dist/fluid/shared" dist/$WEBSITE_LISP_CASE
|
52
51
|
cp -r fluid dist/$WEBSITE_LISP_CASE
|
53
52
|
echo "Bundled website $WEBSITE"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|