@explorable-viz/fluid 0.7.36 → 0.7.38

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,7 +16,7 @@ const server = app.listen(8080, function() {
16
16
  try {
17
17
  const module = process.argv[2]
18
18
  console.log('Loading Puppeteer test module:', module);
19
- import(module).then(({ main }) => {
19
+ import( module ).then(({ main }) => {
20
20
  main().then(serverDown);
21
21
  }).catch(err => {
22
22
  console.error("Failed to load PureScript output:", err);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.36",
3
+ "version": "0.7.38",
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": {