@cumulusds/aws-apig-bypass 2.0.3-master.v2.0.3.g95272f6 → 2.0.3

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.
Files changed (1) hide show
  1. package/package.json +2 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cumulusds/aws-apig-bypass",
3
- "version": "2.0.3-master.v2.0.3.g95272f6",
3
+ "version": "2.0.3",
4
4
  "description": "Client for API Gateway handlers, bypassing API Gateway by directly invoking the Lambda",
5
5
  "repository": "https://github.com/CumulusDS/aws-apig-bypass",
6
6
  "author": "Cumulus Digital Systems",
@@ -108,6 +108,5 @@
108
108
  "shx": "^0.4.0",
109
109
  "typescript": "^5.9.3"
110
110
  },
111
- "packageManager": "yarn@3.5.0",
112
- "stableVersion": "2.0.3"
111
+ "packageManager": "yarn@3.5.0"
113
112
  }