@cspell/cspell-types
Advanced tools
Comparing version 7.1.1 to 7.2.0
@@ -6,15 +6,15 @@ { | ||
}, | ||
"version": "7.1.1", | ||
"version": "7.2.0", | ||
"description": "Types for cspell and cspell-lib", | ||
"type": "commonjs", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esm/index.mjs", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js" | ||
}, | ||
"./Parser": { | ||
"import": "./dist/esm/Parser/index.mjs", | ||
"require": "./dist/cjs/Parser/index.js" | ||
"import": "./dist/Parser/index.mjs", | ||
"require": "./dist/Parser/index.js" | ||
}, | ||
@@ -32,17 +32,20 @@ "./cspell.schema.json": { | ||
"*": { | ||
"*.d.ts": [ | ||
"dist/*.d.ts" | ||
], | ||
"*.d.mts": [ | ||
"dist/esm/*.d.mts" | ||
"dist/*.d.mts" | ||
], | ||
"index.d.ts": [ | ||
"dist/cjs/index.d.ts" | ||
"dist/index.d.ts" | ||
], | ||
"dist/esm/index.d.ts": [ | ||
"dist/esm/index.d.ts" | ||
"dist/index.d.ts": [ | ||
"dist/index.d.ts" | ||
], | ||
"Parser": [ | ||
"dist/cjs/Parser/index.d.ts" | ||
"dist/Parser/index.d.ts" | ||
], | ||
"*": [ | ||
"dist/cjs/*.d.ts", | ||
"dist/cjs/*/index.d.ts" | ||
"dist/*.d.ts", | ||
"dist/*/index.d.ts" | ||
] | ||
@@ -54,3 +57,3 @@ } | ||
"build": "pnpm build:tsc && pnpm run build-schema", | ||
"build:tsc": "tsc -b tsconfig.json && ts2mjs dist/esm", | ||
"build:tsc": "tsc -b tsconfig.json", | ||
"build-schema": "ts-json-schema-generator --no-top-ref --path src/CSpellSettingsDef.ts --type CSpellSettings --validation-keywords markdownDescription --validation-keywords scope --validation-keywords deprecated --validation-keywords deprecationMessage -o ./cspell.schema.json && shx cp ./cspell.schema.json ../..", | ||
@@ -93,3 +96,3 @@ "clean-build": "pnpm run clean && pnpm run build", | ||
}, | ||
"gitHead": "2dafa5386c58637614034c7a6d0fa13c03b16e41" | ||
"gitHead": "b08f7ddc3a4aa22cc80c69ca6638b2a943659a31" | ||
} |
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
145796
35
3567
1