@algorithm.ts/trie
Advanced tools
Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4
{ | ||
"name": "@algorithm.ts/trie", | ||
"version": "3.0.0-alpha.3", | ||
"version": "3.0.0-alpha.4", | ||
"description": "Trie", | ||
@@ -24,7 +24,10 @@ "author": { | ||
"exports": { | ||
"import": "./lib/esm/index.mjs", | ||
"require": "./lib/cjs/index.cjs" | ||
"types": "./lib/types/index.d.ts", | ||
"require": "./lib/cjs/index.cjs", | ||
"import": "./lib/esm/index.mjs" | ||
}, | ||
"types": "lib/types/index.d.ts", | ||
"source": "src/index.ts", | ||
"types": "./lib/types/index.d.ts", | ||
"main": "./lib/cjs/index.cjs", | ||
"module": "./lib/esm/index.mjs", | ||
"source": "./src/index.ts", | ||
"license": "MIT", | ||
@@ -44,8 +47,8 @@ "engines": { | ||
"build": "rimraf lib/ && cross-env NODE_ENV=production rollup -c ../../rollup.config.mjs", | ||
"prepublishOnly": "cross-env ROLLUP_SHOULD_SOURCEMAP=false yarn build", | ||
"test": "cross-env TS_NODE_FILES=true jest --config ../../jest.config.js --rootDir ." | ||
"prepublishOnly": "yarn build", | ||
"test": "cross-env TS_NODE_FILES=true NODE_OPTIONS=--experimental-vm-modules jest --config ../../jest.config.mjs --rootDir ." | ||
}, | ||
"dependencies": { | ||
"@algorithm.ts/constant": "^3.0.0-alpha.3", | ||
"@algorithm.ts/types": "^3.0.0-alpha.3" | ||
"@algorithm.ts/constant": "^3.0.0-alpha.4", | ||
"@algorithm.ts/types": "^3.0.0-alpha.4" | ||
}, | ||
@@ -57,3 +60,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "d50b4725bde1b43474f490a29672db5aa1482ae3" | ||
"gitHead": "969d68502c3c35690ed7aee86dde2fe60cddddfc" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
66577
13
1023
0