@awsless/awsless 0.0.565 → 0.0.567

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
@@ -1837,8 +1837,8 @@ var IconsSchema = z36.record(
1837
1837
  subDomain: z36.string().optional(),
1838
1838
  log: LogSchema.optional(),
1839
1839
  cacheDuration: DurationSchema.optional().describe("The cache duration of the cached icons."),
1840
- preserveId: z36.boolean().optional().default(false).describe("Preserve the IDs of the icons."),
1841
- symbols: z36.boolean().optional().default(false).describe("Use SVG symbols for icons."),
1840
+ preserveIds: z36.boolean().optional().default(false).describe("Preserve the IDs of the icons."),
1841
+ symbols: z36.boolean().optional().default(false).describe(`Convert the SVG's to SVG symbols.`),
1842
1842
  origin: z36.union([
1843
1843
  z36.object({
1844
1844
  static: staticOriginSchema,
@@ -1847,11 +1847,11 @@ var IconsSchema = z36.record(
1847
1847
  z36.object({
1848
1848
  static: staticOriginSchema.optional(),
1849
1849
  function: functionOriginSchema
1850
- }),
1851
- z36.object({
1852
- static: staticOriginSchema,
1853
- function: functionOriginSchema
1854
1850
  })
1851
+ // z.object({
1852
+ // static: staticOriginSchema,
1853
+ // function: functionOriginSchema,
1854
+ // }),
1855
1855
  ]).describe(
1856
1856
  "Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function."
1857
1857
  ),
@@ -1914,11 +1914,11 @@ var ImagesSchema = z37.record(
1914
1914
  z37.object({
1915
1915
  static: staticOriginSchema2.optional(),
1916
1916
  function: functionOriginSchema2
1917
- }),
1918
- z37.object({
1919
- static: staticOriginSchema2,
1920
- function: functionOriginSchema2
1921
1917
  })
1918
+ // z.object({
1919
+ // static: staticOriginSchema,
1920
+ // function: functionOriginSchema,
1921
+ // }),
1922
1922
  ]).describe(
1923
1923
  "Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function."
1924
1924
  ),
@@ -6745,7 +6745,7 @@ var iconFeature = defineFeature({
6745
6745
  serverLambda.setEnvironment(
6746
6746
  "ICON_CONFIG",
6747
6747
  JSON.stringify({
6748
- preserveId: props.preserveId,
6748
+ preserveIds: props.preserveIds,
6749
6749
  symbols: props.symbols
6750
6750
  })
6751
6751
  );
@@ -1229,8 +1229,8 @@ var IconsSchema = z33.record(
1229
1229
  subDomain: z33.string().optional(),
1230
1230
  log: LogSchema.optional(),
1231
1231
  cacheDuration: DurationSchema.optional().describe("The cache duration of the cached icons."),
1232
- preserveId: z33.boolean().optional().default(false).describe("Preserve the IDs of the icons."),
1233
- symbols: z33.boolean().optional().default(false).describe("Use SVG symbols for icons."),
1232
+ preserveIds: z33.boolean().optional().default(false).describe("Preserve the IDs of the icons."),
1233
+ symbols: z33.boolean().optional().default(false).describe(`Convert the SVG's to SVG symbols.`),
1234
1234
  origin: z33.union([
1235
1235
  z33.object({
1236
1236
  static: staticOriginSchema,
@@ -1239,11 +1239,11 @@ var IconsSchema = z33.record(
1239
1239
  z33.object({
1240
1240
  static: staticOriginSchema.optional(),
1241
1241
  function: functionOriginSchema
1242
- }),
1243
- z33.object({
1244
- static: staticOriginSchema,
1245
- function: functionOriginSchema
1246
1242
  })
1243
+ // z.object({
1244
+ // static: staticOriginSchema,
1245
+ // function: functionOriginSchema,
1246
+ // }),
1247
1247
  ]).describe(
1248
1248
  "Image transformation will be applied from a base image. Base images orginates from a local directory that will be uploaded to S3 or from a lambda function."
1249
1249
  ),
@@ -1306,11 +1306,11 @@ var ImagesSchema = z34.record(
1306
1306
  z34.object({
1307
1307
  static: staticOriginSchema2.optional(),
1308
1308
  function: functionOriginSchema2
1309
- }),
1310
- z34.object({
1311
- static: staticOriginSchema2,
1312
- function: functionOriginSchema2
1313
1309
  })
1310
+ // z.object({
1311
+ // static: staticOriginSchema,
1312
+ // function: functionOriginSchema,
1313
+ // }),
1314
1314
  ]).describe(
1315
1315
  "Specify the origin of your images. Image transformation will be applied from a base image. Base images can be loaded from a S3 bucket (that is synced from a local directory) or dynamicly from a lambda function."
1316
1316
  ),
@@ -1 +1 @@
1
- 7c5adbe4ad1276b196803a85ebc100c075505ab5
1
+ 3d8e567468491f9e6871ed2665fb01939f870231
Binary file
Binary file
Binary file