@awsless/awsless 0.0.45 → 0.0.46

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 (2) hide show
  1. package/dist/bin.js +2 -0
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -1234,6 +1234,8 @@ var FunctionSchema = z6.union([
1234
1234
  z6.object({
1235
1235
  /** The file path of the function code. */
1236
1236
  file: LocalFileSchema,
1237
+ // /** */
1238
+ // handler: z.string().optional(),
1237
1239
  /** Put the function inside your global VPC.
1238
1240
  * @default false
1239
1241
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awsless/awsless",
3
- "version": "0.0.45",
3
+ "version": "0.0.46",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "repository": {