@algorithm.ts/graph
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3
{ | ||
"name": "@algorithm.ts/graph", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-alpha.3", | ||
"description": "Types and utils from solving graph problems.", | ||
@@ -19,4 +19,7 @@ "author": { | ||
], | ||
"main": "lib/cjs/index.js", | ||
"module": "lib/esm/index.js", | ||
"type": "module", | ||
"exports": { | ||
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.cjs" | ||
}, | ||
"types": "lib/types/index.d.ts", | ||
@@ -30,4 +33,3 @@ "source": "src/index.ts", | ||
"lib/", | ||
"!lib/**/*.js.map", | ||
"!lib/**/*.d.ts.map", | ||
"src/", | ||
"package.json", | ||
@@ -39,4 +41,3 @@ "CHANGELOG.md", | ||
"scripts": { | ||
"build": "cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs", | ||
"prebuild": "rimraf lib/", | ||
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs", | ||
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build", | ||
@@ -46,5 +47,10 @@ "test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ." | ||
"dependencies": { | ||
"@algorithm.ts/types": "^3.0.0-alpha.2" | ||
"@algorithm.ts/types": "^3.0.0-alpha.3" | ||
}, | ||
"gitHead": "3d718fba94605e2fd60a3056b502e2e1376ca0ed" | ||
"devDependencies": { | ||
"cross-env": "^7.0.3", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^3.9.1" | ||
}, | ||
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3" | ||
} |
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
9833
8
139
Yes
3
1