cspell-dictionary
Advanced tools
Comparing version 7.0.0-alpha.1 to 7.0.0-alpha.2
{ | ||
"name": "cspell-dictionary", | ||
"version": "7.0.0-alpha.1", | ||
"version": "7.0.0-alpha.2", | ||
"description": "A spelling dictionary library useful for checking words and getting suggestions.", | ||
"type": "commonjs", | ||
"main": "dist/cjs/index.js", | ||
"types": "dist/cjs/index.d.ts", | ||
"module": "dist/esm/index.mjs", | ||
"type": "module", | ||
"types": "dist/index.d.ts", | ||
"module": "dist/index.js", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/index.js" | ||
} | ||
@@ -17,4 +15,2 @@ }, | ||
"dist", | ||
"!dist/esm/**/*.js", | ||
"!dist/esm/**/*.ts", | ||
"!**/*.tsbuildInfo", | ||
@@ -28,5 +24,4 @@ "!**/__mocks__", | ||
"scripts": { | ||
"clean": "shx rm -rf dist coverage .tsbuildinfo", | ||
"build": "tsc -b . && ts2mjs dist/esm", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"clean": "shx rm -rf dist temp coverage \"*.tsbuildInfo\"", | ||
"build": "tsc -b .", | ||
"clean-build": "pnpm run clean && pnpm run build", | ||
@@ -57,9 +52,9 @@ "coverage": "pnpm coverage:vitest && pnpm coverage:fix", | ||
"dependencies": { | ||
"@cspell/cspell-pipe": "7.0.0-alpha.1", | ||
"@cspell/cspell-types": "7.0.0-alpha.1", | ||
"cspell-trie-lib": "7.0.0-alpha.1", | ||
"@cspell/cspell-pipe": "7.0.0-alpha.2", | ||
"@cspell/cspell-types": "7.0.0-alpha.2", | ||
"cspell-trie-lib": "7.0.0-alpha.2", | ||
"fast-equals": "^4.0.3", | ||
"gensequence": "^5.0.2" | ||
}, | ||
"gitHead": "626d1a01b413c1b6de0b386a5a264b78a10ba146" | ||
"gitHead": "a1b7c5daeef5afdb14d6444318f450b9fd9c035a" | ||
} |
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
Yes
8
91910
65
2364
1
+ Added@cspell/cspell-pipe@7.0.0-alpha.2(transitive)
+ Added@cspell/cspell-types@7.0.0-alpha.2(transitive)
+ Addedcspell-trie-lib@7.0.0-alpha.2(transitive)
- Removed@cspell/cspell-pipe@7.0.0-alpha.1(transitive)
- Removed@cspell/cspell-types@7.0.0-alpha.1(transitive)
- Removedcspell-trie-lib@7.0.0-alpha.1(transitive)