@explorable-viz/fluid 0.7.13 → 0.7.15

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
1
+ #!/usr/bin/env node
1
2
  // output-es/runtime.js
2
3
  function binding(init5) {
3
4
  let state = 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.13",
3
+ "version": "0.7.15",
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": {
@@ -73,7 +73,7 @@
73
73
  "typescript": "^5.5.3"
74
74
  },
75
75
  "bin": {
76
- "fluid": "./dist/fluid/fluid.mjs"
76
+ "fluid": "node /dist/fluid/fluid.mjs"
77
77
  },
78
78
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
79
79
  }