@cspell/strong-weak-map
Advanced tools
Comparing version 6.27.0 to 6.28.0
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "6.27.0", | ||
"version": "6.28.0", | ||
"description": "A Map with weakly referenced values.", | ||
@@ -18,31 +18,17 @@ "keywords": [ | ||
"license": "MIT", | ||
"main": "dist/index.js", | ||
"directories": { | ||
"dist": "dist" | ||
}, | ||
"type": "commonjs", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/esm/index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js" | ||
}, | ||
"./index": "./dist/index.js", | ||
"./index.js": "./dist/index.js", | ||
"./index.d.ts": "./dist/index.d.ts" | ||
}, | ||
"typings": "dist/index.d.ts", | ||
"typesVersions": { | ||
"*": { | ||
"index.d.ts": [ | ||
"dist/index.d.ts" | ||
], | ||
"dist/index.d.ts": [ | ||
"dist/index.d.ts" | ||
], | ||
"*": [ | ||
"dist/*", | ||
"dist/*/index.d.ts" | ||
] | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"typings": "dist/cjs/index.d.ts", | ||
"files": [ | ||
"dist", | ||
"!dist/esm/**/*.js", | ||
"!dist/esm/**/*.ts", | ||
"!**/*.tsbuildInfo", | ||
"!**/__mocks__", | ||
@@ -56,9 +42,14 @@ "!**/*.spec.*", | ||
"scripts": { | ||
"build": "tsc -p .", | ||
"watch": "tsc -p . -w", | ||
"build": "tsc -b . && ts2mjs dist/esm", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"watch": "tsc -b . -w", | ||
"clean": "shx rm -rf dist coverage .tsbuildinfo", | ||
"clean-build": "pnpm run clean && pnpm run build", | ||
"coverage": "node --expose-gc ../../node_modules/jest/bin/jest.js --coverage", | ||
"test-watch": "node --expose-gc ../../node_modules/jest/bin/jest.js --watch", | ||
"test": "node --expose-gc ../../node_modules/jest/bin/jest.js" | ||
"coverage": "pnpm coverage:vitest && pnpm coverage:fix", | ||
"coverage:vitest": "pnpm vitest run --coverage", | ||
"coverage:fix": "nyc report --temp-dir \"$(pwd)/coverage\" --reporter lcov --report-dir \"$(pwd)/coverage\" --cwd ../..", | ||
"test-watch": "pnpm vitest", | ||
"test": "pnpm vitest run", | ||
"vitest": "node --expose-gc ../../node_modules/vitest/vitest.mjs" | ||
}, | ||
@@ -75,3 +66,3 @@ "repository": { | ||
}, | ||
"gitHead": "b0e31c7ba91ba467d5fd9c66f238bb5d899f4833" | ||
"gitHead": "1c314413e76908e5fbf61fd2555726112b177c0e" | ||
} |
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
17415
11
306
1