@ahmadissa/cloudworker-proxy 1.1.126 → 1.1.128

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ahmadissa/cloudworker-proxy",
3
- "version": "1.1.126",
3
+ "version": "1.1.128",
4
4
  "description": "An api gateway for cloudflare workers",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -28,7 +28,7 @@
28
28
  "lint": "eslint src",
29
29
  "package": "bun install; npm run build",
30
30
  "test": "npm run unit && npm run lint",
31
- "publish": "npm run package && npm publish",
31
+ "public": "npm run package && npm publish",
32
32
  "test:integration": "node integration/run.js",
33
33
  "unit": "bun test",
34
34
  "semantic-release": "semantic-release",