@awsless/awsless 0.0.430 → 0.0.432

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/dist/bin.js CHANGED
@@ -7734,8 +7734,8 @@ var LogSchema = z7.union([
7734
7734
  })
7735
7735
  ]).describe("Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.");
7736
7736
  var LayersSchema = z7.string().array().describe(
7737
- `A list of function layers to add to the function's execution environment.`
7738
- // `A list of function layers to add to the function's execution environment. Specify each layer by its ARN, including the version.`
7737
+ // `A list of function layers to add to the function's execution environment..`
7738
+ `A list of function layers to add to the function's execution environment. Specify each layer by its ARN, including the version.`
7739
7739
  );
7740
7740
  var BuildSchema = z7.object({
7741
7741
  minify: MinifySchema.default(true),
@@ -181,8 +181,8 @@ var LogSchema = z5.union([
181
181
  })
182
182
  ]).describe("Enable logging to a CloudWatch log group. Providing a duration value will set the log retention time.");
183
183
  var LayersSchema = z5.string().array().describe(
184
- `A list of function layers to add to the function's execution environment.`
185
- // `A list of function layers to add to the function's execution environment. Specify each layer by its ARN, including the version.`
184
+ // `A list of function layers to add to the function's execution environment..`
185
+ `A list of function layers to add to the function's execution environment. Specify each layer by its ARN, including the version.`
186
186
  );
187
187
  var BuildSchema = z5.object({
188
188
  minify: MinifySchema.default(true),
Binary file