@bebranded/bb-contents 1.0.82 → 1.0.83

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.
Files changed (2) hide show
  1. package/bb-contents.js +3 -3
  2. package/package.json +1 -1
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.80-beta
4
+ * @version 1.0.82
5
5
  * @author BeBranded
6
6
  * @license MIT
7
7
  * @website https://www.bebranded.xyz
@@ -35,11 +35,11 @@
35
35
  window._bbContentsInitialized = true;
36
36
 
37
37
  // Log de démarrage simple
38
- console.log('bb-contents | v1.0.82');
38
+ console.log('bb-contents | v1.0.83');
39
39
 
40
40
  // Configuration
41
41
  const config = {
42
- version: '1.0.82',
42
+ version: '1.0.83',
43
43
  debug: false, // Debug désactivé pour rendu propre
44
44
  prefix: 'bb-', // utilisé pour générer les sélecteurs (data-bb-*)
45
45
  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.82",
3
+ "version": "1.0.83",
4
4
  "description": "Contenus additionnels français pour Webflow",
5
5
  "main": "bb-contents.js",
6
6
  "scripts": {