Comparing version 0.4.12 to 0.4.13
{ | ||
"name": "elysia", | ||
"description": "Fast, and friendly Bun web framework", | ||
"version": "0.4.12", | ||
"version": "0.4.13", | ||
"author": { | ||
@@ -87,10 +87,2 @@ "name": "saltyAom", | ||
"license": "MIT", | ||
"scripts": { | ||
"test": "bun test", | ||
"dev": "bun run --hot example/http.ts", | ||
"build": "rimraf dist && swc src -d dist && tsc --project tsconfig.esm.json", | ||
"prepublishOnly": "npm run build && npm run test", | ||
"release": "bunx bumpp package.json --commit --push --tag", | ||
"release:local": "npm run build && npm run test && npm publish" | ||
}, | ||
"dependencies": { | ||
@@ -131,3 +123,12 @@ "@sinclair/typebox": "0.26.8", | ||
} | ||
}, | ||
"scripts": { | ||
"test": "bun test", | ||
"dev": "bun run --hot example/http.ts", | ||
"build": "rimraf dist && swc src -d dist && tsc --project tsconfig.esm.json", | ||
"release": "npm run release:test && npm run release:github && npm publish", | ||
"release:test": "npm run build && npm run test", | ||
"release:github": "bunx bumpp package.json --commit --push --tag", | ||
"release:npm": "npm run build && npm run test && npm publish" | ||
} | ||
} | ||
} |
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
203362