@bebranded/bb-contents 1.0.154 → 1.1.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/README.md CHANGED
@@ -11,7 +11,8 @@ Merci de suivre la documentation sur notre site pour l’intégration détaillé
11
11
 
12
12
  ### CDN (recommandé)
13
13
  ```html
14
- <script src="https://cdn.jsdelivr.net/npm/bb-contents@1/bb-contents.js"></script>
14
+ <!-- BeBranded Contents -->
15
+ <script async src="https://cdn.jsdelivr.net/npm/@bebranded/bb-contents@latest/bb-contents.js"></script>
15
16
  ```
16
17
 
17
18
  ### NPM
package/bb-contents.js CHANGED
@@ -1,7 +1,7 @@
1
1
  /**
2
2
  * BeBranded Contents
3
3
  * Contenus additionnels français pour Webflow
4
- * @version 1.0.148
4
+ * @version 1.1.0
5
5
  * @author BeBranded
6
6
  * @license MIT
7
7
  * @website https://www.bebranded.xyz
@@ -32,11 +32,11 @@
32
32
  window._bbContentsInitialized = true;
33
33
 
34
34
  // Log de démarrage simple (une seule fois)
35
- console.log('bb-contents | v1.0.153');
35
+ console.log('bb-contents | v1.1.0');
36
36
 
37
37
  // Configuration
38
38
  const config = {
39
- version: '1.0.148',
39
+ version: '1.1.0',
40
40
  debug: false, // Debug désactivé pour rendu propre
41
41
  prefix: 'bb-', // utilisé pour générer les sélecteurs (data-bb-*)
42
42
  youtubeEndpoint: null, // URL du worker YouTube (à définir par l'utilisateur)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bebranded/bb-contents",
3
- "version": "1.0.154",
3
+ "version": "1.1.0",
4
4
  "description": "Contenus additionnels français pour Webflow",
5
5
  "main": "bb-contents.js",
6
6
  "scripts": {