gl-draw 0.2.4 → 0.2.7

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,11 +1,12 @@
1
1
  {
2
2
  "name": "gl-draw",
3
- "version": "0.2.4",
3
+ "version": "0.2.7",
4
4
  "author": "gitplus <hstits@gmail.com>",
5
5
  "scripts": {
6
6
  "start": "PORT=3002 bundler-dev",
7
- "build": "BUILD_LIBRARY=true bundler && yarn build:module && yarn tsc",
7
+ "build": "BUILD_LIBRARY=true bundler && yarn build:module && yarn build:worker && yarn tsc",
8
8
  "build:module": "EMPTY_DIR=false BUILD_LIBRARY=true ES_MODULES=true bundler",
9
+ "build:worker": "EMPTY_DIR=false BUILD_LIBRARY=true BUILD_WORKER=true bundler",
9
10
  "tsc": "tsc -p tsconfig.prod.json && tsc-alias -p tsconfig.prod.json && copyfiles -u 2 \"src/vis/**/*.d.ts\" dist && copyfiles -u 2 \"src/vis/geojson/*.json\" dist"
10
11
  },
11
12
  "main": "dist/index.js",
@@ -68,7 +69,7 @@
68
69
  "tsc-alias": "^1.6.11",
69
70
  "vue": "^3.2.31",
70
71
  "vue-auto-routing": "^1.0.1",
71
- "vue-bundler": "^0.1.40",
72
+ "vue-bundler": "^0.1.54",
72
73
  "vue-router": "^4.0.14"
73
74
  },
74
75
  "dependencies": {