@papaemmelab/isabl-web 0.3.7 → 0.3.9

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,13 +1,13 @@
1
1
  {
2
2
  "name": "@papaemmelab/isabl-web",
3
- "version": "0.3.7",
3
+ "version": "0.3.9",
4
4
  "scripts": {
5
5
  "serve": "vue-cli-service serve",
6
6
  "lint": "vue-cli-service lint",
7
7
  "build-lib": "vue-cli-service build --target lib --name isabl-web ./src/main.js",
8
8
  "build-wc": "vue-cli-service build --target wc --name isabl-web ./src/components/*.vue",
9
9
  "build-wc-async": "vue-cli-service build --target wc-async --name isabl-web ./src/components/*.vue",
10
- "publish-app": "yarn build-lib && yarn version --patch && yarn publish --access public",
10
+ "publish-app": "yarn version --patch && yarn build-lib && yarn publish --access public",
11
11
  "dev": "yarn build-lib --watch",
12
12
  "test:unit": "vue-cli-service test:unit",
13
13
  "test:e2e": "vue-cli-service test:e2e",
@@ -24,6 +24,7 @@
24
24
  "crossfilter2": "^1.4.7",
25
25
  "d3-tip": "^0.9.1",
26
26
  "dc": "3.1.2",
27
+ "detect-csv": "^1.1.0",
27
28
  "js-md5": "^0.7.3",
28
29
  "minify-css-string": "^1.0.0",
29
30
  "moment": "^2.22.2",