@algorithm.ts/trie
Advanced tools
Comparing version 3.0.0-alpha.2 to 3.0.0-alpha.3
{ | ||
"name": "@algorithm.ts/trie", | ||
"version": "3.0.0-alpha.2", | ||
"version": "3.0.0-alpha.3", | ||
"description": "Trie", | ||
@@ -22,4 +22,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", | ||
@@ -33,4 +36,3 @@ "source": "src/index.ts", | ||
"lib/", | ||
"!lib/**/*.js.map", | ||
"!lib/**/*.d.ts.map", | ||
"src/", | ||
"package.json", | ||
@@ -42,4 +44,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", | ||
@@ -49,6 +50,11 @@ "test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ." | ||
"dependencies": { | ||
"@algorithm.ts/constant": "^3.0.0-alpha.2", | ||
"@algorithm.ts/types": "^3.0.0-alpha.2" | ||
"@algorithm.ts/constant": "^3.0.0-alpha.3", | ||
"@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" | ||
} |
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
45223
11
1021
Yes
3
1