Comparing version 4.5.0 to 4.5.1
{ | ||
"name": "evnty", | ||
"description": "0-Deps, simple, fast, for browser and node js reactive anonymous event library", | ||
"version": "4.5.0", | ||
"version": "4.5.1", | ||
"type": "module", | ||
@@ -19,2 +19,14 @@ "types": "build/index.d.ts", | ||
"sideEffects": false, | ||
"scripts": { | ||
"build": "rm -rf build && inop src build -i __tests__ -i *.tmp.ts && tsc --declaration --emitDeclarationOnly", | ||
"test": "jest", | ||
"test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs", | ||
"lint": "eslint src", | ||
"docs:build": "vuepress build docs", | ||
"docs:clean-dev": "vuepress dev docs --clean-cache", | ||
"docs:dev": "vuepress dev docs", | ||
"docs:gen": "node --loader ts-node/esm ./scripts/docgen.ts src/index.ts", | ||
"docs:update-package": "pnpm dlx vp-update", | ||
"prepare": "husky" | ||
}, | ||
"repository": { | ||
@@ -60,3 +72,3 @@ "type": "git", | ||
"@vuepress/bundler-vite": "2.0.0-rc.18", | ||
"@vuepress/theme-default": "2.0.0-rc.61", | ||
"@vuepress/theme-default": "2.0.0-rc.63", | ||
"eslint": "^9.16.0", | ||
@@ -78,13 +90,3 @@ "eslint-config-airbnb-base": "^15.0.0", | ||
}, | ||
"scripts": { | ||
"build": "rm -rf build && inop src build -i __tests__ -i *.tmp.ts && tsc --declaration --emitDeclarationOnly", | ||
"test": "jest", | ||
"test:build": "node src/__tests__/index.cjs && node src/__tests__/index.mjs", | ||
"lint": "eslint src", | ||
"docs:build": "vuepress build docs", | ||
"docs:clean-dev": "vuepress dev docs --clean-cache", | ||
"docs:dev": "vuepress dev docs", | ||
"docs:gen": "node --loader ts-node/esm ./scripts/docgen.ts src/index.ts", | ||
"docs:update-package": "pnpm dlx vp-update" | ||
} | ||
} | ||
"packageManager": "pnpm@9.15.0" | ||
} |
189157