graphology
Advanced tools
Comparing version 0.16.1 to 0.17.0
# Changelog | ||
## 0.17.0 | ||
* Changing packaging system. | ||
* Fixing browser bundle. | ||
## 0.16.1 | ||
* Bundle fixes (@zakjan). | ||
## 0.16.0 | ||
@@ -4,0 +13,0 @@ |
{ | ||
"name": "graphology", | ||
"version": "0.16.1", | ||
"version": "0.17.0", | ||
"description": "A robust and multipurpose Graph object for JavaScript.", | ||
"main": "dist/index.js", | ||
"main": "dist/graphology.cjs.js", | ||
"module": "dist/graphology.esm.js", | ||
"browser": "dist/graphology.umd.min.js", | ||
"types": "dist/graphology.d.ts", | ||
"scripts": { | ||
"build": "webpack --colors --progress && webpack --colors --progress -p", | ||
"clean": "rimraf dist specs", | ||
"dist": "npm run clean && babel src --out-dir dist && babel tests --out-dir specs && cp src/index.d.ts dist/index.d.ts", | ||
"lint": "eslint src tests test.js", | ||
"build": "npm run clean && rollup -c && babel tests --out-dir specs && cp src/endpoint.esm.d.ts dist/graphology.d.ts", | ||
"lint": "eslint rollup.config.js src tests test.js", | ||
"postpublish": "npm run clean", | ||
"prepublish": "npm test && npm run test:types && npm run lint && npm run dist && npm run build", | ||
"prepublish": "npm test && npm run test:types && npm run lint && npm run build", | ||
"test": "mocha -u exports --require @babel/register ./test.js", | ||
@@ -17,3 +19,2 @@ "test:types": "tsc --lib es2015,dom --noEmit --noImplicitAny --noImplicitReturns ./test-types.ts" | ||
"files": [ | ||
"build", | ||
"dist", | ||
@@ -59,16 +60,20 @@ "specs" | ||
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.8.4", | ||
"@babel/plugin-transform-classes": "7.8.3", | ||
"@babel/plugin-transform-destructuring": "7.8.3", | ||
"@babel/core": "7.9.0", | ||
"@babel/plugin-transform-classes": "7.9.2", | ||
"@babel/plugin-transform-destructuring": "7.8.8", | ||
"@babel/plugin-transform-spread": "7.8.3", | ||
"@babel/preset-env": "7.8.4", | ||
"@babel/register": "7.8.3", | ||
"@babel/preset-env": "7.9.0", | ||
"@babel/register": "7.9.0", | ||
"@rollup/plugin-commonjs": "^11.0.2", | ||
"@rollup/plugin-node-resolve": "^7.1.1", | ||
"@yomguithereal/eslint-config": "^4.0.0", | ||
"babel-loader": "8.0.6", | ||
"eslint": "^6.8.0", | ||
"mocha": "^7.0.1", | ||
"mocha": "^7.1.1", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^3.8.2", | ||
"webpack": "^4.41.6", | ||
"webpack-cli": "3.3.11" | ||
"rollup": "^2.3.2", | ||
"rollup-plugin-babel": "^4.4.0", | ||
"rollup-plugin-node-builtins": "^2.1.2", | ||
"rollup-plugin-terser": "^5.3.0", | ||
"rollup-plugin-visualizer": "^4.0.2", | ||
"typescript": "^3.8.2" | ||
}, | ||
@@ -75,0 +80,0 @@ "babel": { |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
1671939
15187
19
30
1