partial-json
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "partial-json", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "Parse partial JSON generated by LLM", | ||
@@ -17,9 +17,12 @@ "keywords": [ | ||
".": { | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs", | ||
"default": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
}, | ||
"./options": { | ||
"default": "./dist/options.js", | ||
"types": "./dist/options.d.ts" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"main": "dist/index.js", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
@@ -30,12 +33,9 @@ "files": [ | ||
"devDependencies": { | ||
"@vitest/coverage-v8": "^0.34.6", | ||
"@vitest/ui": "^0.34.6", | ||
"esbuild": "^0.19.5", | ||
"typescript": "^5.2.2", | ||
"vitest": "^0.34.6" | ||
"@vitest/coverage-istanbul": "^1.2.2", | ||
"@vitest/ui": "^1.2.2", | ||
"typescript": "^5.3.3", | ||
"vitest": "^1.2.2" | ||
}, | ||
"scripts": { | ||
"build": "tsc && (npm run build:cjs & npm run build:esm)", | ||
"build:cjs": "esbuild src/index.ts --sourcemap=external --minify --keep-names --bundle --format=cjs --outfile=dist/index.cjs", | ||
"build:esm": "esbuild src/index.ts --sourcemap=external --minify --keep-names --bundle --format=esm --outfile=dist/index.mjs", | ||
"build": "tsc", | ||
"coverage": "vitest run --coverage", | ||
@@ -42,0 +42,0 @@ "test": "vitest", |
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
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
4
9
279
18294