@gymmymac/bob-widget 3.1.7 → 3.1.9

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  AI-powered automotive parts assistant widget for integration into partner websites.
4
4
 
5
- **Current Version:** 3.1.7
5
+ **Current Version:** 3.1.9
6
6
 
7
7
  ---
8
8
 
@@ -19,7 +19,7 @@ AI-powered automotive parts assistant widget for integration into partner websit
19
19
 
20
20
  ### ⚠️ Critical Installation Notes
21
21
 
22
- 1. **Forensic Cleanup Required**: If upgrading from v3.0.x, you MUST run the cleanup script in BOB-DOCUMENTATION.md Section 10 before installing
22
+ 1. **3-Stage Installation Process**: Bob v3.1.9 requires a strict 3-stage installation: Stage A (Forensic Removal), Stage B (Page Preparation), Stage C (Install & Verify). See BOB-DOCUMENTATION.md Section 10.
23
23
  2. **Container Height**: Bob requires `height: calc(100dvh - 144px - env(safe-area-inset-bottom, 0px))` to display correctly with CARFIX header/footer
24
24
  3. **HTTPS Required**: Push-to-Talk (PTT) requires HTTPS - will be disabled on HTTP connections
25
25
 
@@ -46,7 +46,7 @@ import { BobStandalone } from '@gymmymac/bob-widget';
46
46
  ## Installation
47
47
 
48
48
  ```bash
49
- npm install @gymmymac/bob-widget@^3.1.7
49
+ npm install @gymmymac/bob-widget@^3.1.9
50
50
  ```
51
51
 
52
52
  ## What's New in v3.1.6
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- "use strict";var zn=t=>{throw TypeError(t)};var Hs=(t,e,r)=>e.has(t)||zn("Cannot "+r);var x=(t,e,r)=>(Hs(t,e,"read from private field"),r?r.call(t):e.get(t)),Y=(t,e,r)=>e.has(t)?zn("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),M=(t,e,r,s)=>(Hs(t,e,"write to private field"),s?s.call(t,r):e.set(t,r),r),ae=(t,e,r)=>(Hs(t,e,"access private method"),r);var ms=(t,e,r,s)=>({set _(n){M(t,e,n,r)},get _(){return x(t,e,s)}});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const y=require("react");function Ja(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const s=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:()=>t[r]})}}return e.default=t,Object.freeze(e)}const Je=Ja(y),pt="3.1.7",Qa=()=>pt;var rn={exports:{}},Ur={};/**
1
+ "use strict";var zn=t=>{throw TypeError(t)};var Hs=(t,e,r)=>e.has(t)||zn("Cannot "+r);var x=(t,e,r)=>(Hs(t,e,"read from private field"),r?r.call(t):e.get(t)),Y=(t,e,r)=>e.has(t)?zn("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,r),M=(t,e,r,s)=>(Hs(t,e,"write to private field"),s?s.call(t,r):e.set(t,r),r),ae=(t,e,r)=>(Hs(t,e,"access private method"),r);var ms=(t,e,r,s)=>({set _(n){M(t,e,n,r)},get _(){return x(t,e,s)}});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const y=require("react");function Ja(t){const e=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const r in t)if(r!=="default"){const s=Object.getOwnPropertyDescriptor(t,r);Object.defineProperty(e,r,s.get?s:{enumerable:!0,get:()=>t[r]})}}return e.default=t,Object.freeze(e)}const Je=Ja(y),pt="3.1.9",Qa=()=>pt;var rn={exports:{}},Ur={};/**
2
2
  * @license React
3
3
  * react-jsx-runtime.production.min.js
4
4
  *
package/dist/index.mjs CHANGED
@@ -13,7 +13,7 @@ var ws = (t, e, r, s) => ({
13
13
  });
14
14
  import * as Xe from "react";
15
15
  import cr, { useRef as J, useCallback as z, useEffect as le, createContext as Ca, useMemo as bt, useContext as Nn, useState as K } from "react";
16
- const Bt = "3.1.7", qu = () => Bt;
16
+ const Bt = "3.1.9", qu = () => Bt;
17
17
  var nn = { exports: {} }, Hr = {};
18
18
  /**
19
19
  * @license React
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gymmymac/bob-widget",
3
- "version": "3.1.7",
3
+ "version": "3.1.9",
4
4
  "description": "Bob - AI-powered automotive parts assistant widget with multi-tenant support, RAF animations, swipeable interactions, and GA4 analytics",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",