@antv/layout 2.0.0-beta.2 → 2.0.0

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.
Files changed (1) hide show
  1. package/package.json +4 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antv/layout",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0",
4
4
  "description": "graph layout algorithm",
5
5
  "main": "dist/index.min.js",
6
6
  "module": "lib/index.js",
@@ -62,6 +62,7 @@
62
62
  "@types/d3-force": "^3.0.4",
63
63
  "@types/d3-quadtree": "^2.0.6",
64
64
  "@types/dagre": "^0.7.52",
65
+ "@types/jest": "^30.0.0",
65
66
  "babel-loader": "^8.0.6",
66
67
  "eslint": "^7.32.0",
67
68
  "eslint-config-airbnb-base": "^14.2.1",
@@ -104,7 +105,8 @@
104
105
  "test:coverage:open": "open-cli coverage/lcov-report/index.html",
105
106
  "test:coverage": "jest --coverage",
106
107
  "test": "jest",
107
- "deploy": "npm --prefix site run build && gh-pages -d site/doc_build"
108
+ "deploy": "npm --prefix site run build && gh-pages -d site/doc_build",
109
+ "lint": "tsc --noEmit"
108
110
  },
109
111
  "publishConfig": {
110
112
  "access": "public",