@antv/layout
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "@antv/layout", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "graph layout algorithm", | ||
@@ -8,5 +8,7 @@ "main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"unpkg": "dist/layout.min.js", | ||
"files": [ | ||
"es", | ||
"lib" | ||
"lib", | ||
"dist" | ||
], | ||
@@ -20,3 +22,3 @@ "keywords": [ | ||
"scripts": { | ||
"clean": "rimraf es lib", | ||
"clean": "rimraf es lib dist", | ||
"lint:es": "eslint --ext .js --fix", | ||
@@ -28,3 +30,3 @@ "lint:ts": "tslint -c tslint.json -p tsconfig.json --fix", | ||
"build:umd": "father build", | ||
"build": "yarn run build:cjs && yarn run build:esm", | ||
"build": "yarn run build:cjs && yarn run build:esm && yarn run dist", | ||
"build:watch": "yarn build:esm --w", | ||
@@ -35,3 +37,4 @@ "precommit": "lint-staged", | ||
"coverage": "jest --coverage", | ||
"test-live": "DEBUG_MODE=1 jest --watch __tests__" | ||
"test-live": "DEBUG_MODE=1 jest --watch __tests__", | ||
"dist": "webpack --config webpack.config.js --mode production" | ||
}, | ||
@@ -47,3 +50,3 @@ "lint-staged": { | ||
"dependencies": { | ||
"@antv/g-webgpu": "^0.5.1", | ||
"@antv/g-webgpu": "0.5.1", | ||
"d3-force": "^2.0.1", | ||
@@ -57,2 +60,3 @@ "dagre": "^0.8.5", | ||
"@babel/core": "*", | ||
"@babel/polyfill": "^7.12.1", | ||
"@babel/preset-env": "*", | ||
@@ -64,2 +68,3 @@ "@babel/preset-typescript": "*", | ||
"babel-jest": "*", | ||
"babel-loader": "^8.2.2", | ||
"eslint": "^7.11.0", | ||
@@ -76,2 +81,3 @@ "eslint-config-airbnb-base": "^14.0.0", | ||
"ts-jest": "^24.1.0", | ||
"ts-loader": "^8.0.17", | ||
"tslint": "^6.1.3", | ||
@@ -82,3 +88,6 @@ "tslint-config-airbnb": "^5.11.2", | ||
"typescript": "^4.0.3", | ||
"father": "^2.30.1" | ||
"webpack": "^5.23.0", | ||
"webpack-bundle-analyzer": "^4.4.0", | ||
"webpack-cli": "^4.5.0", | ||
"webpack-dev-server": "^3.11.2" | ||
}, | ||
@@ -85,0 +94,0 @@ "release-it": { |
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
4846075
228
17688
32
2
80
+ Added@antv/g-webgpu@0.5.1(transitive)
- Removed@antv/g-webgpu@0.5.6(transitive)
Updated@antv/g-webgpu@0.5.1