@sveltia/cms 0.142.0 → 0.143.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/types/public.d.ts CHANGED
@@ -208,7 +208,7 @@ export type UploadcareMediaLibrary = {
208
208
  /**
209
209
  * Name of supported stock photo/video provider.
210
210
  */
211
- export type StockAssetProviderName = "pexels" | "pixabay" | "unsplash";
211
+ export type StockAssetProviderName = "pexels" | "picsum" | "pixabay" | "unsplash";
212
212
  /**
213
213
  * Options for the unified stock photo/video providers.
214
214
  */