@autobusal/providers 1.43.7 → 1.43.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autobusal/providers",
3
- "version": "1.43.7",
3
+ "version": "1.43.8",
4
4
  "author": "Ferjolt Ozuni",
5
5
  "type": "module",
6
6
  "main": "index.ts",
package/types/settings.ts CHANGED
@@ -417,6 +417,11 @@ export interface LabelSettings {
417
417
  link?: string
418
418
  }
419
419
 
420
+ // Claude - 2026-09-10: the brand's designed share preview (og:image), a
421
+ // 1200x630 JPEG uploaded on the admin's Visual tab, or null when none has
422
+ // been - Meta then falls back to the homepage hero as it always did.
423
+ share_image?: string | null
424
+
420
425
  // Edited: Ferjolt Ozuni - Date: 2026-08-08
421
426
  // The label's chosen theme preset, or null/absent to keep reading colors
422
427
  // straight out of settings.json exactly as before this existed - see