@awsless/awsless 0.0.418 → 0.0.419

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
@@ -7670,7 +7670,7 @@ var ArchitectureSchema = z7.enum(["x86_64", "arm64"]).describe("The instruction
7670
7670
  var RetryAttemptsSchema = z7.number().int().min(0).max(2).describe(
7671
7671
  "The maximum number of times to retry when the function returns an error. You can specify a number from 0 to 2."
7672
7672
  );
7673
- var NodeRuntimeSchema = z7.enum(["nodejs18.x", "nodejs20.x"]).describe("The identifier of the function's runtime.");
7673
+ var NodeRuntimeSchema = z7.enum(["nodejs18.x", "nodejs20.x", "nodejs22.x"]).describe("The identifier of the function's runtime.");
7674
7674
  var ContainerRuntimeSchema = z7.literal("container").describe("The identifier of the function's runtime.");
7675
7675
  var RuntimeSchema = NodeRuntimeSchema.or(ContainerRuntimeSchema);
7676
7676
  var ActionSchema = z7.string();
@@ -117,7 +117,7 @@ var ArchitectureSchema = z5.enum(["x86_64", "arm64"]).describe("The instruction
117
117
  var RetryAttemptsSchema = z5.number().int().min(0).max(2).describe(
118
118
  "The maximum number of times to retry when the function returns an error. You can specify a number from 0 to 2."
119
119
  );
120
- var NodeRuntimeSchema = z5.enum(["nodejs18.x", "nodejs20.x"]).describe("The identifier of the function's runtime.");
120
+ var NodeRuntimeSchema = z5.enum(["nodejs18.x", "nodejs20.x", "nodejs22.x"]).describe("The identifier of the function's runtime.");
121
121
  var ContainerRuntimeSchema = z5.literal("container").describe("The identifier of the function's runtime.");
122
122
  var RuntimeSchema = NodeRuntimeSchema.or(ContainerRuntimeSchema);
123
123
  var ActionSchema = z5.string();
Binary file