undirected-graph-typed
Advanced tools
Comparing version 1.21.4 to 1.31.0
module.exports = { | ||
preset: 'ts-jest', | ||
testEnvironment: 'node', | ||
testMatch: ['<rootDir>/tests/**/*.test.ts'], | ||
testMatch: ['<rootDir>/test/**/*.test.ts'], | ||
}; |
{ | ||
"name": "undirected-graph-typed", | ||
"version": "1.21.4", | ||
"version": "1.31.0", | ||
"description": "Undirected Graph. Javascript & Typescript Data Structure.", | ||
@@ -8,2 +8,4 @@ "main": "dist/index.js", | ||
"build": "rm -rf dist && npx tsc", | ||
"lint": "eslint --fix \"src/**/*.{js,ts}\"", | ||
"format": "prettier --write \"src/**/*.{js,ts}\"", | ||
"test": "jest", | ||
@@ -54,11 +56,17 @@ "build:docs": "typedoc --out docs ./src", | ||
"@types/node": "^20.4.9", | ||
"dependency-cruiser": "^13.1.2", | ||
"@typescript-eslint/eslint-plugin": "^5.6.0", | ||
"@typescript-eslint/parser": "^5.11.0", | ||
"eslint": "^7.32.0", | ||
"eslint-config-prettier": "^8.3.0", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-import-resolver-typescript": "^2.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"jest": "^29.6.2", | ||
"prettier": "^3.0.3", | ||
"ts-jest": "^29.1.1", | ||
"typedoc": "^0.24.8", | ||
"typescript": "^4.9.5" | ||
}, | ||
"dependencies": { | ||
"data-structure-typed": "^1.21.4" | ||
"data-structure-typed": "^1.31.0" | ||
} | ||
} |
@@ -11,3 +11,3 @@ # What | ||
```bash | ||
npm i undirected-graph-typed | ||
npm i undirected-graph-typed --save | ||
``` | ||
@@ -14,0 +14,0 @@ ### yarn |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40843
11
575
13
Updateddata-structure-typed@^1.31.0