@explorable-viz/fluid 0.7.16 → 0.7.17

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@explorable-viz/fluid",
3
- "version": "0.7.16",
3
+ "version": "0.7.17",
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": {
@@ -53,7 +53,6 @@
53
53
  "node": "^22.11.0",
54
54
  "node-process": "^1.0.1",
55
55
  "os": "^0.1.2",
56
- "purescript": "^0.15.10",
57
56
  "util": "^0.12.5"
58
57
  },
59
58
  "devDependencies": {
@@ -65,6 +64,7 @@
65
64
  "karma-mocha-reporter": "2.2.5",
66
65
  "mocha": "^10.0.0",
67
66
  "puppeteer": "^23.2.0",
67
+ "purescript": "^0.15.10",
68
68
  "purescript-language-server": "0.16.6",
69
69
  "purescript-psa": "0.8.2",
70
70
  "purs-backend-es": "1.4.2",