mirror of https://gitee.com/antv-l7/antv-l7
chore: update version 2.9.21 -> 2.9.22 (#1276)
* chore: update version 2.9.21 -> 2.9.22-alpha.0 * chore: publish * chore: update version beta - patch Co-authored-by: shihui <yiqianyao.yqy@alibaba-inc.com>
This commit is contained in:
parent
e77abaf8af
commit
b1526abc2f
|
@ -15,7 +15,7 @@
|
|||
"registry": "https://registry.npmjs.org"
|
||||
}
|
||||
},
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"npmClient": "yarn",
|
||||
"useWorkspaces": true,
|
||||
"publishConfig": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-component",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -25,8 +25,8 @@
|
|||
"author": "lzxue",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"eventemitter3": "^4.0.0",
|
||||
"inversify": "^5.0.1",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-core",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -24,10 +24,10 @@
|
|||
"author": "xiaoiver",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@turf/helpers": "^6.1.4",
|
||||
"@antv/async-hook": "^2.1.0",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@turf/helpers": "^6.1.4",
|
||||
"ajv": "^6.10.2",
|
||||
"element-resize-event": "^3.0.3",
|
||||
"eventemitter3": "^4.0.0",
|
||||
|
@ -45,8 +45,8 @@
|
|||
"@types/gl-matrix": "^2.4.5",
|
||||
"@types/hammerjs": "^2.0.36",
|
||||
"@types/lodash": "^4.14.138",
|
||||
"father-build": "^1.17.2",
|
||||
"@types/viewport-mercator-project": "^6.1.0"
|
||||
"@types/viewport-mercator-project": "^6.1.0",
|
||||
"father-build": "^1.17.2"
|
||||
},
|
||||
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -17,7 +17,7 @@
|
|||
"b": "father build",
|
||||
"tsc": "tsc --project tsconfig.build.json",
|
||||
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
||||
"build": "father build",
|
||||
"build": "father build",
|
||||
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
|
@ -26,13 +26,13 @@
|
|||
"author": "antv",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@antv/l7-component": "2.9.21",
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-layers": "2.9.21",
|
||||
"@antv/l7-maps": "2.9.21",
|
||||
"@antv/l7-scene": "2.9.21",
|
||||
"@antv/l7-source": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-component": "2.9.22",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-layers": "2.9.22",
|
||||
"@antv/l7-maps": "2.9.22",
|
||||
"@antv/l7-scene": "2.9.22",
|
||||
"@antv/l7-source": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7"
|
||||
},
|
||||
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
const version = '2.9.21';
|
||||
const version = '2.9.22';
|
||||
export { version };
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-layers",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "L7's collection of built-in layers",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -27,10 +27,10 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@antv/async-hook": "^2.1.0",
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-source": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-maps": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-maps": "2.9.22",
|
||||
"@antv/l7-source": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@mapbox/martini": "^0.2.0",
|
||||
"@turf/helpers": "^6.1.4",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-map",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "l7 map",
|
||||
"keywords": [],
|
||||
"author": "thinkinggis <lzx199065@gmail.com>",
|
||||
|
@ -32,20 +32,20 @@
|
|||
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"test": "umi-test --passWithNoTests",
|
||||
"test-live":"umi-test --watch"
|
||||
"test-live": "umi-test --watch"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/antvis/L7/issues"
|
||||
},
|
||||
"homepage": "https://github.com/antvis/L7#readme",
|
||||
"dependencies": {
|
||||
"gl-matrix": "^3.1.0",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@mapbox/point-geometry": "^0.1.0",
|
||||
"@mapbox/unitbezier": "^0.0.0",
|
||||
"eventemitter3": "^4.0.4",
|
||||
"gl-matrix": "^3.1.0",
|
||||
"lodash": "^4.17.15"
|
||||
},
|
||||
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-maps",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -27,9 +27,9 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@amap/amap-jsapi-loader": "^0.0.3",
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-map": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-map": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@types/amap-js-api": "^1.4.6",
|
||||
"@types/mapbox-gl": "^1.11.2",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-mini",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "A Large-scale WebGL-powered Geospatial Data Visualization",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -16,7 +16,7 @@
|
|||
"scripts": {
|
||||
"tsc": "tsc --project tsconfig.build.json",
|
||||
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
||||
"build": "father build",
|
||||
"build": "father build",
|
||||
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
|
@ -25,11 +25,11 @@
|
|||
"author": "antv",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-layers": "2.9.21",
|
||||
"@antv/l7-maps": "2.9.21",
|
||||
"@antv/l7-scene": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-layers": "2.9.22",
|
||||
"@antv/l7-maps": "2.9.22",
|
||||
"@antv/l7-scene": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7"
|
||||
},
|
||||
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-renderer",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -20,8 +20,7 @@
|
|||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"sync": "tnpm sync",
|
||||
"test": "umi-test --passWithNoTests",
|
||||
"test-live":"umi-test --watch"
|
||||
|
||||
"test-live": "umi-test --watch"
|
||||
},
|
||||
"author": "xiaoiver",
|
||||
"license": "ISC",
|
||||
|
@ -29,13 +28,13 @@
|
|||
"gl": "^4.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"gl": "^4.4.0",
|
||||
"inversify": "^5.0.1",
|
||||
"l7regl": "^0.0.20",
|
||||
"lodash": "^4.17.15",
|
||||
"gl": "^4.4.0",
|
||||
"reflect-metadata": "^0.1.13"
|
||||
},
|
||||
"gitHead": "684ba4eb806a798713496d3fc0b4d1e17517dc31",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-scene",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -14,7 +14,7 @@
|
|||
"scripts": {
|
||||
"tsc": "tsc --project tsconfig.build.json",
|
||||
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
||||
"build": "father build",
|
||||
"build": "father build",
|
||||
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
|
@ -23,12 +23,12 @@
|
|||
"author": "xiaoiver",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@antv/l7-component": "2.9.21",
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-layers": "2.9.21",
|
||||
"@antv/l7-maps": "2.9.21",
|
||||
"@antv/l7-renderer": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-component": "2.9.22",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-layers": "2.9.22",
|
||||
"@antv/l7-maps": "2.9.22",
|
||||
"@antv/l7-renderer": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"inversify": "^5.0.1",
|
||||
"mapbox-gl": "^1.2.1",
|
||||
|
|
|
@ -1,54 +1,54 @@
|
|||
{
|
||||
"private": true,
|
||||
"name": "@antv/l7-site",
|
||||
"version": "2.9.19",
|
||||
"description": "L7 sites deployed on gh-pages",
|
||||
"keywords": [
|
||||
"antv",
|
||||
"L7",
|
||||
"graph",
|
||||
"graph analysis",
|
||||
"graph editor",
|
||||
"graph visualization",
|
||||
"relational data",
|
||||
"site"
|
||||
],
|
||||
"homepage": "https://L7.antv.vision",
|
||||
"bugs": {
|
||||
"url": "https://github.com/antvis/L7/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antvis/L7"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "https://github.com/orgs/antvis/people",
|
||||
"scripts": {
|
||||
"site:build": "npm run site:clean && cross-env BABEL_ENV=site gatsby build --prefix-paths",
|
||||
"site:clean": "gatsby clean",
|
||||
"lint:fix": "prettier --write docs/api/**/*.md docs/api/*.md *.md",
|
||||
"site:develop": "cross-env BABEL_ENV=development gatsby develop --open",
|
||||
"site:deploy": "npm run site:build && gh-pages -d public",
|
||||
"start": "npm run site:develop",
|
||||
"site:publish": "gh-pages -d public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/l7": "^2.9.19",
|
||||
"@antv/gatsby-theme-antv": "1.1.15",
|
||||
"@antv/util": "^2.0.9",
|
||||
"@types/react": "^16.9.35",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"gatsby": "^2.24.40",
|
||||
"gh-pages": "^2.1.1",
|
||||
"monaco-editor": "0.29.1",
|
||||
"monaco-editor-webpack-plugin": "5.0.0",
|
||||
"react-i18next": "^11.1.0",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"typedoc": "^0.17.6",
|
||||
"typedoc-plugin-markdown": "^2.2.11",
|
||||
"typescript": "^4.6.3"
|
||||
}
|
||||
}
|
||||
"private": true,
|
||||
"name": "@antv/l7-site",
|
||||
"version": "2.9.22",
|
||||
"description": "L7 sites deployed on gh-pages",
|
||||
"keywords": [
|
||||
"antv",
|
||||
"L7",
|
||||
"graph",
|
||||
"graph analysis",
|
||||
"graph editor",
|
||||
"graph visualization",
|
||||
"relational data",
|
||||
"site"
|
||||
],
|
||||
"homepage": "https://L7.antv.vision",
|
||||
"bugs": {
|
||||
"url": "https://github.com/antvis/L7/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/antvis/L7"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "https://github.com/orgs/antvis/people",
|
||||
"scripts": {
|
||||
"site:build": "npm run site:clean && cross-env BABEL_ENV=site gatsby build --prefix-paths",
|
||||
"site:clean": "gatsby clean",
|
||||
"lint:fix": "prettier --write docs/api/**/*.md docs/api/*.md *.md",
|
||||
"site:develop": "cross-env BABEL_ENV=development gatsby develop --open",
|
||||
"site:deploy": "npm run site:build && gh-pages -d public",
|
||||
"start": "npm run site:develop",
|
||||
"site:publish": "gh-pages -d public"
|
||||
},
|
||||
"devDependencies": {
|
||||
"cross-env": "^7.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@antv/gatsby-theme-antv": "1.1.15",
|
||||
"@antv/l7": "2.9.22",
|
||||
"@antv/util": "^2.0.9",
|
||||
"@types/react": "^16.9.35",
|
||||
"@types/react-dom": "^16.9.8",
|
||||
"gatsby": "^2.24.40",
|
||||
"gh-pages": "^2.1.1",
|
||||
"monaco-editor": "0.29.1",
|
||||
"monaco-editor-webpack-plugin": "5.0.0",
|
||||
"react-i18next": "^11.1.0",
|
||||
"react-monaco-editor": "0.40.0",
|
||||
"typedoc": "^0.17.6",
|
||||
"typedoc-plugin-markdown": "^2.2.11",
|
||||
"typescript": "^4.6.3"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-source",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -25,8 +25,8 @@
|
|||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@antv/async-hook": "^2.1.0",
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-utils": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-utils": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"@mapbox/geojson-rewind": "^0.5.2",
|
||||
"@mapbox/vector-tile": "^1.3.1",
|
||||
|
@ -48,7 +48,6 @@
|
|||
"@types/lodash": "^4.14.138",
|
||||
"@types/mapbox__vector-tile": "^1.3.0",
|
||||
"@types/pbf": "^3.0.2"
|
||||
|
||||
},
|
||||
"gitHead": "f63aea6c9140aac41f1e842fd7fef34502bfeec5",
|
||||
"publishConfig": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-three",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "three for L7 ",
|
||||
"keywords": [
|
||||
"3D",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"scripts": {
|
||||
"tsc": "tsc --project tsconfig.build.json",
|
||||
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
||||
"build": "father build",
|
||||
"build": "father build",
|
||||
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
|
@ -44,9 +44,9 @@
|
|||
},
|
||||
"homepage": "https://github.com/antvis/L7#readme",
|
||||
"dependencies": {
|
||||
"@antv/l7-core": "2.9.21",
|
||||
"@antv/l7-layers": "2.9.21",
|
||||
"@antv/l7-scene": "2.9.21",
|
||||
"@antv/l7-core": "2.9.22",
|
||||
"@antv/l7-layers": "2.9.22",
|
||||
"@antv/l7-scene": "2.9.22",
|
||||
"@babel/runtime": "^7.7.7",
|
||||
"inversify": "^5.0.1",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antv/l7-utils",
|
||||
"version": "2.9.21",
|
||||
"version": "2.9.22",
|
||||
"description": "",
|
||||
"main": "lib/index.js",
|
||||
"module": "es/index.js",
|
||||
|
@ -15,7 +15,7 @@
|
|||
"scripts": {
|
||||
"tsc": "tsc --project tsconfig.build.json",
|
||||
"clean": "rimraf dist; rimraf es; rimraf lib;",
|
||||
"build": "father build",
|
||||
"build": "father build",
|
||||
"build:cjs": "BABEL_ENV=cjs babel src --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"build:esm": "BABEL_ENV=esm babel src --root-mode upward --out-dir es --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
"watch": "BABEL_ENV=cjs babel src --watch --root-mode upward --out-dir lib --source-maps --extensions .ts,.tsx --delete-dir-on-start --no-comments",
|
||||
|
@ -27,12 +27,11 @@
|
|||
"@babel/runtime": "^7.7.7",
|
||||
"@turf/bbox-polygon": "^6.5.0",
|
||||
"@turf/helpers": "^6.1.4",
|
||||
"eventemitter3": "^4.0.0",
|
||||
"d3-color": "^1.4.0",
|
||||
"web-worker-helper":"^0.0.3",
|
||||
"earcut":"^2.1.0",
|
||||
"gl-matrix": "^3.1.0"
|
||||
|
||||
"earcut": "^2.1.0",
|
||||
"eventemitter3": "^4.0.0",
|
||||
"gl-matrix": "^3.1.0",
|
||||
"web-worker-helper": "^0.0.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/d3-color": "^1.2.2",
|
||||
|
|
Loading…
Reference in New Issue