Skip to content

Commit

Permalink
feat: remove ajv validation
Browse files Browse the repository at this point in the history
  • Loading branch information
whilefoo committed Jan 15, 2024
1 parent de6b510 commit bdd173d
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 633,963 deletions.
15 changes: 0 additions & 15 deletions generate-ajv-validation-function.js

This file was deleted.

6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
"prepare": "husky install",
"deploy": "wrangler deploy",
"worker": "wrangler dev --port 8787",
"proxy": "tsx src/proxy.ts",
"generate": "node ./generate-ajv-validation-function.js"
"proxy": "tsx src/proxy.ts"
},
"keywords": [
"typescript",
Expand All @@ -29,11 +28,8 @@
],
"dependencies": {
"@octokit/webhooks": "^12.0.10",
"@octokit/webhooks-schemas": "^7.3.1",
"@octokit/webhooks-types": "^7.3.1",
"@sinclair/typebox": "^0.32.5",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"create-cloudflare": "^2.8.3",
"octokit": "^3.1.2",
"smee-client": "^2.0.0"
Expand Down
Loading

0 comments on commit bdd173d

Please sign in to comment.