@assetval/fuzzyset
Advanced tools
Comparing version 1.3.1 to 1.3.3
{ | ||
"name": "@assetval/fuzzyset", | ||
"description": "A fast fuzzy string set for JavaScript", | ||
"version": "1.3.1", | ||
"version": "1.3.3", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
@@ -21,3 +20,3 @@ ".": { | ||
"devDependencies": { | ||
"@magik_io/lint_golem": "^2.3.0", | ||
"@magik_io/lint_golem": "^3.2.0", | ||
"eslint": "^9.9.0", | ||
@@ -28,8 +27,53 @@ "typescript-eslint": "^8.2.0", | ||
}, | ||
"unbuild": { | ||
"declaration": true, | ||
"clean": true, | ||
"rollup": { | ||
"dts": { | ||
"compilerOptions": { | ||
"composite": false | ||
}, | ||
"include": [ | ||
"src/**/*.ts" | ||
] | ||
}, | ||
"esbuild": { | ||
"tsconfigRaw": { | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"declaration": true, | ||
"experimentalDecorators": true, | ||
"emitDecoratorMetadata": true, | ||
"target": "ESNext" | ||
}, | ||
"include": [ | ||
"./src/**/*.ts" | ||
] | ||
} | ||
} | ||
} | ||
}, | ||
"nx": { | ||
"targets": { | ||
"build": { | ||
"cache": true, | ||
"inputs:": [ | ||
"{projectRoot}/src/**/*.ts", | ||
"{projectRoot}/tsconfig.json", | ||
"{projectRoot}/package.json" | ||
], | ||
"outputs": [ | ||
"{projectRoot}/dist" | ||
] | ||
} | ||
} | ||
}, | ||
"scripts": { | ||
"fuzzyset:build": "unbuild", | ||
"fuzzyset:rebuild": "unbuild --clean && pnpm fuzzyset:iterate", | ||
"fuzzyset:test": "vitest run --coverage --config ./vitest.config.ts", | ||
"fuzzyset:iterate": "pnpm version patch && git push origin main --tags && pnpm publish --access public --no-git-checks" | ||
"build": "nx exec -- unbuild", | ||
"lint": "nx eslint:lint", | ||
"test": "vitest run --coverage --config ./vitest.config.ts", | ||
"iterate": "pnpm version patch && pnpm publish --access public --no-git-checks" | ||
} | ||
} |
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
25721
No