mathlifier
Advanced tools
Comparing version
{ | ||
"name": "mathlifier", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A KaTeX renderToString wrapper", | ||
"source": "src/index.ts", | ||
"type": "module", | ||
"main": "lib/index.js", | ||
"module": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"main": "dist/index.cjs", | ||
"module": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./lib/index.js" | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
} | ||
}, | ||
"scripts": { | ||
"prepare": "pnpm run build", | ||
"prepare": "tsup", | ||
"prepublishOnly": "pnpm test && pnpm lint", | ||
@@ -25,3 +27,3 @@ "preversion": "pnpm lint", | ||
"test:coverage": "c8 --include=src pnpm test", | ||
"build": "rollup -c" | ||
"build": "tsup" | ||
}, | ||
@@ -53,6 +55,2 @@ "repository": { | ||
"devDependencies": { | ||
"@rollup/plugin-commonjs": "^24.0.0", | ||
"@rollup/plugin-node-resolve": "^15.0.0", | ||
"@rollup/plugin-terser": "^0.3.0", | ||
"@rollup/plugin-typescript": "^11.0.0", | ||
"@types/katex": "^0.14.0", | ||
@@ -64,6 +62,5 @@ "@typescript-eslint/eslint-plugin": "^5.48.1", | ||
"prettier": "^2.8.3", | ||
"rollup": "^3.10.0", | ||
"rollup-plugin-dts": "^5.1.0", | ||
"tslib": "^2.4.1", | ||
"tsm": "^2.3.0", | ||
"tsup": "^6.5.0", | ||
"typescript": "^4.9.4", | ||
@@ -70,0 +67,0 @@ "uvu": "^0.5.6" |
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
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
11
-31.25%9112
-99.29%3
-80%136
-93.27%