@jsdev_ninja/core 0.11.9 → 0.12.0

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/core.es.js CHANGED
@@ -3187,7 +3187,7 @@ const Ie = o.string().min(1), Ar = o.object({
3187
3187
  discountPrice: o.number().positive()
3188
3188
  })
3189
3189
  ]),
3190
- image: o.object({ url: o.string().url(), id: o.string() }).optional()
3190
+ images: o.array(o.string().nonempty()).optional()
3191
3191
  }), Ae = {
3192
3192
  VAT: 18
3193
3193
  };