@hattip/core
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@hattip/core", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"files": [ | ||
"dist", | ||
"index.d.ts" | ||
"index.ts" | ||
], | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "index.d.ts", | ||
"types": "index.ts", | ||
"devDependencies": { | ||
"@cyco130/eslint-config": "^1.1.0", | ||
"@hattip/core": "0.0.3", | ||
"eslint": "^8.15.0", | ||
"node-fetch": "^3.2.4", | ||
"tsup": "^5.12.7", | ||
"typescript": "^4.6.4", | ||
"vitest": "^0.12.6" | ||
"@cyco130/eslint-config": "^2.0.0", | ||
"eslint": "^8.18.0", | ||
"publint": "^0.1.1", | ||
"typescript": "^4.7.4" | ||
}, | ||
"scripts": { | ||
"build": "rimraf dist && tsup", | ||
"dev": "tsup --watch", | ||
"test": "pnpm test:typecheck && pnpm test:lint && pnpm test:unit", | ||
"test:unit": "vitest", | ||
"test": "pnpm test:typecheck && pnpm test:lint && pnpm test:package", | ||
"test:typecheck": "tsc -p tsconfig.json --noEmit", | ||
"test:lint": "eslint . --max-warnings 0 --ignore-pattern dist" | ||
"test:lint": "eslint . --max-warnings 0 --ignore-pattern dist", | ||
"test:package": "publint" | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
4
0
4
2233
3
43
1