@launchdarkly/js-client-sdk 0.1.0 → 0.2.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/CHANGELOG.md +16 -0
- package/dist/BrowserClient-DTEj396e.d.cts +121 -0
- package/dist/BrowserClient-DTEj396e.d.ts +121 -0
- package/dist/compat.cjs +1 -0
- package/dist/compat.d.cts +180 -0
- package/dist/compat.d.ts +180 -0
- package/dist/compat.js +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.d.cts +36 -0
- package/dist/{src/index.d.ts → index.d.ts} +8 -7
- package/dist/index.js +1 -0
- package/dist/metafile-cjs.json +1 -0
- package/dist/metafile-esm.json +1 -0
- package/package.json +29 -16
- package/dist/index.cjs.js +0 -2
- package/dist/index.cjs.js.map +0 -1
- package/dist/index.es.js +0 -2
- package/dist/index.es.js.map +0 -1
- package/dist/src/BrowserApi.d.ts +0 -48
- package/dist/src/BrowserApi.d.ts.map +0 -1
- package/dist/src/BrowserClient.d.ts +0 -68
- package/dist/src/BrowserClient.d.ts.map +0 -1
- package/dist/src/BrowserDataManager.d.ts +0 -20
- package/dist/src/BrowserDataManager.d.ts.map +0 -1
- package/dist/src/BrowserIdentifyOptions.d.ts +0 -23
- package/dist/src/BrowserIdentifyOptions.d.ts.map +0 -1
- package/dist/src/BrowserStateDetector.d.ts +0 -2
- package/dist/src/BrowserStateDetector.d.ts.map +0 -1
- package/dist/src/bootstrap.d.ts +0 -5
- package/dist/src/bootstrap.d.ts.map +0 -1
- package/dist/src/goals/GoalManager.d.ts +0 -20
- package/dist/src/goals/GoalManager.d.ts.map +0 -1
- package/dist/src/goals/GoalTracker.d.ts +0 -16
- package/dist/src/goals/GoalTracker.d.ts.map +0 -1
- package/dist/src/goals/Goals.d.ts +0 -33
- package/dist/src/goals/Goals.d.ts.map +0 -1
- package/dist/src/goals/LocationWatcher.d.ts +0 -6
- package/dist/src/goals/LocationWatcher.d.ts.map +0 -1
- package/dist/src/index.d.ts.map +0 -1
- package/dist/src/options.d.ts +0 -49
- package/dist/src/options.d.ts.map +0 -1
- package/dist/src/platform/Backoff.d.ts +0 -42
- package/dist/src/platform/Backoff.d.ts.map +0 -1
- package/dist/src/platform/BrowserCrypto.d.ts +0 -7
- package/dist/src/platform/BrowserCrypto.d.ts.map +0 -1
- package/dist/src/platform/BrowserEncoding.d.ts +0 -10
- package/dist/src/platform/BrowserEncoding.d.ts.map +0 -1
- package/dist/src/platform/BrowserHasher.d.ts +0 -10
- package/dist/src/platform/BrowserHasher.d.ts.map +0 -1
- package/dist/src/platform/BrowserInfo.d.ts +0 -6
- package/dist/src/platform/BrowserInfo.d.ts.map +0 -1
- package/dist/src/platform/BrowserPlatform.d.ts +0 -10
- package/dist/src/platform/BrowserPlatform.d.ts.map +0 -1
- package/dist/src/platform/BrowserRequests.d.ts +0 -7
- package/dist/src/platform/BrowserRequests.d.ts.map +0 -1
- package/dist/src/platform/DefaultBrowserEventSource.d.ts +0 -33
- package/dist/src/platform/DefaultBrowserEventSource.d.ts.map +0 -1
- package/dist/src/platform/LocalStorage.d.ts +0 -16
- package/dist/src/platform/LocalStorage.d.ts.map +0 -1
- package/dist/src/platform/randomUuidV4.d.ts +0 -12
- package/dist/src/platform/randomUuidV4.d.ts.map +0 -1
package/dist/index.js
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var Di=Object.defineProperty,bi=Object.defineProperties;var ki=Object.getOwnPropertyDescriptors;var lt=Object.getOwnPropertySymbols;var Ne=Object.prototype.hasOwnProperty,Pe=Object.prototype.propertyIsEnumerable;var Me=(i,t,e)=>t in i?Di(i,t,{enumerable:!0,configurable:!0,writable:!0,value:e}):i[t]=e,g=(i,t)=>{for(var e in t||(t={}))Ne.call(t,e)&&Me(i,e,t[e]);if(lt)for(var e of lt(t))Pe.call(t,e)&&Me(i,e,t[e]);return i},D=(i,t)=>bi(i,ki(t));var Mt=(i,t)=>{var e={};for(var n in i)Ne.call(i,n)&&t.indexOf(n)<0&&(e[n]=i[n]);if(i!=null&<)for(var n of lt(i))t.indexOf(n)<0&&Pe.call(i,n)&&(e[n]=i[n]);return e};function Si(i){return`/${i.replace(/~/g,"~0").replace(/\//g,"~1")}`}function He(i){return i.indexOf("~")?i.replace(/~1/g,"/").replace(/~0/g,"~"):i}function xi(i){return(i.startsWith("/")?i.substring(1):i).split("/").map(e=>He(e))}function Li(i){return!i.startsWith("/")}function Ci(i){return!i.match(/\/\/|(^\/.*~[^0|^1])|~$/)}var A=class{constructor(t,e=!1){if(e){let n=t;this.l=[n],this.isValid=n!=="",this.redactionName=n.startsWith("/")?Si(n):n}else{if(this.redactionName=t,t===""||t==="/"||!Ci(t)){this.isValid=!1,this.l=[];return}Li(t)?this.l=[t]:t.indexOf("/",1)<0?this.l=[He(t.slice(1))]:this.l=xi(t),this.l[0]==="_meta"?this.isValid=!1:this.isValid=!0}}get(t){let{l:e,isValid:n}=this;if(!n)return;let s=t;for(let r=0;r<e.length;r+=1){let a=e[r];if(s!=null&&Object.prototype.hasOwnProperty.call(s,a)&&typeof s=="object"&&!Array.isArray(s))s=s[a];else return}return s}getComponent(t){return this.l[t]}get depth(){return this.l.length}get isKind(){return this.l.length===1&&this.l[0]==="kind"}compare(t){return this.depth===t.depth&&this.l.every((e,n)=>e===t.getComponent(n))}};A.InvalidReference=new A("");var Ut=class{is(t){if(Array.isArray(t))return!1;let n=typeof t;return n==="function"||n==="object"}getType(){return"factory method or object"}},O=class{constructor(t,e){this.ut=t,this.typeOf=typeof e}is(t){return Array.isArray(t)?!1:typeof t===this.typeOf}getType(){return this.ut}},ft=class{constructor(t,e){this.ut=t,this.typeOf=typeof e}is(t){return Array.isArray(t)?t.length>0?t.every(e=>typeof e===this.typeOf):!0:!1}getType(){return this.ut}},V=class extends O{constructor(t){super(`number with minimum value of ${t}`,0),this.min=t}is(t){return typeof t===this.typeOf&&t>=this.min}},pt=class extends O{constructor(t){super(`string matching ${t}`,""),this.expression=t}is(t){return typeof t=="string"&&!!t.match(this.expression)}},Ft=class{is(t){return typeof t=="function"}getType(){return"function"}},jt=class{is(t){return typeof t=="boolean"||typeof t=="undefined"||t===null}getType(){return"boolean | undefined | null"}},Ai=/^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d\d*)?(Z|[-+]\d\d(:\d\d)?)/,Kt=class{is(t){return typeof t=="number"||typeof t=="string"&&Ai.test(t)}getType(){return"date"}},Ht=class extends pt{constructor(){super(/^(\w|\.|-)+$/)}is(t){return super.is(t)&&t!=="kind"}},l=class{static createTypeArray(t,e){return new ft(t,e)}static numberWithMin(t){return new V(t)}static stringMatchingRegex(t){return new pt(t)}};l.String=new O("string","");l.Number=new O("number",0);l.ObjectOrFactory=new Ut;l.Object=new O("object",{});l.StringArray=new ft("string[]","");l.Boolean=new O("boolean",!0);l.Function=new Ft;l.Date=new Kt;l.Kind=new Ht;l.NullableBoolean=new jt;function Ve(i){return"kind"in i?l.String.is(i.kind)&&i.kind!=="multi":!1}function _e(i){return"kind"in i?l.String.is(i.kind)&&i.kind==="multi":!1}function Be(i){return!("kind"in i)||i.kind===null||i.kind===void 0}var Vt="user";function Ue(i){return i.includes("%")||i.includes(":")?i.replace(/%/g,"%25").replace(/:/g,"%3A"):i}function Oi(i){return i&&l.Object.is(i)}function Fe(i){return l.Kind.is(i)}function je(i){return l.String.is(i)&&i!==""}function Nt(i,t=!1){return i?i.map(e=>new A(e,t)):[]}function Ri(i){return i!=null}function $i(i){let t=D(g({},i.custom||[]),{kind:"user",key:String(i.key)});if(Ri(i.anonymous)){let e=!!i.anonymous;delete t.anonymous,t.anonymous=e}return i.name!==null&&i.name!==void 0&&(t.name=i.name),i.ip!==null&&i.ip!==void 0&&(t.ip=i.ip),i.firstName!==null&&i.firstName!==void 0&&(t.firstName=i.firstName),i.lastName!==null&&i.lastName!==void 0&&(t.lastName=i.lastName),i.email!==null&&i.email!==void 0&&(t.email=i.email),i.avatar!==null&&i.avatar!==void 0&&(t.avatar=i.avatar),i.country!==null&&i.country!==void 0&&(t.country=i.country),i.privateAttributeNames!==null&&i.privateAttributeNames!==void 0&&(t._meta={privateAttributes:i.privateAttributeNames}),t}var b=class i{constructor(t,e,n){this.D=!1,this.J=!1,this.Kt=!1,this.S={},this.kind=e,this.valid=t,this.message=n}static m(t,e){return new i(!1,t,e)}static Ee(t,e){if(!(!e||!t.isValid))return t.depth===1&&t.getComponent(0)==="anonymous"?!!(e!=null&&e.anonymous):t.get(e)}Ht(t){if(this.D)return this.S[t];if(this.kind===t)return this.x}static we(t){let e=Object.keys(t).filter(c=>c!=="kind"),n=e.every(Fe);if(!e.length)return i.m("multi","A multi-kind context must contain at least one kind");if(!n)return i.m("multi","Context contains invalid kinds");let s={},r=!0,a=e.reduce((c,u)=>{var d;let h=t[u];return Oi(h)?(c[u]=h,s[u]=Nt((d=h._meta)==null?void 0:d.privateAttributes)):r=!1,c},{});if(!r)return i.m("multi","Context contained contexts that were not objects");if(!Object.values(a).every(c=>je(c.key)))return i.m("multi","Context contained invalid keys");if(e.length===1){let c=e[0],u=new i(!0,c);return u.x=D(g({},a[c]),{kind:c}),u.W=s,u.J=c==="user",u}let o=new i(!0,t.kind);return o.S=a,o.W=s,o.D=!0,o}static De(t){var c;let{key:e,kind:n}=t,s=Fe(n),r=je(e);if(!s)return i.m(n!=null?n:"unknown","The kind was not valid for the context");if(!r)return i.m(n,"The key for the context was not valid");let a=Nt((c=t._meta)==null?void 0:c.privateAttributes),o=new i(!0,n);return o.J=n==="user",o.x=t,o.W={[n]:a},o}static be(t){if(!(t.key!==void 0&&t.key!==null))return i.m("user","The key for the context was not valid");let n=new i(!0,"user");return n.J=!0,n.Kt=!0,n.x=$i(t),n.W={user:Nt(t.privateAttributeNames,!0)},n}static fromLDContext(t){return t?Ve(t)?i.De(t):_e(t)?i.we(t):Be(t)?i.be(t):i.m("unknown","Context was not of a valid kind"):i.m("unknown","No context specified. Returning default value")}static toLDContext(t){if(!t.valid)return;let e=t.getContexts();if(!t.D)return e[0][1];let n={kind:"multi"};return e.forEach(s=>{let r=s[0],a=s[1];n[r]=a}),n}valueForKind(t,e=Vt){return t.isKind?this.kinds:i.Ee(t,this.Ht(e))}key(t=Vt){var e;return(e=this.Ht(t))==null?void 0:e.key}get isMultiKind(){return this.D}get canonicalKey(){return this.J?this.x.key:this.D?Object.keys(this.S).sort().map(t=>`${t}:${Ue(this.S[t].key)}`).join(":"):`${this.kind}:${Ue(this.x.key)}`}get kinds(){return this.D?Object.keys(this.S):[this.kind]}get kindsAndKeys(){return this.D?Object.entries(this.S).reduce((t,[e,n])=>(t[e]=n.key,t),{}):{[this.kind]:this.x.key}}privateAttributes(t){var e;return((e=this.W)==null?void 0:e[t])||[]}getContexts(){return this.D?Object.entries(this.S):[[this.kind,this.x]]}get legacy(){return this.Kt}};b.UserKind=Vt;var Ti=["key","kind","_meta","anonymous"].map(i=>new A(i,!0)),Ii=["name","ip","firstName","lastName","email","avatar","country"];function Mi(i,t){return i.depth===t.length&&t.every((e,n)=>e===i.getComponent(n))}function Ni(i,t){let e=[],n={},s=[];for(e.push(...Object.keys(i).map(r=>({key:r,ptr:[r],source:i,parent:n,visited:[i]})));e.length;){let r=e.pop(),a=t.find(o=>Mi(o,r.ptr));if(a)s.push(a.redactionName);else{let o=r.source[r.key];o===null?r.parent[r.key]=o:Array.isArray(o)?r.parent[r.key]=[...o]:typeof o=="object"?r.visited.includes(o)||(r.parent[r.key]={},e.push(...Object.keys(o).map(c=>({key:c,ptr:[...r.ptr,c],source:o,parent:r.parent[r.key],visited:[...r.visited,o]})))):r.parent[r.key]=o}}return{cloned:n,excluded:s.sort()}}var _t=class{constructor(t,e){this.ke=t,this.Se=e}filter(t,e=!1){let n=t.getContexts();if(n.length===1)return this.Vt(t,n[0][1],n[0][0],e);let s={kind:"multi"};return n.forEach(([r,a])=>{s[r]=this.Vt(t,a,r,e)}),s}xe(t,e,n,s){return(s?Object.keys(e).map(r=>new A(r,!0)):[...this.Se,...t.privateAttributes(n)]).filter(r=>!Ti.some(a=>a.compare(r)))}Vt(t,e,n,s){let r=this.ke||s&&e.anonymous===!0,{cloned:a,excluded:o}=Ni(e,this.xe(t,e,n,r));return t.legacy&&Ii.forEach(c=>{c in a&&(a[c]=String(a[c]))}),o.length&&(a._meta||(a._meta={}),a._meta.redactedAttributes=o),a._meta&&(delete a._meta.privateAttributes,Object.keys(a._meta).length===0&&delete a._meta),a}},v;(function(i){i.Unknown="UNKNOWN",i.NetworkError="NETWORK_ERROR",i.ErrorResponse="ERROR_RESPONSE",i.InvalidData="INVALID_DATA"})(v||(v={}));var M=class extends Error{constructor(t,e,n,s=!0){super(e),this.kind=t,this.status=n,this.name="LaunchDarklyPollingError",this.recoverable=s}},S=class extends Error{constructor(t,e,n,s=!0){super(e),this.kind=t,this.code=n,this.name="LaunchDarklyStreamingError",this.recoverable=s}},F;(function(i){i[i.Disabled=0]="Disabled",i[i.Enabled=1]="Enabled"})(F||(F={}));var j;(function(i){i[i.AnalyticsEvents=0]="AnalyticsEvents",i[i.DiagnosticEvent=1]="DiagnosticEvent"})(j||(j={}));var I;(function(i){i[i.Succeeded=0]="Succeeded",i[i.Failed=1]="Failed",i[i.FailedAndMustShutDown=2]="FailedAndMustShutDown"})(I||(I={}));function U(i){if(typeof i=="string")return i;if(i===void 0)return"undefined";if(i===null)return"null";if(Object.prototype.hasOwnProperty.call(i,"toString"))try{return i.toString()}catch(t){}if(typeof i=="bigint")return`${i}n`;try{return JSON.stringify(i)}catch(t){return t instanceof TypeError&&t.message.indexOf("circular")>=0?"[Circular]":"[Not Stringifiable]"}}function Pi(i){return typeof i=="symbol"?"NaN":typeof i=="bigint"?`${i}n`:String(Number(i))}function Ui(i){return typeof i=="symbol"?"NaN":typeof i=="bigint"?`${i}n`:String(parseInt(i,10))}function Fi(i){return typeof i=="symbol"?"NaN":String(parseFloat(i))}var ht={s:i=>U(i),d:i=>Pi(i),i:i=>Ui(i),f:i=>Fi(i),j:i=>U(i),o:i=>U(i),O:i=>U(i),c:()=>""};function Bt(...i){var e;let t=i.shift();if(l.String.is(t)){let n="",s=0;for(;s<t.length;){let r=t.charAt(s);if(r==="%"){if(s+1<t.length){let o=t.charAt(s+1);if(o in ht&&i.length){let c=i.shift();n+=(e=ht[o])==null?void 0:e.call(ht,c)}else o==="%"?n+="%":n+=`%${o}`;s+=2}}else n+=r,s+=1}return i.length&&(n.length&&(n+=" "),n+=i.map(U).join(" ")),n}return i.map(U).join(" ")}var P={debug:0,info:1,warn:2,error:3,none:4},ji=["debug","info","warn","error","none"],Gt=class i{static get(){return new i({})}constructor(t){var e,n,s;this.Le=(n=P[(e=t.level)!=null?e:"info"])!=null?n:P.info,this.Ce=(s=t.name)!=null?s:"LaunchDarkly",this._t=t.destination,this.Bt=t.formatter}Ae(...t){var e;try{return this.Bt?(e=this.Bt)==null?void 0:e.call(this,...t):Bt(...t)}catch(n){return Bt(...t)}}Oe(t){try{this._t(t)}catch(e){console.error(t)}}y(t,e){if(t>=this.Le){let n=`${ji[t]}: [${this.Ce}]`;try{this._t?this.Oe(`${n} ${this.Ae(...e)}`):console.error(...e)}catch(s){console.error(...e)}}}error(...t){this.y(P.error,t)}warn(...t){this.y(P.warn,t)}info(...t){this.y(P.info,t)}debug(...t){this.y(P.debug,t)}},Ki={error:l.Function,warn:l.Function,info:l.Function,debug:l.Function},_=class{constructor(t,e){Object.entries(Ki).forEach(([n,s])=>{if(!s.is(t[n]))throw new Error(`Provided logger instance must support logger.${n}(...) method`)}),this.t=t,this.Re=e}y(t,e){try{this.t[t](...e)}catch(n){this.Re[t](...e)}}error(...t){this.y("error",t)}warn(...t){this.y("warn",t)}info(...t){this.y("info",t)}debug(...t){this.y("debug",t)}},J=i=>{let t=new Gt({level:"info",destination:console.error,formatter:Bt});return i?new _(i,t):t},w=class{static deprecated(t,e){return`"${t}" is deprecated, please use "${e}"`}static optionBelowMinimum(t,e,n){return`Config option "${t}" had invalid value of ${e}, using minimum of ${n} instead`}static unknownOption(t){return`Ignoring unknown config option "${t}"`}static wrongOptionType(t,e,n){return`Config option "${t}" should be of type ${e}, got ${n}, using default value`}static wrongOptionTypeBoolean(t,e){return`Config option "${t}" should be a boolean, got ${e}, converting to boolean`}static invalidTagValue(t){return`Config option "${t}" must only contain letters, numbers, ., _ or -.`}static tagValueTooLong(t){return`Value of "${t}" was longer than 64 characters and was discarded.`}static partialEndpoint(t){return`You have set custom uris without specifying the ${t} URI; connections may not work properly`}},Hi=/^(\w|\.|-)+$/,Vi=l.stringMatchingRegex(Hi),_i={is:(i,t)=>Vi.is(i)?i.length>64?{valid:!1,message:w.tagValueTooLong(t)}:{valid:!0}:{valid:!1,message:w.invalidTagValue(t)}},gt=class{constructor(t){let e={},n=t==null?void 0:t.application,s=t==null?void 0:t.logger;n&&Object.entries(n).forEach(([a,o])=>{if(o!=null){let{valid:c,message:u}=_i.is(o,`application.${a}`);c?a==="versionName"?e["application-version-name"]=[o]:e[`application-${a}`]=[o]:s==null||s.warn(u)}});let r=Object.keys(e);r.length&&(this.value=r.sort().flatMap(a=>e[a].sort().map(o=>`${a}/${o}`)).join(" "))}},mt=class{constructor(t,e,n){this.platform=n,this.basicConfiguration={tags:e.tags,logger:e.logger,offline:e.offline,serviceEndpoints:e.serviceEndpoints,sdkKey:t}}};function Pt(i){return i.replace(/\/+$/,"")}function se(i){return i.replace(/^\/+/,"").replace(/\?$/,"")}var N=class i{constructor(t,e,n=i.DEFAULT_EVENTS,s="/bulk",r="/diagnostic",a=!0,o){this.streaming=Pt(t),this.polling=Pt(e),this.events=Pt(n),this.analyticsEventPath=s,this.diagnosticEventPath=r,this.includeAuthorizationHeader=a,this.payloadFilterKey=o}};N.DEFAULT_EVENTS="https://events.launchdarkly.com";function re(i,t){if(t.length===0)return i;let e=t.map(({key:n,value:s})=>`${n}=${s}`);return`${i}?${e.join("&")}`}function ae(i,t,e){let n=se(t),s=[...e];return i.payloadFilterKey&&s.push({key:"filter",value:i.payloadFilterKey}),re(`${i.streaming}/${n}`,s)}function Ge(i,t,e){let n=se(t),s=[...e];return i.payloadFilterKey&&s.push({key:"filter",value:i.payloadFilterKey}),re(`${i.polling}/${n}`,s)}function Ke(i,t,e){let n=se(t);return re(`${i.events}/${n}`,e)}var B=class extends Error{constructor(t){super(t),this.name="LaunchDarklyUnexpectedResponseError"}},G=class extends Error{constructor(t){super(t),this.name="LaunchDarklyClientError"}},qt=class extends Error{constructor(t){super(t),this.name="LaunchDarklyTimeoutError"}};function W(i){return i>=400&&i<500?i===400||i===408||i===429:!0}function Bi(i){return i===413?!0:W(i)}function oe(i){return i==null?i:JSON.parse(JSON.stringify(i))}function wt(i){return Math.trunc(i*1e3)}var Gi=i=>JSON.stringify(i)==="{}",Dt=(i,t)=>i&&Object.entries(i).reduce((e,[n,s])=>(s&&!Gi(s)&&!(t!=null&&t.includes(n))&&(e[n]=typeof s=="object"?Dt(s,t):s),e),{});function H(i,t){if(i===t)return!0;if(i&&t&&typeof i=="object"&&typeof t=="object"){if(i.constructor!==t.constructor)return!1;var e,n,s;if(Array.isArray(i)){if(e=i.length,e!=t.length)return!1;for(n=e;n--!==0;)if(!H(i[n],t[n]))return!1;return!0}if(i instanceof Map&&t instanceof Map){if(i.size!==t.size)return!1;for(n of i.entries())if(!t.has(n[0]))return!1;for(n of i.entries())if(!H(n[1],t.get(n[0])))return!1;return!0}if(i instanceof Set&&t instanceof Set){if(i.size!==t.size)return!1;for(n of i.entries())if(!t.has(n[0]))return!1;return!0}if(ArrayBuffer.isView(i)&&ArrayBuffer.isView(t)){if(e=i.length,e!=t.length)return!1;for(n=e;n--!==0;)if(i[n]!==t[n])return!1;return!0}if(i.constructor===RegExp)return i.source===t.source&&i.flags===t.flags;if(i.valueOf!==Object.prototype.valueOf)return i.valueOf()===t.valueOf();if(i.toString!==Object.prototype.toString)return i.toString()===t.toString();if(s=Object.keys(i),e=s.length,e!==Object.keys(t).length)return!1;for(n=e;n--!==0;)if(!Object.prototype.hasOwnProperty.call(t,s[n]))return!1;for(n=e;n--!==0;){var r=s[n];if(!H(i[r],t[r]))return!1}return!0}return i!==i&&t!==t}function qe(i,t,e,n=!0,s="user-agent"){let{userAgentBase:r,version:a,wrapperName:o,wrapperVersion:c}=t.sdkData(),u={[s]:`${r!=null?r:"NodeJSClient"}/${a}`};return n&&(u.authorization=i),o&&(u["x-launchdarkly-wrapper"]=c?`${o}/${c}`:o),e!=null&&e.value&&(u["x-launchdarkly-tags"]=e.value),u}function R(i,t,e){let n;i.status?n=`error ${i.status}${i.status===401?" (invalid SDK key)":""}`:n=`I/O error (${i.message||"unknown error"})`;let s=e!=null?e:"giving up permanently";return`Received ${n} for ${t} - ${s}`}function ce({status:i}){return i?W(i):!0}var ue=(i,t)=>t.btoa(i).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"");var qi=async(i=1e3)=>new Promise(t=>{setTimeout(t,i)}),Je=(i,t)=>new Promise((e,n)=>{setTimeout(()=>{let s=`${t} timed out after ${i} seconds.`;n(new qt(s))},i*1e3)}),Jt=class{constructor(t,e,n){this.r=e,this.$e=n,this.lt=[],this.Gt=Date.now(),this.qt=this.Gt,this.Jt={diagnosticId:e.crypto.randomUUID(),sdkKeySuffix:t.length>6?t.substring(t.length-6):t}}createInitEvent(){var n,s,r;let t=this.r.info.sdkData(),e=this.r.info.platformData();return{kind:"diagnostic-init",id:this.Jt,creationDate:this.Gt,sdk:t,configuration:this.$e,platform:g({name:e.name,osArch:(n=e.os)==null?void 0:n.arch,osName:(s=e.os)==null?void 0:s.name,osVersion:(r=e.os)==null?void 0:r.version},e.additional||{})}}recordStreamInit(t,e,n){let s={timestamp:t,failed:e,durationMillis:n};this.lt.push(s)}createStatsEventAndReset(t,e,n){let s=Date.now(),r={kind:"diagnostic",id:this.Jt,creationDate:s,dataSinceDate:this.qt,droppedEvents:t,deduplicatedUsers:e,eventsInLastBatch:n,streamInits:this.lt};return this.lt=[],this.qt=s,r}},Wt;(function(i){i.MalformedFlag="MALFORMED_FLAG",i.UserNotSpecified="USER_NOT_SPECIFIED",i.FlagNotFound="FLAG_NOT_FOUND",i.ClientNotReady="CLIENT_NOT_READY",i.WrongType="WRONG_TYPE"})(Wt||(Wt={}));var Ji=Wt,yt=class{static invalidMetricValue(t){return`The track function was called with a non-numeric "metricValue" (${t}), only numeric metric values are supported.`}};yt.MissingContextKeyNoEvent="Context was unspecified or had no key; event will not be sent";var zt=class{constructor(t,e){let{basicConfiguration:n,platform:s}=t,{serviceEndpoints:{analyticsEventPath:r,diagnosticEventPath:a}}=n,{crypto:o,requests:c}=s;this.Te=g({},e),this.Wt=Ke(n.serviceEndpoints,r,[]),this.Ie=Ke(n.serviceEndpoints,a,[]),this.g=c,this.Me=o}async z(t,e,n,s){let r={status:I.Succeeded},a=D(g({},this.Te),{"content-type":"application/json"});n&&(a["x-launchdarkly-payload-id"]=n,a["x-launchDarkly-event-schema"]="4");let o;try{let{status:c,headers:u}=await this.g.fetch(e,{headers:a,body:JSON.stringify(t),method:"POST",keepalive:!0}),h=Date.parse(u.get("date")||"");if(h&&(r.serverTime=h),c<=204)return r;if(o=new B(R({status:c,message:"some events were dropped"},"event posting")),!W(c))return Bi(c)?r.status=I.Failed:r.status=I.FailedAndMustShutDown,r.error=o,r}catch(c){o=c}return o&&!s?(r.status=I.Failed,r.error=o,r):(await qi(),this.z(t,this.Wt,n,!1))}async sendEventData(t,e){let n=t===j.AnalyticsEvents?this.Me.randomUUID():void 0,s=t===j.AnalyticsEvents?this.Wt:this.Ie;return this.z(e,s,n,!0)}};function Yt(i){return i.kind==="feature"}function Wi(i){return i.kind==="identify"}function zi(i){return i.kind==="migration_op"}var Xt=class{constructor(t,e,n,s,r,a){this.count=t,this.key=e,this.value=n,this.version=r,this.variation=a,this.default=s}increment(){this.count+=1}};function Yi(i){return`${i.key}:${i.variation!==null&&i.variation!==void 0?i.variation:""}:${i.version!==null&&i.version!==void 0?i.version:""}`}var Zt=class{constructor(){this.U=0,this.Y=0,this.X={},this.Z={}}summarizeEvent(t){if(Yt(t)&&!t.excludeFromSummaries){let e=Yi(t),n=this.X[e],s=this.Z[t.key];s||(s=new Set,this.Z[t.key]=s),t.context.kinds.forEach(r=>s.add(r)),n?n.increment():this.X[e]=new Xt(1,t.key,t.value,t.default,t.version,t.variation),(this.U===0||t.creationDate<this.U)&&(this.U=t.creationDate),t.creationDate>this.Y&&(this.Y=t.creationDate)}}getSummary(){let t=Object.values(this.X).reduce((e,n)=>{let s=e[n.key];s||(s={default:n.default,counters:[],contextKinds:[...this.Z[n.key]]},e[n.key]=s);let r={value:n.value,count:n.count};return n.variation!==void 0&&n.variation!==null&&(r.variation=n.variation),n.version!==void 0&&n.version!==null?r.version=n.version:r.unknown=!0,s.counters.push(r),e},{});return{startDate:this.U,endDate:this.Y,features:t,kind:"summary"}}clearSummary(){this.U=0,this.Y=0,this.X={},this.Z={}}},Qt=class extends Error{constructor(t){super(t),this.name="LaunchDarklyInvalidSDKKeyError"}};function dt(i){let t=Math.trunc(i);return t===1?!0:t===0?!1:Math.floor(Math.random()*t)===0}var te=class{constructor(t,e,n,s,r,a=!0){this.n=t,this.Q=s,this.a=r,this.ht=new Zt,this.tt=[],this.zt=0,this.dt=0,this.ft=0,this.pt=!1,this.Yt=0,this.gt=!1,this.mt=null,this.Ne=t.eventsCapacity,this.t=e.basicConfiguration.logger,this.Xt=new zt(e,n),this.Zt=new _t(t.allAttributesPrivate,t.privateAttributes.map(o=>new A(o))),a&&this.start()}start(){var t,e;if(((t=this.Q)==null?void 0:t.flushInterval)!==void 0&&(this.mt=setInterval(()=>{var n;(n=this.Q)==null||n.flush()},this.Q.flushInterval*1e3)),this.Pe=setInterval(async()=>{var n;try{await this.flush()}catch(s){(n=this.t)==null||n.debug(`Flush failed: ${s}`)}},this.n.flushInterval*1e3),this.a){let n=this.a.createInitEvent();this.Qt(n),this.te=setInterval(()=>{let s=this.a.createStatsEventAndReset(this.dt,this.ft,this.Yt);this.dt=0,this.ft=0,this.Qt(s)},this.n.diagnosticRecordingInterval*1e3)}(e=this.t)==null||e.debug("Started EventProcessor.")}Qt(t){this.Xt.sendEventData(j.DiagnosticEvent,t)}close(){clearInterval(this.Pe),this.mt&&clearInterval(this.mt),this.te&&clearInterval(this.te)}async flush(){var n;if(this.gt)throw new Qt("Events cannot be posted because a permanent error has been encountered. This is most likely an invalid SDK key. The specific error information is logged independently.");let t=this.tt;this.tt=[];let e=this.ht.getSummary();this.ht.clearSummary(),Object.keys(e.features).length&&t.push(e),t.length&&(this.Yt=t.length,(n=this.t)==null||n.debug("Flushing %d events",t.length),await this.z(t))}sendEvent(t){var c;if(this.gt)return;if(zi(t)){if(dt(t.samplingRatio)){let u=g({},t);u.samplingRatio===1&&delete u.samplingRatio,this.et(u)}return}this.ht.summarizeEvent(t);let e=Yt(t),n=e&&t.trackEvents||!e,s=this.Ue(t),r=Wi(t),a=(c=this.Q)==null?void 0:c.processContext(t.context);a||r||(this.ft+=1),a&&!r&&this.et(this.yt({kind:"index",creationDate:t.creationDate,context:t.context,samplingRatio:1},!1)),n&&dt(t.samplingRatio)&&this.et(this.yt(t,!1)),s&&dt(t.samplingRatio)&&this.et(this.yt(t,!0))}yt(t,e){switch(t.kind){case"feature":{let n={kind:e?"debug":"feature",creationDate:t.creationDate,context:this.Zt.filter(t.context,!e),key:t.key,value:t.value,default:t.default};return t.samplingRatio!==1&&(n.samplingRatio=t.samplingRatio),t.prereqOf&&(n.prereqOf=t.prereqOf),t.variation!==void 0&&(n.variation=t.variation),t.version!==void 0&&(n.version=t.version),t.reason&&(n.reason=t.reason),n}case"index":case"identify":{let n={kind:t.kind,creationDate:t.creationDate,context:this.Zt.filter(t.context)};return t.samplingRatio!==1&&(n.samplingRatio=t.samplingRatio),n}case"custom":{let n={kind:"custom",creationDate:t.creationDate,key:t.key,contextKeys:t.context.kindsAndKeys};return t.samplingRatio!==1&&(n.samplingRatio=t.samplingRatio),t.data!==void 0&&(n.data=t.data),t.metricValue!==void 0&&(n.metricValue=t.metricValue),t.url!==void 0&&(n.url=t.url),n}case"click":return{kind:"click",creationDate:t.creationDate,contextKeys:t.context.kindsAndKeys,key:t.key,url:t.url,selector:t.selector};case"pageview":return{kind:"pageview",creationDate:t.creationDate,contextKeys:t.context.kindsAndKeys,key:t.key,url:t.url};default:return t}}et(t){var e;this.tt.length<this.Ne?(this.tt.push(t),this.pt=!1):(this.pt||(this.pt=!0,(e=this.t)==null||e.warn("Exceeded event queue capacity. Increase capacity to avoid dropping events.")),this.dt+=1)}Ue(t){return Yt(t)&&t.debugEventsUntilDate&&t.debugEventsUntilDate>this.zt&&t.debugEventsUntilDate>Date.now()}async z(t){let e=await this.Xt.sendEventData(j.AnalyticsEvents,t);if(e.status===I.FailedAndMustShutDown&&(this.gt=!0),e.serverTime&&(this.zt=e.serverTime),e.error)throw e.error}},vt=class{constructor(t,e,n,s,r=1,a){this.context=t,this.key=e,this.data=n,this.metricValue=s,this.samplingRatio=r,this.url=a,this.kind="custom",this.creationDate=Date.now(),this.context=t}},q=class{constructor(t,e,n,s,r,a,o,c,u,h,d,f,p=1){this.withReasons=t,this.context=e,this.key=n,this.samplingRatio=p,this.kind="feature",this.creationDate=Date.now(),this.value=s,this.default=r,a!==void 0&&(this.version=a),o!==void 0&&(this.variation=o),c!==void 0&&(this.trackEvents=c),u!==void 0&&(this.prereqOf=u),h!==void 0&&(this.reason=h),d!==void 0&&(this.debugEventsUntilDate=d),f!==void 0&&(this.excludeFromSummaries=f)}},Et=class{constructor(t,e=1){this.context=t,this.samplingRatio=e,this.kind="identify",this.creationDate=Date.now()}},ee=class{close(){}async flush(){}sendEvent(){}},ie=class{constructor(t){this.vt=t}evalEvent(t){var e;return new q(this.vt,t.context,t.flagKey,t.value,t.defaultVal,t.version,(e=t.variation)!=null?e:void 0,t.trackEvents||t.addExperimentData,t.prereqOfFlagKey,this.vt||t.addExperimentData?t.reason:void 0,t.debugEventsUntilDate,t.excludeFromSummaries,t.samplingRatio)}unknownFlagEvent(t,e,n){return new q(this.vt,n,t,e,e,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0)}identifyEvent(t){return new Et(t,1)}customEvent(t,e,n,s,r=1){return new vt(e,t,n!=null?n:void 0,s!=null?s:void 0,r)}},Xi=(i,t,e,n)=>{e==null||e.error(`Stream received invalid data in "${i}" message`),e==null||e.debug(`Invalid JSON follows: ${t}`),n==null||n(new S(v.InvalidData,"Malformed JSON data in event stream"))},ne=class{constructor(t,e,n,s,r,a,o,c=1){this.e=s,this.a=a,this.u=o,this.Fe=c;let{basicConfiguration:u,platform:h}=t,{logger:d}=u,{requests:f}=h;this.A=g({},r),this.t=d,this.g=f,this.Et=ae(u.serviceEndpoints,e,n)}F(){this.v=Date.now()}L(t){this.v&&this.a&&this.a.recordStreamInit(this.v,!t,Date.now()-this.v),this.v=void 0}wt(t){var e,n,s;return ce(t)?((s=this.t)==null||s.warn(R(t,"streaming request","will retry")),this.L(!1),this.F(),!0):(this.L(!1),(e=this.u)==null||e.call(this,new S(v.ErrorResponse,t.message,t.status)),(n=this.t)==null||n.error(R(t,"streaming request")),!1)}start(){this.F();let t=this.g.createEventSource(this.Et,{headers:this.A,errorFilter:e=>this.wt(e),initialRetryDelayMillis:1e3*this.Fe,readTimeoutMillis:5*60*1e3,retryResetIntervalMillis:60*1e3});this.K=t,t.onclose=()=>{var e;(e=this.t)==null||e.info("Closed LaunchDarkly stream connection")},t.onerror=()=>{},t.onopen=()=>{var e;(e=this.t)==null||e.info("Opened LaunchDarkly stream connection")},t.onretrying=e=>{var n;(n=this.t)==null||n.info(`Will retry stream connection in ${e.delayMillis} milliseconds`)},this.e.forEach(({deserializeData:e,processJson:n},s)=>{t.addEventListener(s,r=>{var a,o;if((a=this.t)==null||a.debug(`Received ${s} event`),r!=null&&r.data){this.L(!0);let{data:c}=r,u=e(c);if(!u){Xi(s,c,this.t,this.u);return}n(u)}else(o=this.u)==null||o.call(this,new S(v.Unknown,"Unexpected payload from event stream"))})})}stop(){var t;(t=this.K)==null||t.close(),this.K=void 0}close(){this.stop()}},x=Object.freeze({__proto__:null,ClientMessages:yt,DiagnosticsManager:Jt,ErrorKinds:Ji,EventFactoryBase:ie,EventProcessor:te,InputCustomEvent:vt,InputEvalEvent:q,InputIdentifyEvent:Et,NullEventProcessor:ee,StreamingProcessor:ne,isLegacyUser:Be,isMultiKind:_e,isSingleKind:Ve,shouldSample:dt});var E;(function(i){i.Initializing="INITIALIZING",i.Valid="VALID",i.Interrupted="INTERRUPTED",i.SetOffline="SET_OFFLINE",i.Closed="CLOSED"})(E||(E={}));function Qi(i){return i>=200&&i<=299}var bt=class extends Error{constructor(t,e){super(t),this.status=e,this.name="LaunchDarklyRequestError"}},pe=class{constructor(t,e,n,s,r){this.g=t,this.je=e,this.A=n,this.Ke=s,this.He=r}async requestPayload(){let t;try{let e=await this.g.fetch(this.je,{method:this.Ke,headers:this.A,body:this.He});if(Qi(e.status))return await e.text();t=e.status}catch(e){throw new bt(e==null?void 0:e.message)}throw new bt(`Unexpected status code: ${t}`,t)}};function Ce(i,t,e,n,s,r,a,o,c,u){let h,d="GET",f=g({},r);c&&(d="REPORT",f["content-type"]="application/json",h=i);let p=c?e.pathReport(s,i):e.pathGet(s,i),m=[...a!=null?a:[]];o&&m.push({key:"withReasons",value:"true"}),u&&m.push({key:"h",value:u});let y=Ge(t,p,m);return new pe(n,y,f,d,h)}var tn={logger:l.Object,maxCachedContexts:l.numberWithMin(0),baseUri:l.String,streamUri:l.String,eventsUri:l.String,capacity:l.numberWithMin(1),diagnosticRecordingInterval:l.numberWithMin(2),flushInterval:l.numberWithMin(2),streamInitialReconnectDelay:l.numberWithMin(0),allAttributesPrivate:l.Boolean,debug:l.Boolean,diagnosticOptOut:l.Boolean,withReasons:l.Boolean,sendEvents:l.Boolean,pollInterval:l.numberWithMin(30),useReport:l.Boolean,privateAttributes:l.StringArray,applicationInfo:l.Object,wrapperName:l.String,wrapperVersion:l.String,payloadFilterKey:l.stringMatchingRegex(/^[a-zA-Z0-9](\w|\.|-)*$/),hooks:l.createTypeArray("Hook[]",{}),inspectors:l.createTypeArray("LDInspection",{})},en=60*5,Ze="https://clientsdk.launchdarkly.com",Qe="https://clientstream.launchdarkly.com";function nn(i){return i instanceof _?i:J(i)}var ge=class{constructor(t={},e={}){var s,r,a;this.logger=J(),this.baseUri=Ze,this.eventsUri=N.DEFAULT_EVENTS,this.streamUri=Qe,this.maxCachedContexts=5,this.capacity=100,this.diagnosticRecordingInterval=900,this.flushInterval=30,this.streamInitialReconnectDelay=1,this.allAttributesPrivate=!1,this.debug=!1,this.diagnosticOptOut=!1,this.sendEvents=!0,this.sendLDHeaders=!0,this.useReport=!1,this.withReasons=!1,this.privateAttributes=[],this.pollInterval=en,this.hooks=[],this.inspectors=[],this.logger=nn(t.logger),this.Ve(t).forEach(o=>this.logger.warn(o)),this.serviceEndpoints=new N(this.streamUri,this.baseUri,this.eventsUri,e.analyticsEventPath,e.diagnosticEventPath,e.includeAuthorizationHeader,t.payloadFilterKey),this.useReport=(s=t.useReport)!=null?s:!1,this.tags=new gt({application:this.applicationInfo,logger:this.logger}),this.userAgentHeaderName=(r=e.userAgentHeaderName)!=null?r:"user-agent",this.trackEventModifier=(a=e.trackEventModifier)!=null?a:o=>o}Ve(t){let e=[];return Object.entries(t).forEach(([n,s])=>{let r=tn[n];if(r)if(r.is(s))n==="logger"||(this[n]=s!=null?s:void 0);else{let a=r.getType();if(a==="boolean")e.push(w.wrongOptionTypeBoolean(n,typeof s)),this[n]=!!s;else if(a==="boolean | undefined | null")e.push(w.wrongOptionTypeBoolean(n,typeof s)),typeof s!="boolean"&&typeof s!="undefined"&&s!==null&&(this[n]=!!s);else if(r instanceof V&&l.Number.is(s)){let{min:o}=r;e.push(w.optionBelowMinimum(n,s,o)),this[n]=o}else e.push(w.wrongOptionType(n,r.getType(),typeof s))}else e.push(w.unknownOption(n))}),e}};async function ti(i,t){if(i.digest)return i.digest(t);if(i.asyncDigest)return i.asyncDigest(t);throw new Error("Platform must implement digest or asyncDigest")}var ei=async(i,{crypto:t,storage:e})=>{let n=await(e==null?void 0:e.get(i));return n||(n=t.randomUUID(),await(e==null?void 0:e.set(i,n))),n};function ii(i){return async t=>ti(i.createHash("sha256").update(t),"base64")}var k=async i=>i;async function Y(i){return(await Promise.all(i.map(e=>e.transform(e.value)))).join("_")}async function sn(i,t){return Y([{value:"LaunchDarkly",transform:k},{value:t,transform:ii(i)}])}async function rn(i){return Y([{value:"LaunchDarkly",transform:k},{value:"AnonymousKeys",transform:k},{value:i,transform:k}])}async function an(i){return Y([{value:"LaunchDarkly",transform:k},{value:"ContextKeys",transform:k},{value:i,transform:k}])}async function on(i){return Y([{value:i,transform:k},{value:"ContextIndex",transform:k}])}async function We(i,t,e){return Y([{value:t,transform:k},{value:e.canonicalKey,transform:ii(i)}])}var{isLegacyUser:cn,isSingleKind:le,isMultiKind:ze}=x,ni="1.0",un=i=>{let n=i,{kind:t}=n,e=Mt(n,["kind"]);return{kind:"multi",[t]:e}},ln=async({crypto:i,info:t},{applicationInfo:e})=>{var a;let{ld_application:n}=t.platformData(),s=(a=Dt(n))!=null?a:{},r=(e==null?void 0:e.id)||(s==null?void 0:s.id);if(r){let o=(e==null?void 0:e.version)||(s==null?void 0:s.version),c=(e==null?void 0:e.name)||(s==null?void 0:s.name),u=(e==null?void 0:e.versionName)||(s==null?void 0:s.versionName);return s=g(g(g(D(g({},s),{id:r}),o?{version:o}:{}),c?{name:c}:{}),u?{versionName:u}:{}),s.key=await ti(i.createHash("sha256").update(r),"base64"),s.envAttributesVersion=s.envAttributesVersion||ni,s}},hn=async i=>{var o,c,u,h;let{ld_device:t,os:e}=i.info.platformData(),n=(o=Dt(t))!=null?o:{},s=(e==null?void 0:e.name)||((c=n.os)==null?void 0:c.name),r=(e==null?void 0:e.version)||((u=n.os)==null?void 0:u.version),a=(h=n.os)==null?void 0:h.family;if((s||r||a)&&(n.os=g(g(g({},s?{name:s}:{}),r?{version:r}:{}),a?{family:a}:{})),Object.keys(n).filter(d=>d!=="key"&&d!=="envAttributesVersion").length){let d=await an("ld_device");return n.key=await ei(d,i),n.envAttributesVersion=n.envAttributesVersion||ni,n}},dn=async(i,t,e)=>{if(cn(i))return i;let n,s;if(le(i)&&i.kind!=="ld_application"||ze(i)&&!i.ld_application?n=await ln(t,e):e.logger.warn("Not adding ld_application environment attributes because it already exists."),le(i)&&i.kind!=="ld_device"||ze(i)&&!i.ld_device?s=await hn(t):e.logger.warn("Not adding ld_device environment attributes because it already exists."),n||s){let r=le(i)?un(i):i;return g(g(g({},r),n?{ld_application:n}:{}),s?{ld_device:s}:{})}return i},{isLegacyUser:fn,isMultiKind:pn,isSingleKind:gn}=x,Ae=async(i,t,e)=>{let{anonymous:n,key:s}=t;if(n&&!s){let r=await rn(i);t.key=await ei(r,e)}},mn=async(i,t)=>{await Ae(i.kind,i,t)},yn=async(i,t)=>{let s=i,{kind:e}=s,n=Mt(s,["kind"]);return Promise.all(Object.entries(n).map(([r,a])=>Ae(r,a,t)))},vn=async(i,t)=>{await Ae("user",i,t)},En=async(i,t)=>{let e=oe(i);return gn(e)&&await mn(e,t),pn(e)&&await yn(e,t),fn(e)&&await vn(e,t),e},wn=i=>({customBaseURI:i.serviceEndpoints.polling!==Ze,customStreamURI:i.serviceEndpoints.streaming!==Qe,customEventsURI:i.serviceEndpoints.events!==N.DEFAULT_EVENTS,eventsCapacity:i.capacity,eventsFlushIntervalMillis:wt(i.flushInterval),reconnectTimeMillis:wt(i.streamInitialReconnectDelay),diagnosticRecordingIntervalMillis:wt(i.diagnosticRecordingInterval),allAttributesPrivate:i.allAttributesPrivate,usingSecureMode:!1,bootstrapMode:!1}),Dn=(i,t,e)=>{if(t.sendEvents&&!t.diagnosticOptOut)return new x.DiagnosticsManager(i,e,wn(t))};function he(i,t){return{value:t!=null?t:null,variationIndex:null,reason:{kind:"ERROR",errorKind:i}}}function Ye(i,t,e){return{value:i,variationIndex:t!=null?t:null,reason:e!=null?e:null}}var bn=(i,t,e,n,s)=>{if(t.sendEvents)return new x.EventProcessor(D(g({},t),{eventsCapacity:t.capacity}),new mt(i,t,e),n,void 0,s,!1)},kt=class extends x.EventFactoryBase{evalEventClient(t,e,n,s,r,a){let{trackEvents:o,debugEventsUntilDate:c,trackReason:u,flagVersion:h,version:d,variation:f}=s;return super.evalEvent({addExperimentData:u,context:r,debugEventsUntilDate:c,defaultVal:n,flagKey:t,reason:a,trackEvents:!!o,value:e,variation:f,version:h!=null?h:d})}},z=class i{constructor(){this.container={index:new Array}}static fromJson(t){let e=new i;try{e.container=JSON.parse(t)}catch(n){}return e}toJson(){return JSON.stringify(this.container)}notice(t,e){let n=this.container.index.find(s=>s.id===t);n===void 0?this.container.index.push({id:t,timestamp:e}):n.timestamp=e}prune(t){let e=Math.max(t,0);return this.container.index.length>e?(this.container.index.sort((n,s)=>n.timestamp-s.timestamp),this.container.index.splice(0,this.container.index.length-e)):[]}},me=class{constructor(t,e,n,s,r,a,o=()=>Date.now()){this.r=t,this.Dt=e,this._e=n,this.h=s,this.b=r,this.t=a,this.it=o,this.ee=on(this.Dt)}async init(t,e){this.b.init(t,e),await this.ie(t)}async upsert(t,e,n){return this.b.upsert(t,e,n)?(await this.ie(t),!0):!1}async loadCached(t){var s,r,a,o;let e=await We(this.r.crypto,this.Dt,t),n=await((s=this.r.storage)==null?void 0:s.get(e));if(n==null){if(n=await((r=this.r.storage)==null?void 0:r.get(t.canonicalKey)),n==null)return!1;await((a=this.r.storage)==null?void 0:a.set(e,n)),await((o=this.r.storage)==null?void 0:o.clear(t.canonicalKey))}try{let c=JSON.parse(n),u=Object.entries(c).reduce((h,[d,f])=>(h[d]={version:f.version,flag:f},h),{});return this.b.initCached(t,u),this.t.debug("Loaded cached flag evaluations from persistent storage"),!0}catch(c){return this.t.warn(`Could not load cached flag evaluations from persistent storage: ${c.message}`),!1}}async Be(){var e;if(this.R!==void 0)return this.R;let t=await((e=this.r.storage)==null?void 0:e.get(await this.ee));if(!t)return this.R=new z,this.R;try{this.R=z.fromJson(t),this.t.debug("Loaded context index from persistent storage")}catch(n){this.t.warn(`Could not load index from persistent storage: ${n.message}`),this.R=new z}return this.R}async ie(t){var c,u;let e=await this.Be(),n=await We(this.r.crypto,this.Dt,t);e.notice(n,this.it());let s=e.prune(this._e);await Promise.all(s.map(async h=>{var d;return(d=this.r.storage)==null?void 0:d.clear(h.id)})),await((c=this.r.storage)==null?void 0:c.set(await this.ee,e.toJson()));let r=this.h.getAll(),a=Object.entries(r).reduce((h,[d,f])=>(f.flag!==null&&f.flag!==void 0&&(h[d]=f.flag),h),{}),o=JSON.stringify(a);await((u=this.r.storage)==null?void 0:u.set(n,o))}},ye=class{constructor(){this.H={}}init(t){this.H=Object.entries(t).reduce((e,[n,s])=>(e[n]=s,e),{})}insertOrUpdate(t,e){this.H[t]=e}get(t){if(Object.prototype.hasOwnProperty.call(this.H,t))return this.H[t]}getAll(){return this.H}};function kn(i,t){let e=[];return Object.entries(i).forEach(([n,s])=>{let r=t[n];(!r||!H(s,r))&&e.push(n)}),Object.keys(t).forEach(n=>{i[n]||e.push(n)}),e}var ve=class{constructor(t,e){this.V=new Array,this.h=t,this.t=e}init(t,e){this.ne=t.canonicalKey;let n=this.h.getAll();this.h.init(e);let s=kn(n,e);s.length>0&&this.V.forEach(r=>{try{r(t,s,"init")}catch(a){}})}initCached(t,e){this.ne!==t.canonicalKey&&this.init(t,e)}upsert(t,e,n){if(this.ne!==t.canonicalKey)return this.t.warn("Received an update for an inactive context."),!1;let s=this.h.get(e);return s!==void 0&&s.version>=n.version?!1:(this.h.insertOrUpdate(e,n),this.V.forEach(r=>{try{r(t,[e],"patch")}catch(a){}}),!0)}on(t){this.V.push(t)}off(t){let e=this.V.indexOf(t);e>-1&&this.V.splice(e,1)}},Ee=class{constructor(t,e,n,s,r=()=>Date.now()){this.h=new ye,this.b=new ve(this.h,s),this.bt=this.Ge(t,e,n,s,r)}async Ge(t,e,n,s,r=()=>Date.now()){let a=await sn(t.crypto,e);return new me(t,a,n,this.h,this.b,s,r)}get(t){return this.h.get(t)}getAll(){return this.h.getAll()}setBootstrap(t,e){this.b.init(t,e)}async init(t,e){return(await this.bt).init(t,e)}async upsert(t,e,n){return(await this.bt).upsert(t,e,n)}async loadCached(t){return(await this.bt).loadCached(t)}on(t){this.b.on(t)}off(t){this.b.off(t)}},Xe="unknown hook",si="beforeEvaluation",ri="afterEvaluation";function Lt(i,t,e,n,s){try{return n()}catch(r){return i==null||i.error(`An error was encountered in "${t}" of the "${e}" hook: ${r}`),s}}function Ct(i,t){try{return t.getMetadata().name||Xe}catch(e){return i.error("Exception thrown getting metadata for hook. Unable to get hook name."),Xe}}function Sn(i,t,e){return t.map(n=>Lt(i,si,Ct(i,n),()=>{var s,r;return(r=(s=n==null?void 0:n.beforeEvaluation)==null?void 0:s.call(n,e,{}))!=null?r:{}},{}))}function xn(i,t,e,n,s){for(let r=t.length-1;r>=0;r-=1){let a=t[r],o=n[r];Lt(i,ri,Ct(i,a),()=>{var c,u;return(u=(c=a==null?void 0:a.afterEvaluation)==null?void 0:c.call(a,e,o,s))!=null?u:{}},{})}}function Ln(i,t,e){return t.map(n=>Lt(i,si,Ct(i,n),()=>{var s,r;return(r=(s=n==null?void 0:n.beforeIdentify)==null?void 0:s.call(n,e,{}))!=null?r:{}},{}))}function Cn(i,t,e,n,s){for(let r=t.length-1;r>=0;r-=1){let a=t[r],o=n[r];Lt(i,ri,Ct(i,a),()=>{var c,u;return(u=(c=a==null?void 0:a.afterIdentify)==null?void 0:c.call(a,e,o,s))!=null?u:{}},{})}}var we=class{constructor(t,e){this.t=t,this._=[],this._.push(...e)}withEvaluation(t,e,n,s){if(this._.length===0)return s();let r=[...this._],a={flagKey:t,context:e,defaultValue:n},o=Sn(this.t,r,a),c=s();return xn(this.t,r,a,o,c),c}identify(t,e){let n=[...this._],s={context:t,timeout:e},r=Ln(this.t,n,s);return a=>{Cn(this.t,n,s,r,a)}}addHook(t){this._.push(t)}};function An(i){return{getMetadata(){return{name:"LaunchDarkly-Inspector-Adapter"}},afterEvaluation:(t,e,n)=>(i.onFlagUsed(t.flagKey,n,t.context),e),afterIdentify(t,e,n){return i.onIdentityChanged(t.context),e}}}function On(i,t){return`an inspector: "${t}" of an invalid type (${i}) was configured`}function Rn(i,t){return`an inspector: "${t}" of type: "${i}" generated an exception`}function $n(i,t){let e=!1,n={method:(...s)=>{try{i.method(...s)}catch(r){e||(e=!0,t.warn(Rn(n.type,n.name)))}},type:i.type,name:i.name,synchronous:i.synchronous};return n}var ai="flag-used",oi="flag-details-changed",ci="flag-detail-changed",ui="client-identity-changed",Tn=[ai,oi,ci,ui];function In(i,t){let e=Tn.includes(i.type)&&i.method&&typeof i.method=="function";return e||t.warn(On(i.type,i.name)),e}var De=class{constructor(t,e){this.$=[];let n=t.filter(s=>In(s,e));this.$=n.map(s=>$n(s,e))}hasInspectors(){return this.$.length!==0}onFlagUsed(t,e,n){this.$.forEach(s=>{s.type===ai&&s.method(t,e,n)})}onFlagsChanged(t){this.$.forEach(e=>{e.type===oi&&e.method(t)})}onFlagChanged(t,e){this.$.forEach(n=>{n.type===ci&&n.method(t,e)})}onIdentityChanged(t){this.$.forEach(e=>{e.type===ui&&e.method(t)})}},be=class{constructor(t){this.t=t,this.e=new Map}on(t,e){var n;this.e.has(t)?(n=this.e.get(t))==null||n.push(e):this.e.set(t,[e])}off(t,e){let n=this.e.get(t);if(n){if(e){let s=n.filter(r=>r!==e);s.length===0?this.e.delete(t):this.e.set(t,s);return}this.e.delete(t)}}qe(t,e,...n){var s;try{t(...n)}catch(r){(s=this.t)==null||s.error(`Encountered error invoking handler for "${e}", detail: "${r}"`)}}emit(t,...e){let n=this.e.get(t);n==null||n.forEach(s=>this.qe(s,t,...e))}eventNames(){return[...this.e.keys()]}listenerCount(t){var e,n;return(n=(e=this.e.get(t))==null?void 0:e.length)!=null?n:0}},{ClientMessages:de,ErrorKinds:fe}=x,Mn=5,St=class{constructor(t,e,n,s,r,a){if(this.sdkKey=t,this.autoEnvAttributes=e,this.platform=n,this.kt=15,this.k=new kt(!1),this.nt=new kt(!0),this.St=!1,!t)throw new Error("You must configure the client with a client-side SDK key");if(!n.encoding)throw new Error("Platform must implement Encoding because btoa is required.");this.n=new ge(s,a),this.logger=this.n.logger,this.se=qe(this.sdkKey,this.platform.info,this.n.tags,this.n.serviceEndpoints.includeAuthorizationHeader,this.n.userAgentHeaderName),this.E=new Ee(this.platform,t,this.n.maxCachedContexts,this.n.logger),this.a=Dn(t,this.n,n),this.p=bn(t,this.n,n,this.se,this.a),this.emitter=new be,this.emitter.on("error",(o,c)=>{this.logger.error(`error: ${c}, context: ${JSON.stringify(o)}`)}),this.E.on((o,c,u)=>{this.Je(c,u);let h=b.toLDContext(o);this.emitter.emit("change",h,c),c.forEach(d=>{this.emitter.emit(`change:${d}`,h)})}),this.dataManager=r(this.E,this.n,this.se,this.emitter,this.a),this.T=new we(this.logger,this.n.hooks),this.B=new De(this.n.inspectors,this.logger),this.B.hasInspectors()&&this.T.addHook(An(this.B))}allFlags(){return Object.entries(this.E.getAll()).reduce((e,[n,s])=>(s.flag!==null&&s.flag!==void 0&&!s.flag.deleted&&(e[n]=s.flag.value),e),{})}async close(){var t,e;await this.flush(),(t=this.p)==null||t.close(),(e=this.yi)==null||e.close(),this.logger.debug("Closed event processor and data source.")}async flush(){var t;try{await((t=this.p)==null?void 0:t.flush()),this.logger.debug("Successfully flushed event processor.")}catch(e){return this.logger.error(`Error flushing event processor: ${e}.`),{error:e,result:!1}}return{result:!0}}getContext(){return this.w?oe(this.w):void 0}getInternalContext(){return this.I}We(t,e){let n,s,r=new Promise((c,u)=>{n=c,s=u});if(e)return{identifyPromise:r,identifyResolve:n,identifyReject:s};let a=Je(t,"identify");return{identifyPromise:Promise.race([a,r]).catch(c=>{throw c.message.includes("timed out")&&this.logger.error(`identify error: ${c}`),c}),identifyResolve:n,identifyReject:s}}async identify(t,e){var d,f;let n=(d=e==null?void 0:e.timeout)!=null?d:Mn,s=(e==null?void 0:e.timeout)===void 0&&(e==null?void 0:e.noTimeout)===!0;n>this.kt&&this.logger.warn(`The identify function was called with a timeout greater than ${this.kt} seconds. We recommend a timeout of less than ${this.kt} seconds.`);let r=await En(t,this.platform);this.autoEnvAttributes===F.Enabled&&(r=await dn(r,this.platform,this.n));let a=b.fromLDContext(r);if(!a.valid){let p=new Error("Context was unspecified or had no key");return this.emitter.emit("error",r,p),Promise.reject(p)}this.w=r,this.I=a,(f=this.p)==null||f.sendEvent(this.k.identifyEvent(this.I));let{identifyPromise:o,identifyResolve:c,identifyReject:u}=this.We(n,s);this.logger.debug(`Identifying ${JSON.stringify(this.I)}`);let h=this.T.identify(r,e==null?void 0:e.timeout);return await this.dataManager.identify(c,u,a,e),o.then(p=>(h({status:"completed"}),p),p=>{throw h({status:"error"}),p})}on(t,e){this.emitter.on(t,e)}off(t,e){this.emitter.off(t,e)}track(t,e,n){var s,r;if(!this.I||!this.I.valid){this.logger.warn(de.MissingContextKeyNoEvent);return}n!==void 0&&!l.Number.is(n)&&((s=this.logger)==null||s.warn(de.invalidMetricValue(typeof n))),(r=this.p)==null||r.sendEvent(this.n.trackEventModifier(this.k.customEvent(t,this.I,e,n)))}st(t,e,n,s){var f,p,m;if(!this.w)return this.logger.debug(de.MissingContextKeyNoEvent),he(fe.UserNotSpecified,e);let r=b.fromLDContext(this.w),a=this.E.get(t);if(a===void 0||a.flag.deleted){let y=e!=null?e:null,C=new G(`Unknown feature flag "${t}"; returning default value ${y}.`);return this.emitter.emit("error",this.w,C),(f=this.p)==null||f.sendEvent(this.k.unknownFlagEvent(t,y,r)),he(fe.FlagNotFound,e)}let{reason:o,value:c,variation:u,prerequisites:h}=a.flag;if(s){let[y,C]=s(c);if(!y){(p=this.p)==null||p.sendEvent(n.evalEventClient(t,e,e,a.flag,r,o));let It=new G(`Wrong type "${C}" for feature flag "${t}"; returning default value`);return this.emitter.emit("error",this.w,It),he(fe.WrongType,e)}}let d=Ye(c,u,o);return c==null&&(this.logger.debug("Result value is null. Providing default value."),d.value=e),h==null||h.forEach(y=>{this.st(y,void 0,this.k)}),(m=this.p)==null||m.sendEvent(n.evalEventClient(t,c,e,a.flag,r,o)),d}variation(t,e){let{value:n}=this.T.withEvaluation(t,this.w,e,()=>this.st(t,e,this.k));return n}variationDetail(t,e){return this.T.withEvaluation(t,this.w,e,()=>this.st(t,e,this.nt))}M(t,e,n,s){return this.T.withEvaluation(t,this.w,e,()=>this.st(t,e,n,s))}boolVariation(t,e){return this.M(t,e,this.k,n=>[l.Boolean.is(n),l.Boolean.getType()]).value}jsonVariation(t,e){return this.variation(t,e)}numberVariation(t,e){return this.M(t,e,this.k,n=>[l.Number.is(n),l.Number.getType()]).value}stringVariation(t,e){return this.M(t,e,this.k,n=>[l.String.is(n),l.String.getType()]).value}boolVariationDetail(t,e){return this.M(t,e,this.nt,n=>[l.Boolean.is(n),l.Boolean.getType()])}numberVariationDetail(t,e){return this.M(t,e,this.nt,n=>[l.Number.is(n),l.Number.getType()])}stringVariationDetail(t,e){return this.M(t,e,this.nt,n=>[l.String.is(n),l.String.getType()])}jsonVariationDetail(t,e){return this.variationDetail(t,e)}addHook(t){this.T.addHook(t)}setEventSendingEnabled(t,e){var n,s,r,a;this.St!==t&&(this.St=t,t?(this.logger.debug("Starting event processor"),(n=this.p)==null||n.start()):e?((s=this.logger)==null||s.debug("Flushing event processor before disabling."),this.flush().then(()=>{var o,c;this.St||((o=this.logger)==null||o.debug("Stopping event processor."),(c=this.p)==null||c.close())})):((r=this.logger)==null||r.debug("Stopping event processor."),(a=this.p)==null||a.close()))}sendEvent(t){var e;(e=this.p)==null||e.sendEvent(t)}Je(t,e){if(!this.B.hasInspectors())return;let n={};t.forEach(s=>{let r=this.E.get(s);if(r!=null&&r.flag&&!r.flag.deleted){let{reason:a,value:o,variation:c}=r.flag;n[s]=Ye(o,c,a)}}),e==="init"?this.B.onFlagsChanged(n):e==="patch"&&Object.entries(n).forEach(([s,r])=>{this.B.onFlagChanged(s,r)})}},ke=class{constructor(t,e,n){this.E=t,this.xt=e,this.t=n}async handlePut(t,e){this.t.debug(`Got PUT: ${Object.keys(e)}`);let n=Object.entries(e).reduce((s,[r,a])=>(s[r]={version:a.version,flag:a},s),{});await this.E.init(t,n),this.xt.requestStateUpdate(E.Valid)}async handlePatch(t,e){this.t.debug(`Got PATCH ${JSON.stringify(e,null,2)}`),this.E.upsert(t,e.key,{version:e.version,flag:e})}async handleDelete(t,e){this.t.debug(`Got DELETE ${JSON.stringify(e,null,2)}`),this.E.upsert(t,e.key,{version:e.version,flag:D(g({},e),{deleted:!0,flagVersion:0,value:void 0,variation:0,trackEvents:!1})})}handleStreamingError(t){this.xt.reportError(t.kind,t.message,t.code,t.recoverable)}handlePollingError(t){this.xt.reportError(t.kind,t.message,t.status,t.recoverable)}},Se=class{constructor(t,e=()=>Date.now()){this.ze=t,this.rt=E.Closed,this.re=e(),this.it=e}get status(){return{state:this.rt,stateSince:this.re,lastError:this.Ye}}ae(t,e=!1){let n=t===E.Interrupted&&this.rt===E.Initializing?E.Initializing:t,s=this.rt!==n;s&&(this.rt=n,this.re=this.it()),(s||e)&&this.ze.emit("dataSourceStatus",this.status)}requestStateUpdate(t){this.ae(t)}reportError(t,e,n,s=!1){let r={kind:t,message:e,statusCode:n,time:this.it()};this.Ye=r,this.ae(s?E.Interrupted:E.Closed,!0)}},xe=class{constructor(t,e,n,s,r){this.Xe=t,this.Ze=e,this.Qe=n,this.u=s,this.t=r,this.oe=!1}async ce(){var r,a,o,c,u,h,d;if(this.oe)return;let t=f=>{var p,m,y;(p=this.t)==null||p.error("Polling received invalid data"),(m=this.t)==null||m.debug(`Invalid JSON follows: ${f}`),(y=this.u)==null||y.call(this,new M(v.InvalidData,"Malformed JSON data in polling response"))};(r=this.t)==null||r.debug("Polling LaunchDarkly for feature flag updates");let e=Date.now();try{let f=await this.Xe.requestPayload();try{let p=JSON.parse(f);try{(a=this.Qe)==null||a.call(this,p)}catch(m){(o=this.t)==null||o.error(`Exception from data handler: ${m}`)}}catch(p){t(f)}}catch(f){let p=f;if(p.status!==void 0&&!W(p.status)){(c=this.t)==null||c.error(R(f,"polling request")),(u=this.u)==null||u.call(this,new M(v.ErrorResponse,p.message,p.status));return}(h=this.t)==null||h.error(R(f,"polling request","will retry"))}let n=Date.now()-e,s=Math.max(this.Ze*1e3-n,0);(d=this.t)==null||d.debug("Elapsed: %d ms, sleeping for %d ms",n,s),this.Lt=setTimeout(()=>{this.ce()},s)}start(){this.ce()}stop(){this.Lt&&(clearTimeout(this.Lt),this.Lt=void 0),this.oe=!0}close(){this.stop()}},Nn=(i,t,e,n)=>{e==null||e.error(`Stream received invalid data in "${i}" message`),e==null||e.debug(`Invalid JSON follows: ${t}`),n==null||n(new S(v.InvalidData,"Malformed JSON data in event stream"))},Le=class{constructor(t,e,n,s,r,a,o,c,u){var f;this.ti=t,this.Ct=e,this.e=n,this.g=s,this.ei=a,this.a=o,this.u=c,this.t=u;let h;e.useReport&&!s.getEventSourceCapabilities().customMethod?h=e.paths.pathPing(r,t):h=e.useReport?e.paths.pathReport(r,t):e.paths.pathGet(r,t);let d=[...(f=e.queryParameters)!=null?f:[]];this.Ct.withReasons&&d.push({key:"withReasons",value:"true"}),this.g=s,this.A=g({},e.baseHeaders),this.t=u,this.Et=ae(e.serviceEndpoints,h,d)}F(){this.v=Date.now()}L(t){this.v&&this.a&&this.a.recordStreamInit(this.v,!t,Date.now()-this.v),this.v=void 0}wt(t){var e,n,s;return ce(t)?((s=this.t)==null||s.warn(R(t,"streaming request","will retry")),this.L(!1),this.F(),!0):(this.L(!1),(e=this.u)==null||e.call(this,new S(v.ErrorResponse,t.message,t.status,!1)),(n=this.t)==null||n.error(R(t,"streaming request")),!1)}start(){this.F();let t;this.Ct.useReport?(this.A["content-type"]="application/json",t={method:"REPORT",body:this.ti}):t={};let e=this.g.createEventSource(this.Et,D(g({headers:this.A},t),{errorFilter:n=>this.wt(n),initialRetryDelayMillis:this.Ct.initialRetryDelayMillis,readTimeoutMillis:5*60*1e3,retryResetIntervalMillis:60*1e3}));this.K=e,e.onclose=()=>{var n;(n=this.t)==null||n.info("Closed LaunchDarkly stream connection")},e.onerror=()=>{},e.onopen=()=>{var n;(n=this.t)==null||n.info("Opened LaunchDarkly stream connection")},e.onretrying=n=>{var s;(s=this.t)==null||s.info(`Will retry stream connection in ${n.delayMillis} milliseconds`)},this.e.forEach(({deserializeData:n,processJson:s},r)=>{e.addEventListener(r,a=>{var o,c;if((o=this.t)==null||o.debug(`Received ${r} event`),a!=null&&a.data){this.L(!0);let{data:u}=a,h=n(u);if(!h){Nn(r,u,this.t,this.u);return}s(h)}else(c=this.u)==null||c.call(this,new S(v.InvalidData,"Unexpected payload from event stream"))})}),e.addEventListener("ping",async()=>{var n,s,r,a,o,c,u;(n=this.t)==null||n.debug("Got PING, going to poll LaunchDarkly for feature flag updates");try{let h=await this.ei.requestPayload();try{let d=JSON.parse(h);try{(s=this.e.get("put"))==null||s.processJson(d)}catch(f){(r=this.t)==null||r.error(`Exception from data handler: ${f}`)}}catch(d){(a=this.t)==null||a.error("Polling after ping received invalid data"),(o=this.t)==null||o.debug(`Invalid JSON follows: ${h}`),(c=this.u)==null||c.call(this,new M(v.InvalidData,"Malformed JSON data in ping polling response"))}}catch(h){let d=h;(u=this.u)==null||u.call(this,new M(v.ErrorResponse,d.message,d.status))}})}stop(){var t;(t=this.K)==null||t.close(),this.K=void 0}close(){this.stop()}},xt=class{constructor(t,e,n,s,r,a,o,c,u){this.platform=t,this.flagManager=e,this.credential=n,this.config=s,this.getPollingPaths=r,this.getStreamingPaths=a,this.baseHeaders=o,this.emitter=c,this.diagnosticsManager=u,this.logger=s.logger,this.dataSourceStatusManager=new Se(c),this.N=new ke(e,this.dataSourceStatusManager,this.config.logger)}setConnectionParams(t){this.ii=t}createPollingProcessor(t,e,n,s,r){let a=new xe(n,this.config.pollInterval,async o=>{await this.N.handlePut(e,o),s==null||s()},o=>{this.emitter.emit("error",t,o),this.N.handlePollingError(o),r==null||r(o)},this.logger);this.updateProcessor=this.ue(a,this.dataSourceStatusManager)}createStreamingProcessor(t,e,n,s,r){var o;let a=new Le(JSON.stringify(t),{credential:this.credential,serviceEndpoints:this.config.serviceEndpoints,paths:this.getStreamingPaths(),baseHeaders:this.baseHeaders,initialRetryDelayMillis:this.config.streamInitialReconnectDelay*1e3,withReasons:this.config.withReasons,useReport:this.config.useReport,queryParameters:(o=this.ii)==null?void 0:o.queryParameters},this.createStreamListeners(e,s),this.platform.requests,this.platform.encoding,n,this.diagnosticsManager,c=>{this.emitter.emit("error",t,c),this.N.handleStreamingError(c),r==null||r(c)},this.logger);this.updateProcessor=this.ue(a,this.dataSourceStatusManager)}createStreamListeners(t,e){let n=new Map;return n.set("put",{deserializeData:JSON.parse,processJson:async s=>{await this.N.handlePut(t,s),e==null||e()}}),n.set("patch",{deserializeData:JSON.parse,processJson:async s=>{this.N.handlePatch(t,s)}}),n.set("delete",{deserializeData:JSON.parse,processJson:async s=>{this.N.handleDelete(t,s)}}),n}ue(t,e){return{start:()=>{e.requestStateUpdate(E.Initializing),t.start()},stop:()=>{t.stop(),e.requestStateUpdate(E.Closed)},close:()=>{t.close(),e.requestStateUpdate(E.Closed)}}}};function At(){return typeof document!==void 0}function Oe(){return typeof window!==void 0}function Ot(i,t,e){return At()?(document.addEventListener(i,t,e),()=>{document.removeEventListener(i,t,e)}):()=>{}}function Rt(i,t,e){return At()?(window.addEventListener(i,t,e),()=>{window.removeEventListener(i,t,e)}):()=>{}}function L(){return Oe()?window.location.href:""}function li(){return Oe()?window.location.search:""}function hi(){return Oe()?window.location.hash:""}function di(){if(typeof crypto!==void 0)return crypto;throw Error("Access to a web crypto API is required")}function fi(){return At()?document.visibilityState:"visibile"}function pi(i){if(At())return document.querySelectorAll(i)}function gi(i,t){let e=Object.keys(t),n="$flagsState",s="$valid",r=t[n];!r&&e.length&&i.warn("LaunchDarkly client was initialized with bootstrap data that did not include flag metadata. Events may not be sent correctly."),t[s]===!1&&i.warn("LaunchDarkly bootstrap data is not available because the back end could not read the flags.");let a={};return e.forEach(o=>{if(o!==n&&o!==s){let c;r&&r[o]?c=g({value:t[o]},r[o]):c={value:t[o],version:0},a[o]={version:c.version,flag:c}}}),a}var Pn="[BrowserDataManager]",X=class extends xt{constructor(e,n,s,r,a,o,c,u,h,d){super(e,n,s,r,o,c,u,h,d);this.vi=a;this.G=void 0;this.At=!1;this.G=a.streaming}C(e,...n){this.logger.debug(`${Pn} ${e}`,...n)}async identify(e,n,s,r){this.context=s;let a=r;a!=null&&a.hash?this.setConnectionParams({queryParameters:[{key:"h",value:a.hash}]}):this.setConnectionParams(),this.Ot=a==null?void 0:a.hash,a!=null&&a.bootstrap?this.ni(s,a.bootstrap,e):(await this.flagManager.loadCached(s)&&this.C("Identify - Flags loaded from cache. Continuing to initialize via a poll."),await this.si(s,e,n)),this.Rt()}async si(e,n,s){var r,a;try{this.dataSourceStatusManager.requestStateUpdate(E.Initializing);let o=JSON.stringify(b.toLDContext(e)),u=await Ce(o,this.config.serviceEndpoints,this.getPollingPaths(),this.platform.requests,this.platform.encoding,this.baseHeaders,[],this.config.withReasons,this.config.useReport,this.Ot).requestPayload();try{let d=this.createStreamListeners(e,n).get("put");d.processJson(d.deserializeData(u))}catch(h){this.dataSourceStatusManager.reportError(v.InvalidData,(r=h.message)!=null?r:"Could not parse poll response")}}catch(o){this.dataSourceStatusManager.reportError(v.NetworkError,(a=o.message)!=null?a:"unexpected network error",o.status),s(o)}}ni(e,n,s){this.flagManager.setBootstrap(e,gi(this.logger,n)),this.C("Identify - Initialization completed from bootstrap"),s()}setForcedStreaming(e){this.G=e,this.Rt()}setAutomaticStreamingState(e){this.At=e,this.Rt()}Rt(){let e=this.G||this.At&&this.G===void 0;this.C(`Updating streaming state. forced(${this.G}) automatic(${this.At})`),e?this.ri():this.ai()}ai(){var e;this.updateProcessor&&this.C("Stopping update processor."),(e=this.updateProcessor)==null||e.close(),this.updateProcessor=void 0}ri(){if(this.updateProcessor){this.C("Update processor already active. Not changing state.");return}if(!this.context){this.C("Context not set, not starting update processor.");return}this.C("Starting update processor."),this.oi(this.context)}oi(e,n,s){var c;let r=b.toLDContext(e);(c=this.updateProcessor)==null||c.close();let a=JSON.stringify(b.toLDContext(e)),o=Ce(a,this.config.serviceEndpoints,this.getPollingPaths(),this.platform.requests,this.platform.encoding,this.baseHeaders,[],this.config.withReasons,this.config.useReport,this.Ot);this.createStreamingProcessor(r,e,o,n,s),this.updateProcessor.start()}};function mi(i){let e=Ot("visibilitychange",()=>{fi()==="hidden"&&i()}),n=Rt("pagehide",i);return()=>{e(),n()}}function Z(i){if(typeof i!="string")throw new TypeError("Expected a string");return i.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Un(i,t,e,n){let r=((i.kind==="substring"||i.kind==="regex")&&n.includes("/")?t:t.replace(n,"")).replace(e,"");switch(i.kind){case"exact":return new RegExp(`^${Z(i.url)}/?$`).test(t);case"canonical":return new RegExp(`^${Z(i.url)}/?$`).test(r);case"substring":return new RegExp(`.*${Z(i.substring)}.*$`).test(r);case"regex":return new RegExp(i.pattern).test(r);default:return!1}}function Fn(i,t){let e=[];return t.forEach(n=>{let s=i.target,{selector:r}=n,a=pi(r);for(;s&&(a!=null&&a.length);){for(let o=0;o<a.length;o+=1)if(s===a[o]){e.push(n);break}s=s.parentNode}}),e}var Q=class{constructor(t,e){let n=t.filter(a=>{var o;return(o=a.urls)==null?void 0:o.some(c=>Un(c,L(),li(),hi()))}),s=n.filter(a=>a.kind==="pageview"),r=n.filter(a=>a.kind==="click");if(s.forEach(a=>e(a)),r.length){let a=o=>{Fn(o,r).forEach(c=>{e(c)})};this.le=Ot("click",a)}}close(){var t;(t=this.le)==null||t.call(this)}};var jn=300,$t=class{constructor(t){this.$t=L();let e=()=>{let s=L();s!==this.$t&&(this.$t=s,t())};this.Tt=setInterval(e,jn);let n=Rt("popstate",e);this.he=()=>{n()}}close(){var t;this.Tt&&clearInterval(this.Tt),(t=this.he)==null||t.call(this)}};var tt=class{constructor(t,e,n,s,r,a=o=>new $t(o)){this.g=e;this.li=s;this.ui=r;this.at=[];this.fe=!1;this.ot=`${n}/sdk/goals/${t}`,this.de=a(()=>{this.Mt()})}async initialize(){await this.ci(),this.Mt()}startTracking(){this.fe=!0,this.Mt()}Mt(){var t;this.fe&&((t=this.It)==null||t.close(),this.at&&this.at.length&&(this.It=new Q(this.at,e=>{this.ui(L(),e)})))}async ci(){try{let t=await this.g.fetch(this.ot);this.at=await t.json()}catch(t){this.li(new B(`Encountered error fetching goals: ${t}`))}}close(){var t,e;(t=this.de)==null||t.close(),(e=this.It)==null||e.close()}};function yi(i){return i.kind==="click"}var Kn=2,vi={fetchGoals:!0,eventUrlTransformer:i=>i,streaming:void 0},Hn={fetchGoals:l.Boolean,eventUrlTransformer:l.Function,streaming:l.Boolean};function Ei(i){let t=g({},i);return Object.keys(vi).forEach(e=>{delete t[e]}),t}function Vn(i){var t;(t=i.flushInterval)!=null||(i.flushInterval=Kn)}function Re(i,t){let e=g({},vi);return Vn(e),Object.entries(Hn).forEach(n=>{let[s,r]=n,a=i[s];a!==void 0&&(r.is(a)?e[s]=a:t.warn(w.wrongOptionType(s,r.getType(),typeof a)))}),e}var et=class{constructor(t,e){this.hi=t;this.pe=[];switch(e){case"sha1":this.Nt="SHA-1";break;case"sha256":this.Nt="SHA-256";break;default:throw new Error(`Algorithm is not supported ${e}`)}}async asyncDigest(t){let e=this.pe.join(""),n=new TextEncoder().encode(e),s=await this.hi.subtle.digest(this.Nt,n);switch(t){case"base64":return btoa(String.fromCharCode(...new Uint8Array(s)));case"hex":return[...new Uint8Array(s)].map(r=>r.toString(16).padStart(2,"0")).join("");default:throw new Error(`Encoding is not supported ${t}`)}}update(t){return this.pe.push(t),this}};var _n={start:0,end:3},Bn={start:4,end:5},$e={start:6,end:7},Te={start:8,end:8},Gn={start:9,end:9},qn={start:10,end:15};function Jn(){if(crypto&&crypto.getRandomValues){let t=new Uint8Array(16);return crypto.getRandomValues(t),[...t.values()]}let i=[];for(let t=0;t<16;t+=1)i.push(Math.floor(Math.random()*256));return i}function K(i,t){let e="";for(let n=t.start;n<=t.end;n+=1)e+=i[n].toString(16).padStart(2,"0");return e}function Wn(i){return i[Te.start]=(i[Te.start]|128)&191,i[$e.start]=i[$e.start]&15|64,`${K(i,_n)}-${K(i,Bn)}-${K(i,$e)}-${K(i,Te)}${K(i,Gn)}-${K(i,qn)}`}function zn(){let i=Jn();return Wn(i)}function Ie(){return typeof crypto!==void 0&&typeof crypto.randomUUID=="function"?crypto.randomUUID():zn()}var it=class{createHash(t){return new et(di(),t)}randomUUID(){return Ie()}};function Yn(i){let t=Array.from(i,e=>String.fromCodePoint(e)).join("");return btoa(t)}var nt=class{btoa(t){return Yn(new TextEncoder().encode(t))}};var st=class{platformData(){return{name:"JS"}}sdkData(){return{name:"@launchdarkly/js-client-sdk",version:"0.0.0",userAgentBase:"JSClient"}}};var rt=class{constructor(t,e,n=Math.random){this.pi=e;this.fi=n;this.Pt=0;this.Ut=Math.max(1,t),this.ge=Math.ceil(Math.log2(3e4/this.Ut))}q(){let t=Math.min(this.Pt,this.ge),e=this.Ut*2**t;return Math.min(e,3e4)}di(t){return t-Math.trunc(this.fi()*.5*t)}success(t=Date.now()){this.ct=t}fail(t=Date.now()){this.ct!==void 0&&t-this.ct>this.pi&&(this.Pt=0),this.ct=void 0;let e=this.di(this.q());return this.Pt+=1,e}};var at=class{constructor(t,e){this.ot=t;this.e={};this.q=new rt(e.initialRetryDelayMillis,e.retryResetIntervalMillis),this.me=e.errorFilter,this.ye()}ye(){this.P=new EventSource(this.ot),this.P.onopen=()=>{var t;this.q.success(),(t=this.onopen)==null||t.call(this)},this.P.onerror=t=>{var e;this.gi(t),(e=this.onerror)==null||e.call(this,t)},Object.entries(this.e).forEach(([t,e])=>{e.forEach(n=>{var s;(s=this.P)==null||s.addEventListener(t,n)})})}addEventListener(t,e){var n,s,r;(s=(n=this.e)[t])!=null||(n[t]=[]),this.e[t].push(e),(r=this.P)==null||r.addEventListener(t,e)}close(){var t,e;clearTimeout(this.Ft),this.Ft=void 0,(t=this.P)==null||t.close(),(e=this.onclose)==null||e.call(this)}mi(t){var e;(e=this.onretrying)==null||e.call(this,{delayMillis:t}),this.Ft=setTimeout(()=>{this.ye()},t)}gi(t){this.close(),!(t.status&&typeof t.status=="number"&&!this.me(t))&&this.mi(this.q.fail())}};var ot=class{fetch(t,e){return fetch(t,e)}createEventSource(t,e){return new at(t,e)}getEventSourceCapabilities(){return{customMethod:!1,readTimeout:!1,headers:!1}}};function wi(){return typeof localStorage!="undefined"}var ct=class{constructor(t){this.t=t}async clear(t){var e;try{localStorage.removeItem(t)}catch(n){(e=this.t)==null||e.error(`Error clearing key from localStorage: ${t}, reason: ${n}`)}}async get(t){var e;try{let n=localStorage.getItem(t);return n!=null?n:null}catch(n){return(e=this.t)==null||e.error(`Error getting key from localStorage: ${t}, reason: ${n}`),null}}async set(t,e){var n;try{localStorage.setItem(t,e)}catch(s){(n=this.t)==null||n.error(`Error setting key in localStorage: ${t}, reason: ${s}`)}}};var ut=class{constructor(t){this.encoding=new nt;this.info=new st;this.crypto=new it;this.requests=new ot;wi()&&(this.storage=new ct(t))}};var Tt=class extends St{constructor(t,e,n={},s){var f;let{logger:r,debug:a}=n,o=r!=null?r:J({debug:a?console.debug:()=>{},info:console.info,warn:console.warn,error:console.error}),c=(f=n.baseUri)!=null?f:"https://clientsdk.launchdarkly.com",u=s!=null?s:new ut(o),h=Re(n,o),{eventUrlTransformer:d}=h;super(t,e,u,Ei(D(g({},n),{logger:o})),(p,m,y,C,It)=>new X(u,p,t,m,h,()=>({pathGet($,T){return`/sdk/evalx/${t}/contexts/${ue(T,$)}`},pathReport($,T){return`/sdk/evalx/${t}/context`},pathPing($,T){throw new Error("Ping for polling unsupported.")}}),()=>({pathGet($,T){return`/eval/${t}/${ue(T,$)}`},pathReport($,T){return`/eval/${t}`},pathPing($,T){return`/ping/${t}`}}),y,C,It),{analyticsEventPath:`/events/bulk/${t}`,diagnosticEventPath:`/events/diagnostic/${t}`,includeAuthorizationHeader:!1,highTimeoutThreshold:5,userAgentHeaderName:"x-launchdarkly-user-agent",trackEventModifier:p=>new x.InputCustomEvent(p.context,p.key,p.data,p.metricValue,p.samplingRatio,d(L()))}),this.setEventSendingEnabled(!0,!1),h.fetchGoals&&(this.jt=new tt(t,u.requests,c,p=>{o.error(p.message)},(p,m)=>{let y=this.getInternalContext();if(!y)return;let C=d(p);yi(m)?this.sendEvent({kind:"click",url:C,samplingRatio:1,key:m.key,creationDate:Date.now(),context:y,selector:m.selector}):this.sendEvent({kind:"pageview",url:C,samplingRatio:1,key:m.key,creationDate:Date.now(),context:y})}),this.jt.initialize(),h.automaticBackgroundHandling&&mi(()=>this.flush()))}async identify(t,e){var n;await super.identify(t,e),(n=this.jt)==null||n.startTracking()}setStreaming(t){this.dataManager.setForcedStreaming(t)}ve(){this.dataManager.setAutomaticStreamingState(!!this.emitter.listenerCount("change"))}on(t,e){super.on(t,e),this.ve()}off(t,e){super.off(t,e),this.ve()}};function zr(i,t){return new Tt(i,F.Disabled,t)}export{zr as initialize};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"inputs":{"../../shared/common/dist/esm/index.mjs":{"bytes":87165,"imports":[{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"../../shared/sdk-client/dist/esm/index.mjs":{"bytes":76921,"imports":[{"path":"../../shared/common/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-sdk-common"},{"path":"../../shared/common/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-sdk-common"},{"path":"../../shared/common/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-sdk-common"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/BrowserApi.ts":{"bytes":3201,"imports":[],"format":"esm"},"src/bootstrap.ts":{"bytes":1498,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/BrowserDataManager.ts":{"bytes":6808,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/bootstrap.ts","kind":"import-statement","original":"./bootstrap"},{"path":"./BrowserIdentifyOptions","kind":"import-statement","external":true},{"path":"./options","kind":"import-statement","external":true}],"format":"esm"},"src/BrowserStateDetector.ts":{"bytes":1165,"imports":[{"path":"src/BrowserApi.ts","kind":"import-statement","original":"./BrowserApi"}],"format":"esm"},"src/vendor/escapeStringRegexp.ts":{"bytes":2073,"imports":[],"format":"esm"},"src/goals/GoalTracker.ts":{"bytes":3779,"imports":[{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"},{"path":"src/vendor/escapeStringRegexp.ts","kind":"import-statement","original":"../vendor/escapeStringRegexp"},{"path":"./Goals","kind":"import-statement","external":true}],"format":"esm"},"src/goals/LocationWatcher.ts":{"bytes":1837,"imports":[{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"}],"format":"esm"},"src/goals/GoalManager.ts":{"bytes":1993,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"},{"path":"./Goals","kind":"import-statement","external":true},{"path":"src/goals/GoalTracker.ts","kind":"import-statement","original":"./GoalTracker"},{"path":"src/goals/LocationWatcher.ts","kind":"import-statement","original":"./LocationWatcher"}],"format":"esm"},"src/goals/Goals.ts":{"bytes":835,"imports":[],"format":"esm"},"src/options.ts":{"bytes":3634,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/platform/BrowserHasher.ts":{"bytes":1413,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true}],"format":"esm"},"src/platform/randomUuidV4.ts":{"bytes":3009,"imports":[],"format":"esm"},"src/platform/BrowserCrypto.ts":{"bytes":415,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"},{"path":"src/platform/BrowserHasher.ts","kind":"import-statement","original":"./BrowserHasher"},{"path":"src/platform/randomUuidV4.ts","kind":"import-statement","original":"./randomUuidV4"}],"format":"esm"},"src/platform/BrowserEncoding.ts":{"bytes":588,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true}],"format":"esm"},"src/platform/BrowserInfo.ts":{"bytes":439,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true}],"format":"esm"},"src/platform/Backoff.ts":{"bytes":2864,"imports":[],"format":"esm"},"src/platform/DefaultBrowserEventSource.ts":{"bytes":3098,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/platform/Backoff.ts","kind":"import-statement","original":"./Backoff"}],"format":"esm"},"src/platform/BrowserRequests.ts":{"bytes":741,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/platform/DefaultBrowserEventSource.ts","kind":"import-statement","original":"./DefaultBrowserEventSource"}],"format":"esm"},"src/platform/LocalStorage.ts":{"bytes":1354,"imports":[],"format":"esm"},"src/platform/BrowserPlatform.ts":{"bytes":796,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/platform/BrowserCrypto.ts","kind":"import-statement","original":"./BrowserCrypto"},{"path":"src/platform/BrowserEncoding.ts","kind":"import-statement","original":"./BrowserEncoding"},{"path":"src/platform/BrowserInfo.ts","kind":"import-statement","original":"./BrowserInfo"},{"path":"src/platform/BrowserRequests.ts","kind":"import-statement","original":"./BrowserRequests"},{"path":"src/platform/LocalStorage.ts","kind":"import-statement","original":"./LocalStorage"}],"format":"esm"},"src/BrowserClient.ts":{"bytes":9728,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserApi.ts","kind":"import-statement","original":"./BrowserApi"},{"path":"src/BrowserDataManager.ts","kind":"import-statement","original":"./BrowserDataManager"},{"path":"./BrowserIdentifyOptions","kind":"import-statement","external":true},{"path":"src/BrowserStateDetector.ts","kind":"import-statement","original":"./BrowserStateDetector"},{"path":"src/goals/GoalManager.ts","kind":"import-statement","original":"./goals/GoalManager"},{"path":"src/goals/Goals.ts","kind":"import-statement","original":"./goals/Goals"},{"path":"src/options.ts","kind":"import-statement","original":"./options"},{"path":"src/platform/BrowserPlatform.ts","kind":"import-statement","original":"./platform/BrowserPlatform"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":2246,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserClient.ts","kind":"import-statement","original":"./BrowserClient"},{"path":"./BrowserIdentifyOptions","kind":"import-statement","external":true},{"path":"./options","kind":"import-statement","external":true}],"format":"esm"},"src/compat/LDEmitterCompat.ts":{"bytes":2309,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"../BrowserClient","kind":"import-statement","external":true}],"format":"esm"},"src/compat/wrapPromiseCallback.ts":{"bytes":1057,"imports":[],"format":"esm"},"src/compat/LDClientCompatImpl.ts":{"bytes":7910,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserClient.ts","kind":"import-statement","original":"../BrowserClient"},{"path":"./LDClientCompat","kind":"import-statement","external":true},{"path":"./LDCompatOptions","kind":"import-statement","external":true},{"path":"src/compat/LDEmitterCompat.ts","kind":"import-statement","original":"./LDEmitterCompat"},{"path":"src/compat/wrapPromiseCallback.ts","kind":"import-statement","original":"./wrapPromiseCallback"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/compat/index.ts":{"bytes":2246,"imports":[{"path":"..","kind":"import-statement","external":true},{"path":"./LDClientCompat","kind":"import-statement","external":true},{"path":"src/compat/LDClientCompatImpl.ts","kind":"import-statement","original":"./LDClientCompatImpl"}],"format":"esm"}},"outputs":{"dist/index.cjs":{"imports":[],"exports":[],"entryPoint":"src/index.ts","inputs":{"src/index.ts":{"bytesInOutput":106},"../../shared/common/dist/esm/index.mjs":{"bytesInOutput":26661},"../../shared/sdk-client/dist/esm/index.mjs":{"bytesInOutput":27539},"src/BrowserApi.ts":{"bytesInOutput":696},"src/bootstrap.ts":{"bytesInOutput":481},"src/BrowserDataManager.ts":{"bytesInOutput":2383},"src/BrowserStateDetector.ts":{"bytesInOutput":110},"src/vendor/escapeStringRegexp.ts":{"bytesInOutput":146},"src/goals/GoalTracker.ts":{"bytesInOutput":904},"src/goals/LocationWatcher.ts":{"bytesInOutput":245},"src/goals/GoalManager.ts":{"bytesInOutput":577},"src/goals/Goals.ts":{"bytesInOutput":39},"src/options.ts":{"bytesInOutput":473},"src/platform/BrowserHasher.ts":{"bytesInOutput":570},"src/platform/randomUuidV4.ts":{"bytesInOutput":722},"src/platform/BrowserCrypto.ts":{"bytesInOutput":76},"src/platform/BrowserEncoding.ts":{"bytesInOutput":148},"src/platform/BrowserInfo.ts":{"bytesInOutput":142},"src/platform/Backoff.ts":{"bytesInOutput":415},"src/platform/DefaultBrowserEventSource.ts":{"bytesInOutput":897},"src/platform/BrowserRequests.ts":{"bytesInOutput":165},"src/platform/LocalStorage.ts":{"bytesInOutput":566},"src/platform/BrowserPlatform.ts":{"bytesInOutput":139},"src/BrowserClient.ts":{"bytesInOutput":1739}},"bytes":66940},"dist/compat.cjs":{"imports":[],"exports":[],"entryPoint":"src/compat/index.ts","inputs":{"src/compat/index.ts":{"bytesInOutput":99},"../../shared/common/dist/esm/index.mjs":{"bytesInOutput":26855},"../../shared/sdk-client/dist/esm/index.mjs":{"bytesInOutput":27537},"src/BrowserApi.ts":{"bytesInOutput":696},"src/bootstrap.ts":{"bytesInOutput":481},"src/BrowserDataManager.ts":{"bytesInOutput":2383},"src/BrowserStateDetector.ts":{"bytesInOutput":110},"src/vendor/escapeStringRegexp.ts":{"bytesInOutput":146},"src/goals/GoalTracker.ts":{"bytesInOutput":905},"src/goals/LocationWatcher.ts":{"bytesInOutput":245},"src/goals/GoalManager.ts":{"bytesInOutput":578},"src/goals/Goals.ts":{"bytesInOutput":39},"src/options.ts":{"bytesInOutput":473},"src/platform/BrowserHasher.ts":{"bytesInOutput":570},"src/platform/randomUuidV4.ts":{"bytesInOutput":722},"src/platform/BrowserCrypto.ts":{"bytesInOutput":76},"src/platform/BrowserEncoding.ts":{"bytesInOutput":148},"src/platform/BrowserInfo.ts":{"bytesInOutput":142},"src/platform/Backoff.ts":{"bytesInOutput":415},"src/platform/DefaultBrowserEventSource.ts":{"bytesInOutput":897},"src/platform/BrowserRequests.ts":{"bytesInOutput":165},"src/platform/LocalStorage.ts":{"bytesInOutput":566},"src/platform/BrowserPlatform.ts":{"bytesInOutput":139},"src/BrowserClient.ts":{"bytesInOutput":1739},"src/compat/LDEmitterCompat.ts":{"bytesInOutput":701},"src/compat/wrapPromiseCallback.ts":{"bytesInOutput":159},"src/compat/LDClientCompatImpl.ts":{"bytesInOutput":2350}},"bytes":70337}}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"inputs":{"../../shared/common/dist/esm/index.mjs":{"bytes":87165,"imports":[{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"../../shared/sdk-client/dist/esm/index.mjs":{"bytes":76921,"imports":[{"path":"../../shared/common/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-sdk-common"},{"path":"../../shared/common/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-sdk-common"},{"path":"../../shared/common/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-sdk-common"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/BrowserApi.ts":{"bytes":3201,"imports":[],"format":"esm"},"src/bootstrap.ts":{"bytes":1498,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/BrowserDataManager.ts":{"bytes":6808,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/bootstrap.ts","kind":"import-statement","original":"./bootstrap"},{"path":"./BrowserIdentifyOptions","kind":"import-statement","external":true},{"path":"./options","kind":"import-statement","external":true}],"format":"esm"},"src/BrowserStateDetector.ts":{"bytes":1165,"imports":[{"path":"src/BrowserApi.ts","kind":"import-statement","original":"./BrowserApi"}],"format":"esm"},"src/vendor/escapeStringRegexp.ts":{"bytes":2073,"imports":[],"format":"esm"},"src/goals/GoalTracker.ts":{"bytes":3779,"imports":[{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"},{"path":"src/vendor/escapeStringRegexp.ts","kind":"import-statement","original":"../vendor/escapeStringRegexp"},{"path":"./Goals","kind":"import-statement","external":true}],"format":"esm"},"src/goals/LocationWatcher.ts":{"bytes":1837,"imports":[{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"}],"format":"esm"},"src/goals/GoalManager.ts":{"bytes":1993,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"},{"path":"./Goals","kind":"import-statement","external":true},{"path":"src/goals/GoalTracker.ts","kind":"import-statement","original":"./GoalTracker"},{"path":"src/goals/LocationWatcher.ts","kind":"import-statement","original":"./LocationWatcher"}],"format":"esm"},"src/goals/Goals.ts":{"bytes":835,"imports":[],"format":"esm"},"src/options.ts":{"bytes":3634,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/platform/BrowserHasher.ts":{"bytes":1413,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true}],"format":"esm"},"src/platform/randomUuidV4.ts":{"bytes":3009,"imports":[],"format":"esm"},"src/platform/BrowserCrypto.ts":{"bytes":415,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/BrowserApi.ts","kind":"import-statement","original":"../BrowserApi"},{"path":"src/platform/BrowserHasher.ts","kind":"import-statement","original":"./BrowserHasher"},{"path":"src/platform/randomUuidV4.ts","kind":"import-statement","original":"./randomUuidV4"}],"format":"esm"},"src/platform/BrowserEncoding.ts":{"bytes":588,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true}],"format":"esm"},"src/platform/BrowserInfo.ts":{"bytes":439,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true}],"format":"esm"},"src/platform/Backoff.ts":{"bytes":2864,"imports":[],"format":"esm"},"src/platform/DefaultBrowserEventSource.ts":{"bytes":3098,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/platform/Backoff.ts","kind":"import-statement","original":"./Backoff"}],"format":"esm"},"src/platform/BrowserRequests.ts":{"bytes":741,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/platform/DefaultBrowserEventSource.ts","kind":"import-statement","original":"./DefaultBrowserEventSource"}],"format":"esm"},"src/platform/LocalStorage.ts":{"bytes":1354,"imports":[],"format":"esm"},"src/platform/BrowserPlatform.ts":{"bytes":796,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"src/platform/BrowserCrypto.ts","kind":"import-statement","original":"./BrowserCrypto"},{"path":"src/platform/BrowserEncoding.ts","kind":"import-statement","original":"./BrowserEncoding"},{"path":"src/platform/BrowserInfo.ts","kind":"import-statement","original":"./BrowserInfo"},{"path":"src/platform/BrowserRequests.ts","kind":"import-statement","original":"./BrowserRequests"},{"path":"src/platform/LocalStorage.ts","kind":"import-statement","original":"./LocalStorage"}],"format":"esm"},"src/BrowserClient.ts":{"bytes":9728,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserApi.ts","kind":"import-statement","original":"./BrowserApi"},{"path":"src/BrowserDataManager.ts","kind":"import-statement","original":"./BrowserDataManager"},{"path":"./BrowserIdentifyOptions","kind":"import-statement","external":true},{"path":"src/BrowserStateDetector.ts","kind":"import-statement","original":"./BrowserStateDetector"},{"path":"src/goals/GoalManager.ts","kind":"import-statement","original":"./goals/GoalManager"},{"path":"src/goals/Goals.ts","kind":"import-statement","original":"./goals/Goals"},{"path":"src/options.ts","kind":"import-statement","original":"./options"},{"path":"src/platform/BrowserPlatform.ts","kind":"import-statement","original":"./platform/BrowserPlatform"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/index.ts":{"bytes":2246,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserClient.ts","kind":"import-statement","original":"./BrowserClient"},{"path":"./BrowserIdentifyOptions","kind":"import-statement","external":true},{"path":"./options","kind":"import-statement","external":true}],"format":"esm"},"src/compat/LDEmitterCompat.ts":{"bytes":2309,"imports":[{"path":"@launchdarkly/js-client-sdk-common","kind":"import-statement","external":true},{"path":"../BrowserClient","kind":"import-statement","external":true}],"format":"esm"},"src/compat/wrapPromiseCallback.ts":{"bytes":1057,"imports":[],"format":"esm"},"src/compat/LDClientCompatImpl.ts":{"bytes":7910,"imports":[{"path":"../../shared/sdk-client/dist/esm/index.mjs","kind":"import-statement","original":"@launchdarkly/js-client-sdk-common"},{"path":"src/BrowserClient.ts","kind":"import-statement","original":"../BrowserClient"},{"path":"./LDClientCompat","kind":"import-statement","external":true},{"path":"./LDCompatOptions","kind":"import-statement","external":true},{"path":"src/compat/LDEmitterCompat.ts","kind":"import-statement","original":"./LDEmitterCompat"},{"path":"src/compat/wrapPromiseCallback.ts","kind":"import-statement","original":"./wrapPromiseCallback"},{"path":"<runtime>","kind":"import-statement","external":true}],"format":"esm"},"src/compat/index.ts":{"bytes":2246,"imports":[{"path":"..","kind":"import-statement","external":true},{"path":"./LDClientCompat","kind":"import-statement","external":true},{"path":"src/compat/LDClientCompatImpl.ts","kind":"import-statement","original":"./LDClientCompatImpl"}],"format":"esm"}},"outputs":{"dist/index.js":{"imports":[],"exports":["initialize"],"entryPoint":"src/index.ts","inputs":{"../../shared/common/dist/esm/index.mjs":{"bytesInOutput":26661},"../../shared/sdk-client/dist/esm/index.mjs":{"bytesInOutput":27539},"src/BrowserApi.ts":{"bytesInOutput":696},"src/bootstrap.ts":{"bytesInOutput":481},"src/BrowserDataManager.ts":{"bytesInOutput":2383},"src/BrowserStateDetector.ts":{"bytesInOutput":110},"src/vendor/escapeStringRegexp.ts":{"bytesInOutput":146},"src/goals/GoalTracker.ts":{"bytesInOutput":904},"src/goals/LocationWatcher.ts":{"bytesInOutput":245},"src/goals/GoalManager.ts":{"bytesInOutput":577},"src/goals/Goals.ts":{"bytesInOutput":39},"src/options.ts":{"bytesInOutput":473},"src/platform/BrowserHasher.ts":{"bytesInOutput":570},"src/platform/randomUuidV4.ts":{"bytesInOutput":722},"src/platform/BrowserCrypto.ts":{"bytesInOutput":76},"src/platform/BrowserEncoding.ts":{"bytesInOutput":148},"src/platform/BrowserInfo.ts":{"bytesInOutput":142},"src/platform/Backoff.ts":{"bytesInOutput":415},"src/platform/DefaultBrowserEventSource.ts":{"bytesInOutput":897},"src/platform/BrowserRequests.ts":{"bytesInOutput":165},"src/platform/LocalStorage.ts":{"bytesInOutput":566},"src/platform/BrowserPlatform.ts":{"bytesInOutput":139},"src/BrowserClient.ts":{"bytesInOutput":1739},"src/index.ts":{"bytesInOutput":47}},"bytes":66518},"dist/compat.js":{"imports":[],"exports":["initialize"],"entryPoint":"src/compat/index.ts","inputs":{"../../shared/common/dist/esm/index.mjs":{"bytesInOutput":26855},"../../shared/sdk-client/dist/esm/index.mjs":{"bytesInOutput":27537},"src/BrowserApi.ts":{"bytesInOutput":696},"src/bootstrap.ts":{"bytesInOutput":481},"src/BrowserDataManager.ts":{"bytesInOutput":2383},"src/BrowserStateDetector.ts":{"bytesInOutput":110},"src/vendor/escapeStringRegexp.ts":{"bytesInOutput":146},"src/goals/GoalTracker.ts":{"bytesInOutput":905},"src/goals/LocationWatcher.ts":{"bytesInOutput":245},"src/goals/GoalManager.ts":{"bytesInOutput":578},"src/goals/Goals.ts":{"bytesInOutput":39},"src/options.ts":{"bytesInOutput":473},"src/platform/BrowserHasher.ts":{"bytesInOutput":570},"src/platform/randomUuidV4.ts":{"bytesInOutput":722},"src/platform/BrowserCrypto.ts":{"bytesInOutput":76},"src/platform/BrowserEncoding.ts":{"bytesInOutput":148},"src/platform/BrowserInfo.ts":{"bytesInOutput":142},"src/platform/Backoff.ts":{"bytesInOutput":415},"src/platform/DefaultBrowserEventSource.ts":{"bytesInOutput":897},"src/platform/BrowserRequests.ts":{"bytesInOutput":165},"src/platform/LocalStorage.ts":{"bytesInOutput":566},"src/platform/BrowserPlatform.ts":{"bytesInOutput":139},"src/BrowserClient.ts":{"bytesInOutput":1739},"src/compat/LDEmitterCompat.ts":{"bytesInOutput":701},"src/compat/wrapPromiseCallback.ts":{"bytesInOutput":159},"src/compat/LDClientCompatImpl.ts":{"bytesInOutput":2350},"src/compat/index.ts":{"bytesInOutput":40}},"bytes":69915}}}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@launchdarkly/js-client-sdk",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "LaunchDarkly SDK for JavaScript in Browsers",
|
|
5
5
|
"homepage": "https://github.com/launchdarkly/js-core/tree/main/packages/sdk/browser",
|
|
6
6
|
"repository": {
|
|
@@ -16,36 +16,49 @@
|
|
|
16
16
|
"feature management",
|
|
17
17
|
"sdk"
|
|
18
18
|
],
|
|
19
|
+
"type": "module",
|
|
20
|
+
"main": "./dist/index.cjs",
|
|
21
|
+
"module": "./dist/index.js",
|
|
22
|
+
"types": "./dist/index.d.ts",
|
|
19
23
|
"exports": {
|
|
20
|
-
"
|
|
21
|
-
|
|
22
|
-
|
|
24
|
+
".": {
|
|
25
|
+
"require": {
|
|
26
|
+
"types": "./dist/index.d.cts",
|
|
27
|
+
"require": "./dist/index.cjs"
|
|
28
|
+
},
|
|
29
|
+
"import": {
|
|
30
|
+
"types": "./dist/index.d.ts",
|
|
31
|
+
"import": "./dist/index.js"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"./compat": {
|
|
35
|
+
"require": {
|
|
36
|
+
"types": "./dist/compat.d.cts",
|
|
37
|
+
"require": "./dist/compat.cjs"
|
|
38
|
+
},
|
|
39
|
+
"import": {
|
|
40
|
+
"types": "./dist/compat.d.ts",
|
|
41
|
+
"import": "./dist/compat.js"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
23
44
|
},
|
|
24
|
-
"type": "module",
|
|
25
45
|
"files": [
|
|
26
46
|
"dist"
|
|
27
47
|
],
|
|
28
48
|
"scripts": {
|
|
29
49
|
"clean": "rimraf dist",
|
|
30
|
-
"build": "
|
|
50
|
+
"build": "tsup",
|
|
31
51
|
"lint": "eslint . --ext .ts,.tsx",
|
|
32
52
|
"prettier": "prettier --write '**/*.@(js|ts|tsx|json|css)' --ignore-path ../../../.prettierignore",
|
|
33
|
-
"test": "
|
|
53
|
+
"test": "npx jest --runInBand",
|
|
34
54
|
"coverage": "yarn test --coverage",
|
|
35
55
|
"check": "yarn prettier && yarn lint && yarn build && yarn test"
|
|
36
56
|
},
|
|
37
57
|
"dependencies": {
|
|
38
|
-
"@launchdarkly/js-client-sdk-common": "1.
|
|
39
|
-
"escape-string-regexp": "^5.0.0",
|
|
40
|
-
"rollup-plugin-visualizer": "^5.12.0"
|
|
58
|
+
"@launchdarkly/js-client-sdk-common": "1.11.0"
|
|
41
59
|
},
|
|
42
60
|
"devDependencies": {
|
|
43
61
|
"@jest/globals": "^29.7.0",
|
|
44
|
-
"@rollup/plugin-commonjs": "^25.0.0",
|
|
45
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
46
|
-
"@rollup/plugin-node-resolve": "^15.0.2",
|
|
47
|
-
"@rollup/plugin-terser": "^0.4.3",
|
|
48
|
-
"@rollup/plugin-typescript": "^11.1.1",
|
|
49
62
|
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
|
|
50
63
|
"@types/jest": "^29.5.11",
|
|
51
64
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
|
@@ -61,8 +74,8 @@
|
|
|
61
74
|
"jest-environment-jsdom": "^29.7.0",
|
|
62
75
|
"prettier": "^3.0.0",
|
|
63
76
|
"rimraf": "^5.0.5",
|
|
64
|
-
"rollup": "^3.23.0",
|
|
65
77
|
"ts-jest": "^29.1.1",
|
|
78
|
+
"tsup": "^8.3.5",
|
|
66
79
|
"typedoc": "0.25.0",
|
|
67
80
|
"typescript": "^5.5.3"
|
|
68
81
|
}
|
package/dist/index.cjs.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
"use strict";function t(t){return t.indexOf("~")?t.replace(/~1/g,"/").replace(/~0/g,"~"):t}class i{constructor(i,s=!1){if(s){const t=i;this.t=[t],this.isValid=""!==t,this.redactionName=t.startsWith("/")?`/${t.replace(/~/g,"~0").replace(/\//g,"~1")}`:t}else{if(this.redactionName=i,""===i||"/"===i||i.match(/\/\/|(^\/.*~[^0|^1])|~$/))return this.isValid=!1,void(this.t=[]);!function(t){return!t.startsWith("/")}(i)?i.indexOf("/",1)<0?this.t=[t(i.slice(1))]:this.t=function(i){return(i.startsWith("/")?i.substring(1):i).split("/").map((i=>t(i)))}(i):this.t=[i],"_meta"===this.t[0]?this.isValid=!1:this.isValid=!0}}get(t){const{t:i,isValid:s}=this;if(!s)return;let e=t;for(let t=0;t<i.length;t+=1){const s=i[t];if(null==e||!Object.prototype.hasOwnProperty.call(e,s)||"object"!=typeof e||Array.isArray(e))return;e=e[s]}return e}getComponent(t){return this.t[t]}get depth(){return this.t.length}get isKind(){return 1===this.t.length&&"kind"===this.t[0]}compare(t){return this.depth===t.depth&&this.t.every(((i,s)=>i===t.getComponent(s)))}}i.InvalidReference=new i("");class s{constructor(t,i){this.h=t,this.typeOf=typeof i}is(t){return!Array.isArray(t)&&typeof t===this.typeOf}getType(){return this.h}}class e{constructor(t,i){this.h=t,this.typeOf=typeof i}is(t){return!!Array.isArray(t)&&(!(t.length>0)||t.every((t=>typeof t===this.typeOf)))}getType(){return this.h}}class n extends s{constructor(t){super(`number with minimum value of ${t}`,0),this.min=t}is(t){return typeof t===this.typeOf&&t>=this.min}}class r extends s{constructor(t){super(`string matching ${t}`,""),this.expression=t}is(t){return"string"==typeof t&&!!t.match(this.expression)}}const o=/^\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d\d*)?(Z|[-+]\d\d(:\d\d)?)/;class a{static createTypeArray(t,i){return new e(t,i)}static numberWithMin(t){return new n(t)}static stringMatchingRegex(t){return new r(t)}}function h(t){return"kind"in t&&(a.String.is(t.kind)&&"multi"!==t.kind)}function c(t){return"kind"in t&&(a.String.is(t.kind)&&"multi"===t.kind)}function u(t){return!("kind"in t)||null===t.kind||void 0===t.kind}a.String=new s("string",""),a.Number=new s("number",0),a.ObjectOrFactory=new class{is(t){if(Array.isArray(t))return!1;const i=typeof t;return"function"===i||"object"===i}getType(){return"factory method or object"}},a.Object=new s("object",{}),a.StringArray=new e("string[]",""),a.Boolean=new s("boolean",!0),a.Function=new class{is(t){return"function"==typeof t}getType(){return"function"}},a.Date=new class{is(t){return"number"==typeof t||"string"==typeof t&&o.test(t)}getType(){return"date"}},a.Kind=new class extends r{constructor(){super(/^(\w|\.|-)+$/)}is(t){return super.is(t)&&"kind"!==t}},a.NullableBoolean=new class{is(t){return"boolean"==typeof t||null==t}getType(){return"boolean | undefined | null"}};const l="user";function d(t){return t.includes("%")||t.includes(":")?t.replace(/%/g,"%25").replace(/:/g,"%3A"):t}function f(t){return a.Kind.is(t)}function v(t){return a.String.is(t)&&""!==t}function p(t,s=!1){return t?t.map((t=>new i(t,s))):[]}class y{constructor(t,i,s){this.u=!1,this.l=!1,this.v=!1,this.p={},this.kind=i,this.valid=t,this.message=s}static m(t,i){return new y(!1,t,i)}static k(t,i){if(i&&t.isValid)return 1===t.depth&&"anonymous"===t.getComponent(0)?!!i?.anonymous:t.get(i)}$(t){return this.u?this.p[t]:this.kind===t?this.S:void 0}static D(t){const i=Object.keys(t).filter((t=>"kind"!==t)),s=i.every(f);if(!i.length)return y.m("multi","A multi-kind context must contain at least one kind");if(!s)return y.m("multi","Context contains invalid kinds");const e={};let n=!0;const r=i.reduce(((i,s)=>{const r=t[s];var o;return(o=r)&&a.Object.is(o)?(i[s]=r,e[s]=p(r._meta?.privateAttributes)):n=!1,i}),{});if(!n)return y.m("multi","Context contained contexts that were not objects");if(!Object.values(r).every((t=>v(t.key))))return y.m("multi","Context contained invalid keys");if(1===i.length){const t=i[0],s=new y(!0,t);return s.S={...r[t],kind:t},s._=e,s.l="user"===t,s}const o=new y(!0,t.kind);return o.p=r,o._=e,o.u=!0,o}static I(t){const{key:i,kind:s}=t,e=f(s),n=v(i);if(!e)return y.m(s??"unknown","The kind was not valid for the context");if(!n)return y.m(s,"The key for the context was not valid");const r=p(t._meta?.privateAttributes),o=new y(!0,s);return o.l="user"===s,o.S=t,o._={[s]:r},o}static N(t){if(!(void 0!==t.key&&null!==t.key))return y.m("user","The key for the context was not valid");const i=new y(!0,"user");return i.l=!0,i.v=!0,i.S=function(t){const i={...t.custom||[],kind:"user",key:String(t.key)};if(null!=t.anonymous){const s=!!t.anonymous;delete i.anonymous,i.anonymous=s}return null!==t.name&&void 0!==t.name&&(i.name=t.name),null!==t.ip&&void 0!==t.ip&&(i.ip=t.ip),null!==t.firstName&&void 0!==t.firstName&&(i.firstName=t.firstName),null!==t.lastName&&void 0!==t.lastName&&(i.lastName=t.lastName),null!==t.email&&void 0!==t.email&&(i.email=t.email),null!==t.avatar&&void 0!==t.avatar&&(i.avatar=t.avatar),null!==t.country&&void 0!==t.country&&(i.country=t.country),null!==t.privateAttributeNames&&void 0!==t.privateAttributeNames&&(i._meta={privateAttributes:t.privateAttributeNames}),i}(t),i._={user:p(t.privateAttributeNames,!0)},i}static fromLDContext(t){return t?h(t)?y.I(t):c(t)?y.D(t):u(t)?y.N(t):y.m("unknown","Context was not of a valid kind"):y.m("unknown","No context specified. Returning default value")}static toLDContext(t){if(!t.valid)return;const i=t.getContexts();if(!t.u)return i[0][1];const s={kind:"multi"};return i.forEach((t=>{const i=t[0],e=t[1];s[i]=e})),s}valueForKind(t,i=l){return t.isKind?this.kinds:y.k(t,this.$(i))}key(t=l){return this.$(t)?.key}get isMultiKind(){return this.u}get canonicalKey(){return this.l?this.S.key:this.u?Object.keys(this.p).sort().map((t=>`${t}:${d(this.p[t].key)}`)).join(":"):`${this.kind}:${d(this.S.key)}`}get kinds(){return this.u?Object.keys(this.p):[this.kind]}get kindsAndKeys(){return this.u?Object.entries(this.p).reduce(((t,[i,s])=>(t[i]=s.key,t)),{}):{[this.kind]:this.S.key}}privateAttributes(t){return this._?.[t]||[]}getContexts(){return this.u?Object.entries(this.p):[[this.kind,this.S]]}get legacy(){return this.v}}y.UserKind=l;const g=["key","kind","_meta","anonymous"].map((t=>new i(t,!0))),w=["name","ip","firstName","lastName","email","avatar","country"];class m{constructor(t,i){this.R=t,this.C=i}filter(t,i=!1){const s=t.getContexts();if(1===s.length)return this.T(t,s[0][1],s[0][0],i);const e={kind:"multi"};return s.forEach((([s,n])=>{e[s]=this.T(t,n,s,i)})),e}A(t,s,e,n){return(n?Object.keys(s).map((t=>new i(t,!0))):[...this.C,...t.privateAttributes(e)]).filter((t=>!g.some((i=>i.compare(t)))))}T(t,i,s,e){const n=this.R||e&&!0===i.anonymous,{cloned:r,excluded:o}=function(t,i){const s=[],e={},n=[];for(s.push(...Object.keys(t).map((i=>({key:i,ptr:[i],source:t,parent:e,visited:[t]}))));s.length;){const t=s.pop(),e=i.find((i=>{return s=i,e=t.ptr,s.depth===e.length&&e.every(((t,i)=>t===s.getComponent(i)));var s,e}));if(e)n.push(e.redactionName);else{const i=t.source[t.key];null===i?t.parent[t.key]=i:Array.isArray(i)?t.parent[t.key]=[...i]:"object"==typeof i?t.visited.includes(i)||(t.parent[t.key]={},s.push(...Object.keys(i).map((s=>({key:s,ptr:[...t.ptr,s],source:i,parent:t.parent[t.key],visited:[...t.visited,i]}))))):t.parent[t.key]=i}}return{cloned:e,excluded:n.sort()}}(i,this.A(t,i,s,n));return t.legacy&&w.forEach((t=>{t in r&&(r[t]=String(r[t]))})),o.length&&(r._meta||(r._meta={}),r._meta.redactedAttributes=o),r._meta&&(delete r._meta.privateAttributes,0===Object.keys(r._meta).length&&delete r._meta),r}}var b,k,$,E;!function(t){t.Unknown="UNKNOWN",t.NetworkError="NETWORK_ERROR",t.ErrorResponse="ERROR_RESPONSE",t.InvalidData="INVALID_DATA"}(b||(b={}));class S extends Error{constructor(t,i,s,e=!0){super(i),this.kind=t,this.status=s,this.name="LaunchDarklyPollingError",this.recoverable=e}}class D extends Error{constructor(t,i,s,e=!0){super(i),this.kind=t,this.code=s,this.name="LaunchDarklyStreamingError",this.recoverable=e}}function O(t){if("string"==typeof t)return t;if(void 0===t)return"undefined";if(null===t)return"null";if(Object.prototype.hasOwnProperty.call(t,"toString"))try{return t.toString()}catch{}if("bigint"==typeof t)return`${t}n`;try{return JSON.stringify(t)}catch(t){return t instanceof TypeError&&t.message.indexOf("circular")>=0?"[Circular]":"[Not Stringifiable]"}}!function(t){t[t.Disabled=0]="Disabled",t[t.Enabled=1]="Enabled"}(k||(k={})),function(t){t[t.AnalyticsEvents=0]="AnalyticsEvents",t[t.DiagnosticEvent=1]="DiagnosticEvent"}($||($={})),function(t){t[t.Succeeded=0]="Succeeded",t[t.Failed=1]="Failed",t[t.FailedAndMustShutDown=2]="FailedAndMustShutDown"}(E||(E={}));const x={s:t=>O(t),d:t=>function(t){return"symbol"==typeof t?"NaN":"bigint"==typeof t?`${t}n`:String(Number(t))}(t),i:t=>function(t){return"symbol"==typeof t?"NaN":"bigint"==typeof t?`${t}n`:String(parseInt(t,10))}(t),f:t=>function(t){return"symbol"==typeof t?"NaN":String(parseFloat(t))}(t),j:t=>O(t),o:t=>O(t),O:t=>O(t),c:()=>""};function _(...t){const i=t.shift();if(a.String.is(i)){let s="",e=0;for(;e<i.length;){const n=i.charAt(e);if("%"===n){if(e+1<i.length){const n=i.charAt(e+1);if(n in x&&t.length){const i=t.shift();s+=x[n]?.(i)}else s+="%"===n?"%":`%${n}`;e+=2}}else s+=n,e+=1}return t.length&&(s.length&&(s+=" "),s+=t.map(O).join(" ")),s}return t.map(O).join(" ")}const I={debug:0,info:1,warn:2,error:3,none:4},N=["debug","info","warn","error","none"];class R{static get(){return new R({})}constructor(t){this.P=I[t.level??"info"]??I.info,this.M=t.name??"LaunchDarkly",this.L=t.destination,this.J=t.formatter}U(...t){try{return this.J?this.J?.(...t):_(...t)}catch{return _(...t)}}K(t){try{this.L(t)}catch{console.error(t)}}F(t,i){if(t>=this.P){const s=`${N[t]}: [${this.M}]`;try{this.L?this.K(`${s} ${this.U(...i)}`):console.error(...i)}catch{console.error(...i)}}}error(...t){this.F(I.error,t)}warn(...t){this.F(I.warn,t)}info(...t){this.F(I.info,t)}debug(...t){this.F(I.debug,t)}}const C={error:a.Function,warn:a.Function,info:a.Function,debug:a.Function};class j{constructor(t,i){Object.entries(C).forEach((([i,s])=>{if(!s.is(t[i]))throw new Error(`Provided logger instance must support logger.${i}(...) method`)})),this.V=t,this.q=i}F(t,i){try{this.V[t](...i)}catch{this.q[t](...i)}}error(...t){this.F("error",t)}warn(...t){this.F("warn",t)}info(...t){this.F("info",t)}debug(...t){this.F("debug",t)}}const T=t=>{const i=new R({level:"info",destination:console.error,formatter:_});return t?new j(t,i):i};class A{static deprecated(t,i){return`"${t}" is deprecated, please use "${i}"`}static optionBelowMinimum(t,i,s){return`Config option "${t}" had invalid value of ${i}, using minimum of ${s} instead`}static unknownOption(t){return`Ignoring unknown config option "${t}"`}static wrongOptionType(t,i,s){return`Config option "${t}" should be of type ${i}, got ${s}, using default value`}static wrongOptionTypeBoolean(t,i){return`Config option "${t}" should be a boolean, got ${i}, converting to boolean`}static invalidTagValue(t){return`Config option "${t}" must only contain letters, numbers, ., _ or -.`}static tagValueTooLong(t){return`Value of "${t}" was longer than 64 characters and was discarded.`}static partialEndpoint(t){return`You have set custom uris without specifying the ${t} URI; connections may not work properly`}}const P=a.stringMatchingRegex(/^(\w|\.|-)+$/),M=(t,i)=>P.is(t)?t.length>64?{valid:!1,message:A.tagValueTooLong(i)}:{valid:!0}:{valid:!1,message:A.invalidTagValue(i)};class L{constructor(t){const i={},s=t?.application,e=t?.logger;s&&Object.entries(s).forEach((([t,s])=>{if(null!=s){const{valid:n,message:r}=M(s,`application.${t}`);n?"versionName"===t?i["application-version-name"]=[s]:i[`application-${t}`]=[s]:e?.warn(r)}}));const n=Object.keys(i);n.length&&(this.value=n.sort().flatMap((t=>i[t].sort().map((i=>`${t}/${i}`)))).join(" "))}}class J{constructor(t,i,s){this.platform=s,this.basicConfiguration={tags:i.tags,logger:i.logger,offline:i.offline,serviceEndpoints:i.serviceEndpoints,sdkKey:t}}}function U(t){return t.replace(/\/+$/,"")}function K(t){return t.replace(/^\/+/,"").replace(/\?$/,"")}class F{constructor(t,i,s=F.DEFAULT_EVENTS,e="/bulk",n="/diagnostic",r=!0,o){this.streaming=U(t),this.polling=U(i),this.events=U(s),this.analyticsEventPath=e,this.diagnosticEventPath=n,this.includeAuthorizationHeader=r,this.payloadFilterKey=o}}function V(t,i){if(0===i.length)return t;return`${t}?${i.map((({key:t,value:i})=>`${t}=${i}`)).join("&")}`}function q(t,i,s){const e=K(i),n=[...s];return t.payloadFilterKey&&n.push({key:"filter",value:t.payloadFilterKey}),V(`${t.streaming}/${e}`,n)}function G(t,i,s){const e=K(i);return V(`${t.events}/${e}`,s)}F.DEFAULT_EVENTS="https://events.launchdarkly.com";class B extends Error{constructor(t){super(t),this.name="LaunchDarklyUnexpectedResponseError"}}class z extends Error{constructor(t){super(t),this.name="LaunchDarklyClientError"}}class H extends Error{constructor(t){super(t),this.name="LaunchDarklyTimeoutError"}}function W(t){return!(t>=400&&t<500)||(400===t||408===t||429===t)}function Y(t){return null==t?t:JSON.parse(JSON.stringify(t))}function Z(t){return Math.trunc(1e3*t)}const Q=(t,i)=>t?Object.entries(t).reduce(((t,[s,e])=>(!Boolean(e)||(t=>"{}"===JSON.stringify(t))(e)||i?.includes(s)||(t[s]="object"==typeof e?Q(e,i):e),t)),{}):t;function X(t,i){if(t===i)return!0;if(t&&i&&"object"==typeof t&&"object"==typeof i){if(t.constructor!==i.constructor)return!1;var s,e,n;if(Array.isArray(t)){if((s=t.length)!=i.length)return!1;for(e=s;0!=e--;)if(!X(t[e],i[e]))return!1;return!0}if(t instanceof Map&&i instanceof Map){if(t.size!==i.size)return!1;for(e of t.entries())if(!i.has(e[0]))return!1;for(e of t.entries())if(!X(e[1],i.get(e[0])))return!1;return!0}if(t instanceof Set&&i instanceof Set){if(t.size!==i.size)return!1;for(e of t.entries())if(!i.has(e[0]))return!1;return!0}if(ArrayBuffer.isView(t)&&ArrayBuffer.isView(i)){if((s=t.length)!=i.length)return!1;for(e=s;0!=e--;)if(t[e]!==i[e])return!1;return!0}if(t.constructor===RegExp)return t.source===i.source&&t.flags===i.flags;if(t.valueOf!==Object.prototype.valueOf)return t.valueOf()===i.valueOf();if(t.toString!==Object.prototype.toString)return t.toString()===i.toString();if((s=(n=Object.keys(t)).length)!==Object.keys(i).length)return!1;for(e=s;0!=e--;)if(!Object.prototype.hasOwnProperty.call(i,n[e]))return!1;for(e=s;0!=e--;){var r=n[e];if(!X(t[r],i[r]))return!1}return!0}return t!=t&&i!=i}function tt(t,i,s){let e;e=t.status?`error ${t.status}${401===t.status?" (invalid SDK key)":""}`:`I/O error (${t.message||"unknown error"})`;return`Received ${e} for ${i} - ${s??"giving up permanently"}`}function it({status:t}){return!t||W(t)}const st=(t,i)=>i.btoa(t).replace(/\+/g,"-").replace(/\//g,"_").replace(/=+$/,"");var et;!function(t){t.MalformedFlag="MALFORMED_FLAG",t.UserNotSpecified="USER_NOT_SPECIFIED",t.FlagNotFound="FLAG_NOT_FOUND",t.ClientNotReady="CLIENT_NOT_READY",t.WrongType="WRONG_TYPE"}(et||(et={}));var nt=et;let rt=class{static invalidMetricValue(t){return`The track function was called with a non-numeric "metricValue" (${t}), only numeric metric values are supported.`}};rt.MissingContextKeyNoEvent="Context was unspecified or had no key; event will not be sent";class ot{constructor(t,i){const{basicConfiguration:s,platform:e}=t,{serviceEndpoints:{analyticsEventPath:n,diagnosticEventPath:r}}=s,{crypto:o,requests:a}=e;this.G={...i},this.B=G(s.serviceEndpoints,n,[]),this.H=G(s.serviceEndpoints,r,[]),this.W=a,this.Y=o}async Z(t,i,s,e){const n={status:E.Succeeded},r={...this.G,"content-type":"application/json"};let o;s&&(r["x-launchdarkly-payload-id"]=s,r["x-launchDarkly-event-schema"]="4");try{const{status:s,headers:e}=await this.W.fetch(i,{headers:r,body:JSON.stringify(t),method:"POST",keepalive:!0}),a=Date.parse(e.get("date")||"");if(a&&(n.serverTime=a),s<=204)return n;if(o=new B(tt({status:s,message:"some events were dropped"},"event posting")),!W(s))return!function(t){return 413===t||W(t)}(s)?n.status=E.FailedAndMustShutDown:n.status=E.Failed,n.error=o,n}catch(t){o=t}return o&&!e?(n.status=E.Failed,n.error=o,n):(await(async(t=1e3)=>new Promise((i=>{setTimeout(i,t)})))(),this.Z(t,this.B,s,!1))}async sendEventData(t,i){const s=t===$.AnalyticsEvents?this.Y.randomUUID():void 0,e=t===$.AnalyticsEvents?this.B:this.H;return this.Z(i,e,s,!0)}}function at(t){return"feature"===t.kind}class ht{constructor(t,i,s,e,n,r){this.count=t,this.key=i,this.value=s,this.version=n,this.variation=r,this.default=e}increment(){this.count+=1}}class ct{constructor(){this.X=0,this.tt=0,this.it={},this.st={}}summarizeEvent(t){if(at(t)&&!t.excludeFromSummaries){const i=function(t){return`${t.key}:${null!==t.variation&&void 0!==t.variation?t.variation:""}:${null!==t.version&&void 0!==t.version?t.version:""}`}(t),s=this.it[i];let e=this.st[t.key];e||(e=new Set,this.st[t.key]=e),t.context.kinds.forEach((t=>e.add(t))),s?s.increment():this.it[i]=new ht(1,t.key,t.value,t.default,t.version,t.variation),(0===this.X||t.creationDate<this.X)&&(this.X=t.creationDate),t.creationDate>this.tt&&(this.tt=t.creationDate)}}getSummary(){const t=Object.values(this.it).reduce(((t,i)=>{let s=t[i.key];s||(s={default:i.default,counters:[],contextKinds:[...this.st[i.key]]},t[i.key]=s);const e={value:i.value,count:i.count};return void 0!==i.variation&&null!==i.variation&&(e.variation=i.variation),void 0!==i.version&&null!==i.version?e.version=i.version:e.unknown=!0,s.counters.push(e),t}),{});return{startDate:this.X,endDate:this.tt,features:t,kind:"summary"}}clearSummary(){this.X=0,this.tt=0,this.it={},this.st={}}}class ut extends Error{constructor(t){super(t),this.name="LaunchDarklyInvalidSDKKeyError"}}function lt(t){const i=Math.trunc(t);return 1===i||0!==i&&0===Math.floor(Math.random()*i)}class dt{constructor(t,i,s,e,n=1,r){this.context=t,this.key=i,this.data=s,this.metricValue=e,this.samplingRatio=n,this.url=r,this.kind="custom",this.creationDate=Date.now(),this.context=t}}class ft{constructor(t,i,s,e,n,r,o,a,h,c,u,l,d=1){this.withReasons=t,this.context=i,this.key=s,this.samplingRatio=d,this.kind="feature",this.creationDate=Date.now(),this.value=e,this.default=n,void 0!==r&&(this.version=r),void 0!==o&&(this.variation=o),void 0!==a&&(this.trackEvents=a),void 0!==h&&(this.prereqOf=h),void 0!==c&&(this.reason=c),void 0!==u&&(this.debugEventsUntilDate=u),void 0!==l&&(this.excludeFromSummaries=l)}}class vt{constructor(t,i=1){this.context=t,this.samplingRatio=i,this.kind="identify",this.creationDate=Date.now()}}var pt,yt=Object.freeze({__proto__:null,ClientMessages:rt,DiagnosticsManager:class{constructor(t,i,s){this.et=i,this.nt=s,this.rt=[],this.ot=Date.now(),this.ht=this.ot,this.ct={diagnosticId:i.crypto.randomUUID(),sdkKeySuffix:t.length>6?t.substring(t.length-6):t}}createInitEvent(){const t=this.et.info.sdkData(),i=this.et.info.platformData();return{kind:"diagnostic-init",id:this.ct,creationDate:this.ot,sdk:t,configuration:this.nt,platform:{name:i.name,osArch:i.os?.arch,osName:i.os?.name,osVersion:i.os?.version,...i.additional||{}}}}recordStreamInit(t,i,s){const e={timestamp:t,failed:i,durationMillis:s};this.rt.push(e)}createStatsEventAndReset(t,i,s){const e=Date.now(),n={kind:"diagnostic",id:this.ct,creationDate:e,dataSinceDate:this.ht,droppedEvents:t,deduplicatedUsers:i,eventsInLastBatch:s,streamInits:this.rt};return this.rt=[],this.ht=e,n}},ErrorKinds:nt,EventFactoryBase:class{constructor(t){this.ut=t}evalEvent(t){return new ft(this.ut,t.context,t.flagKey,t.value,t.defaultVal,t.version,t.variation??void 0,t.trackEvents||t.addExperimentData,t.prereqOfFlagKey,this.ut||t.addExperimentData?t.reason:void 0,t.debugEventsUntilDate,t.excludeFromSummaries,t.samplingRatio)}unknownFlagEvent(t,i,s){return new ft(this.ut,s,t,i,i,void 0,void 0,void 0,void 0,void 0,void 0,void 0,void 0)}identifyEvent(t){return new vt(t,1)}customEvent(t,i,s,e,n=1){return new dt(i,t,s??void 0,e??void 0,n)}},EventProcessor:class{constructor(t,s,e,n,r,o=!0){this.lt=t,this.dt=n,this.ft=r,this.vt=new ct,this.yt=[],this.gt=0,this.wt=0,this.bt=0,this.kt=!1,this.$t=0,this.Et=!1,this.St=null,this.Dt=t.eventsCapacity,this.V=s.basicConfiguration.logger,this.Ot=new ot(s,e),this.xt=new m(t.allAttributesPrivate,t.privateAttributes.map((t=>new i(t)))),o&&this.start()}start(){if(void 0!==this.dt?.flushInterval&&(this.St=setInterval((()=>{this.dt?.flush()}),1e3*this.dt.flushInterval)),this._t=setInterval((async()=>{try{await this.flush()}catch(t){this.V?.debug(`Flush failed: ${t}`)}}),1e3*this.lt.flushInterval),this.ft){const t=this.ft.createInitEvent();this.It(t),this.Nt=setInterval((()=>{const t=this.ft.createStatsEventAndReset(this.wt,this.bt,this.$t);this.wt=0,this.bt=0,this.It(t)}),1e3*this.lt.diagnosticRecordingInterval)}this.V?.debug("Started EventProcessor.")}It(t){this.Ot.sendEventData($.DiagnosticEvent,t)}close(){clearInterval(this._t),this.St&&clearInterval(this.St),this.Nt&&clearInterval(this.Nt)}async flush(){if(this.Et)throw new ut("Events cannot be posted because a permanent error has been encountered. This is most likely an invalid SDK key. The specific error information is logged independently.");const t=this.yt;this.yt=[];const i=this.vt.getSummary();this.vt.clearSummary(),Object.keys(i.features).length&&t.push(i),t.length&&(this.$t=t.length,this.V?.debug("Flushing %d events",t.length),await this.Z(t))}sendEvent(t){if(this.Et)return;if("migration_op"===t.kind){if(lt(t.samplingRatio)){const i={...t};1===i.samplingRatio&&delete i.samplingRatio,this.Rt(i)}return}this.vt.summarizeEvent(t);const i=at(t),s=i&&t.trackEvents||!i,e=this.Ct(t),n=function(t){return"identify"===t.kind}(t),r=this.dt?.processContext(t.context);r||n||(this.bt+=1);r&&!n&&this.Rt(this.jt({kind:"index",creationDate:t.creationDate,context:t.context,samplingRatio:1},!1)),s&<(t.samplingRatio)&&this.Rt(this.jt(t,!1)),e&<(t.samplingRatio)&&this.Rt(this.jt(t,!0))}jt(t,i){switch(t.kind){case"feature":{const s={kind:i?"debug":"feature",creationDate:t.creationDate,context:this.xt.filter(t.context,!i),key:t.key,value:t.value,default:t.default};return 1!==t.samplingRatio&&(s.samplingRatio=t.samplingRatio),t.prereqOf&&(s.prereqOf=t.prereqOf),void 0!==t.variation&&(s.variation=t.variation),void 0!==t.version&&(s.version=t.version),t.reason&&(s.reason=t.reason),s}case"index":case"identify":{const i={kind:t.kind,creationDate:t.creationDate,context:this.xt.filter(t.context)};return 1!==t.samplingRatio&&(i.samplingRatio=t.samplingRatio),i}case"custom":{const i={kind:"custom",creationDate:t.creationDate,key:t.key,contextKeys:t.context.kindsAndKeys};return 1!==t.samplingRatio&&(i.samplingRatio=t.samplingRatio),void 0!==t.data&&(i.data=t.data),void 0!==t.metricValue&&(i.metricValue=t.metricValue),void 0!==t.url&&(i.url=t.url),i}case"click":return{kind:"click",creationDate:t.creationDate,contextKeys:t.context.kindsAndKeys,key:t.key,url:t.url,selector:t.selector};case"pageview":return{kind:"pageview",creationDate:t.creationDate,contextKeys:t.context.kindsAndKeys,key:t.key,url:t.url};default:return t}}Rt(t){this.yt.length<this.Dt?(this.yt.push(t),this.kt=!1):(this.kt||(this.kt=!0,this.V?.warn("Exceeded event queue capacity. Increase capacity to avoid dropping events.")),this.wt+=1)}Ct(t){return at(t)&&t.debugEventsUntilDate&&t.debugEventsUntilDate>this.gt&&t.debugEventsUntilDate>Date.now()}async Z(t){const i=await this.Ot.sendEventData($.AnalyticsEvents,t);if(i.status===E.FailedAndMustShutDown&&(this.Et=!0),i.serverTime&&(this.gt=i.serverTime),i.error)throw i.error}},InputCustomEvent:dt,InputEvalEvent:ft,InputIdentifyEvent:vt,NullEventProcessor:class{close(){}async flush(){}sendEvent(){}},StreamingProcessor:class{constructor(t,i,s,e,n,r,o,a=1){this.Tt=e,this.ft=r,this.At=o,this.Pt=a;const{basicConfiguration:h,platform:c}=t,{logger:u}=h,{requests:l}=c;this.Mt={...n},this.V=u,this.W=l,this.Lt=q(h.serviceEndpoints,i,s)}Jt(){this.Ut=Date.now()}Kt(t){this.Ut&&this.ft&&this.ft.recordStreamInit(this.Ut,!t,Date.now()-this.Ut),this.Ut=void 0}Ft(t){return it(t)?(this.V?.warn(tt(t,"streaming request","will retry")),this.Kt(!1),this.Jt(),!0):(this.Kt(!1),this.At?.(new D(b.ErrorResponse,t.message,t.status)),this.V?.error(tt(t,"streaming request")),!1)}start(){this.Jt();const t=this.W.createEventSource(this.Lt,{headers:this.Mt,errorFilter:t=>this.Ft(t),initialRetryDelayMillis:1e3*this.Pt,readTimeoutMillis:3e5,retryResetIntervalMillis:6e4});this.Vt=t,t.onclose=()=>{this.V?.info("Closed LaunchDarkly stream connection")},t.onerror=()=>{},t.onopen=()=>{this.V?.info("Opened LaunchDarkly stream connection")},t.onretrying=t=>{this.V?.info(`Will retry stream connection in ${t.delayMillis} milliseconds`)},this.Tt.forEach((({deserializeData:i,processJson:s},e)=>{t.addEventListener(e,(t=>{if(this.V?.debug(`Received ${e} event`),t?.data){this.Kt(!0);const{data:n}=t,r=i(n);if(!r)return void((t,i,s,e)=>{s?.error(`Stream received invalid data in "${t}" message`),s?.debug(`Invalid JSON follows: ${i}`),e?.(new D(b.InvalidData,"Malformed JSON data in event stream"))})(e,n,this.V,this.At);s(r)}else this.At?.(new D(b.Unknown,"Unexpected payload from event stream"))}))}))}stop(){this.Vt?.close(),this.Vt=void 0}close(){this.stop()}},isLegacyUser:u,isMultiKind:c,isSingleKind:h,shouldSample:lt});!function(t){t.Initializing="INITIALIZING",t.Valid="VALID",t.Interrupted="INTERRUPTED",t.SetOffline="SET_OFFLINE",t.Closed="CLOSED"}(pt||(pt={}));class gt extends Error{constructor(t,i){super(t),this.status=i,this.name="LaunchDarklyRequestError"}}class wt{constructor(t,i,s,e,n){this.W=t,this.qt=i,this.Mt=s,this.Gt=e,this.Bt=n}async requestPayload(){let t;try{const i=await this.W.fetch(this.qt,{method:this.Gt,headers:this.Mt,body:this.Bt});if(function(t){return t>=200&&t<=299}(i.status))return await i.text();t=i.status}catch(t){throw new gt(t?.message)}throw new gt(`Unexpected status code: ${t}`,t)}}function mt(t,i,s,e,n,r,o,a,h,c){let u,l="GET";const d={...r};h&&(l="REPORT",d["content-type"]="application/json",u=t);const f=h?s.pathReport(n,t):s.pathGet(n,t),v=[...o??[]];a&&v.push({key:"withReasons",value:"true"}),c&&v.push({key:"h",value:c});const p=function(t,i,s){const e=K(i),n=[...s];return t.payloadFilterKey&&n.push({key:"filter",value:t.payloadFilterKey}),V(`${t.polling}/${e}`,n)}(i,f,v);return new wt(e,p,d,l,u)}const bt={logger:a.Object,maxCachedContexts:a.numberWithMin(0),baseUri:a.String,streamUri:a.String,eventsUri:a.String,capacity:a.numberWithMin(1),diagnosticRecordingInterval:a.numberWithMin(2),flushInterval:a.numberWithMin(2),streamInitialReconnectDelay:a.numberWithMin(0),allAttributesPrivate:a.Boolean,debug:a.Boolean,diagnosticOptOut:a.Boolean,withReasons:a.Boolean,sendEvents:a.Boolean,pollInterval:a.numberWithMin(30),useReport:a.Boolean,privateAttributes:a.StringArray,applicationInfo:a.Object,wrapperName:a.String,wrapperVersion:a.String,payloadFilterKey:a.stringMatchingRegex(/^[a-zA-Z0-9](\w|\.|-)*$/),hooks:a.createTypeArray("Hook[]",{}),inspectors:a.createTypeArray("LDInspection",{})},kt="https://clientsdk.launchdarkly.com",$t="https://clientstream.launchdarkly.com";class Et{constructor(t={},i={}){var s;this.logger=T(),this.baseUri=kt,this.eventsUri=F.DEFAULT_EVENTS,this.streamUri=$t,this.maxCachedContexts=5,this.capacity=100,this.diagnosticRecordingInterval=900,this.flushInterval=30,this.streamInitialReconnectDelay=1,this.allAttributesPrivate=!1,this.debug=!1,this.diagnosticOptOut=!1,this.sendEvents=!0,this.sendLDHeaders=!0,this.useReport=!1,this.withReasons=!1,this.privateAttributes=[],this.pollInterval=300,this.hooks=[],this.inspectors=[],this.logger=(s=t.logger)instanceof j?s:T(s);this.zt(t).forEach((t=>this.logger.warn(t))),this.serviceEndpoints=new F(this.streamUri,this.baseUri,this.eventsUri,i.analyticsEventPath,i.diagnosticEventPath,i.includeAuthorizationHeader,t.payloadFilterKey),this.useReport=t.useReport??!1,this.tags=new L({application:this.applicationInfo,logger:this.logger}),this.userAgentHeaderName=i.userAgentHeaderName??"user-agent",this.trackEventModifier=i.trackEventModifier??(t=>t)}zt(t){const i=[];return Object.entries(t).forEach((([t,s])=>{const e=bt[t];if(e)if(e.is(s))"logger"===t||(this[t]=s??void 0);else{const r=e.getType();if("boolean"===r)i.push(A.wrongOptionTypeBoolean(t,typeof s)),this[t]=!!s;else if("boolean | undefined | null"===r)i.push(A.wrongOptionTypeBoolean(t,typeof s)),"boolean"!=typeof s&&null!=s&&(this[t]=!!s);else if(e instanceof n&&a.Number.is(s)){const{min:n}=e;i.push(A.optionBelowMinimum(t,s,n)),this[t]=n}else i.push(A.wrongOptionType(t,e.getType(),typeof s))}else i.push(A.unknownOption(t))})),i}}async function St(t,i){if(t.digest)return t.digest(i);if(t.asyncDigest)return t.asyncDigest(i);throw new Error("Platform must implement digest or asyncDigest")}const Dt=async(t,{crypto:i,storage:s})=>{let e=await(s?.get(t));return e||(e=i.randomUUID(),await(s?.set(t,e))),e};function Ot(t){return async i=>St(t.createHash("sha256").update(i),"base64")}const xt=async t=>t;async function _t(t){return(await Promise.all(t.map((t=>t.transform(t.value))))).join("_")}async function It(t,i,s){return _t([{value:i,transform:xt},{value:s.canonicalKey,transform:Ot(t)}])}const{isLegacyUser:Nt,isSingleKind:Rt,isMultiKind:Ct}=yt,jt=async t=>{const{ld_device:i,os:s}=t.info.platformData(),e=Q(i)??{},n=s?.name||e.os?.name,r=s?.version||e.os?.version,o=e.os?.family;if((n||r||o)&&(e.os={...n?{name:n}:{},...r?{version:r}:{},...o?{family:o}:{}}),Object.keys(e).filter((t=>"key"!==t&&"envAttributesVersion"!==t)).length){const i=await async function(t){return _t([{value:"LaunchDarkly",transform:xt},{value:"ContextKeys",transform:xt},{value:t,transform:xt}])}("ld_device");return e.key=await Dt(i,t),e.envAttributesVersion=e.envAttributesVersion||"1.0",e}},Tt=async(t,i,s)=>{if(Nt(t))return t;let e,n;if(Rt(t)&&"ld_application"!==t.kind||Ct(t)&&!t.ld_application?e=await(async({crypto:t,info:i},{applicationInfo:s})=>{const{ld_application:e}=i.platformData();let n=Q(e)??{};const r=s?.id||n?.id;if(r){const i=s?.version||n?.version,e=s?.name||n?.name,o=s?.versionName||n?.versionName;return n={...n,id:r,...i?{version:i}:{},...e?{name:e}:{},...o?{versionName:o}:{}},n.key=await St(t.createHash("sha256").update(r),"base64"),n.envAttributesVersion=n.envAttributesVersion||"1.0",n}})(i,s):s.logger.warn("Not adding ld_application environment attributes because it already exists."),Rt(t)&&"ld_device"!==t.kind||Ct(t)&&!t.ld_device?n=await jt(i):s.logger.warn("Not adding ld_device environment attributes because it already exists."),e||n){return{...Rt(t)?(t=>{const{kind:i,...s}=t;return{kind:"multi",[i]:s}})(t):t,...e?{ld_application:e}:{},...n?{ld_device:n}:{}}}return t},{isLegacyUser:At,isMultiKind:Pt,isSingleKind:Mt}=yt,Lt=async(t,i,s)=>{const{anonymous:e,key:n}=i;if(e&&!n){const e=await async function(t){return _t([{value:"LaunchDarkly",transform:xt},{value:"AnonymousKeys",transform:xt},{value:t,transform:xt}])}(t);i.key=await Dt(e,s)}},Jt=async(t,i)=>{const s=Y(t);return Mt(s)&&await(async(t,i)=>{await Lt(t.kind,t,i)})(s,i),Pt(s)&&await(async(t,i)=>{const{kind:s,...e}=t;return Promise.all(Object.entries(e).map((([t,s])=>Lt(t,s,i))))})(s,i),At(s)&&await(async(t,i)=>{await Lt("user",t,i)})(s,i),s},Ut=(t,i,s)=>{if(i.sendEvents&&!i.diagnosticOptOut)return new yt.DiagnosticsManager(t,s,(t=>({customBaseURI:t.serviceEndpoints.polling!==kt,customStreamURI:t.serviceEndpoints.streaming!==$t,customEventsURI:t.serviceEndpoints.events!==F.DEFAULT_EVENTS,eventsCapacity:t.capacity,eventsFlushIntervalMillis:Z(t.flushInterval),reconnectTimeMillis:Z(t.streamInitialReconnectDelay),diagnosticRecordingIntervalMillis:Z(t.diagnosticRecordingInterval),allAttributesPrivate:t.allAttributesPrivate,usingSecureMode:!1,bootstrapMode:!1}))(i))};function Kt(t,i){return{value:i??null,variationIndex:null,reason:{kind:"ERROR",errorKind:t}}}function Ft(t,i,s){return{value:t,variationIndex:i??null,reason:s??null}}class Vt extends yt.EventFactoryBase{evalEventClient(t,i,s,e,n,r){const{trackEvents:o,debugEventsUntilDate:a,trackReason:h,flagVersion:c,version:u,variation:l}=e;return super.evalEvent({addExperimentData:h,context:n,debugEventsUntilDate:a,defaultVal:s,flagKey:t,reason:r,trackEvents:!!o,value:i,variation:l,version:c??u})}}class qt{constructor(){this.container={index:new Array}}static fromJson(t){const i=new qt;try{i.container=JSON.parse(t)}catch(t){}return i}toJson(){return JSON.stringify(this.container)}notice(t,i){const s=this.container.index.find((i=>i.id===t));void 0===s?this.container.index.push({id:t,timestamp:i}):s.timestamp=i}prune(t){const i=Math.max(t,0);return this.container.index.length>i?(this.container.index.sort(((t,i)=>t.timestamp-i.timestamp)),this.container.index.splice(0,this.container.index.length-i)):[]}}class Gt{constructor(t,i,s,e,n,r,o=()=>Date.now()){this.et=t,this.Ht=i,this.Wt=s,this.Yt=e,this.Zt=n,this.V=r,this.Qt=o,this.Xt=async function(t){return _t([{value:t,transform:xt},{value:"ContextIndex",transform:xt}])}(this.Ht)}async init(t,i){this.Zt.init(t,i),await this.ti(t)}async upsert(t,i,s){return!!this.Zt.upsert(t,i,s)&&(await this.ti(t),!0)}async loadCached(t){const i=await It(this.et.crypto,this.Ht,t);let s=await(this.et.storage?.get(i));if(null==s){if(s=await(this.et.storage?.get(t.canonicalKey)),null==s)return!1;await(this.et.storage?.set(i,s)),await(this.et.storage?.clear(t.canonicalKey))}try{const i=JSON.parse(s),e=Object.entries(i).reduce(((t,[i,s])=>(t[i]={version:s.version,flag:s},t)),{});return this.Zt.initCached(t,e),this.V.debug("Loaded cached flag evaluations from persistent storage"),!0}catch(t){return this.V.warn(`Could not load cached flag evaluations from persistent storage: ${t.message}`),!1}}async ii(){if(void 0!==this.si)return this.si;const t=await(this.et.storage?.get(await this.Xt));if(!t)return this.si=new qt,this.si;try{this.si=qt.fromJson(t),this.V.debug("Loaded context index from persistent storage")}catch(t){this.V.warn(`Could not load index from persistent storage: ${t.message}`),this.si=new qt}return this.si}async ti(t){const i=await this.ii(),s=await It(this.et.crypto,this.Ht,t);i.notice(s,this.Qt());const e=i.prune(this.Wt);await Promise.all(e.map((async t=>this.et.storage?.clear(t.id)))),await(this.et.storage?.set(await this.Xt,i.toJson()));const n=this.Yt.getAll(),r=Object.entries(n).reduce(((t,[i,s])=>(null!==s.flag&&void 0!==s.flag&&(t[i]=s.flag),t)),{}),o=JSON.stringify(r);await(this.et.storage?.set(s,o))}}class Bt{constructor(){this.ei={}}init(t){this.ei=Object.entries(t).reduce(((t,[i,s])=>(t[i]=s,t)),{})}insertOrUpdate(t,i){this.ei[t]=i}get(t){if(Object.prototype.hasOwnProperty.call(this.ei,t))return this.ei[t]}getAll(){return this.ei}}function zt(t,i){const s=[];return Object.entries(t).forEach((([t,e])=>{const n=i[t];n&&X(e,n)||s.push(t)})),Object.keys(i).forEach((i=>{t[i]||s.push(i)})),s}class Ht{constructor(t,i){this.ni=new Array,this.Yt=t,this.V=i}init(t,i){this.ri=t.canonicalKey;const s=this.Yt.getAll();this.Yt.init(i);const e=zt(s,i);e.length>0&&this.ni.forEach((i=>{try{i(t,e,"init")}catch(t){}}))}initCached(t,i){this.ri!==t.canonicalKey&&this.init(t,i)}upsert(t,i,s){if(this.ri!==t.canonicalKey)return this.V.warn("Received an update for an inactive context."),!1;const e=this.Yt.get(i);return!(void 0!==e&&e.version>=s.version)&&(this.Yt.insertOrUpdate(i,s),this.ni.forEach((s=>{try{s(t,[i],"patch")}catch(t){}})),!0)}on(t){this.ni.push(t)}off(t){const i=this.ni.indexOf(t);i>-1&&this.ni.splice(i,1)}}class Wt{constructor(t,i,s,e,n=()=>Date.now()){this.Yt=new Bt,this.Zt=new Ht(this.Yt,e),this.oi=this.ai(t,i,s,e,n)}async ai(t,i,s,e,n=()=>Date.now()){const r=await async function(t,i){return _t([{value:"LaunchDarkly",transform:xt},{value:i,transform:Ot(t)}])}(t.crypto,i);return new Gt(t,r,s,this.Yt,this.Zt,e,n)}get(t){return this.Yt.get(t)}getAll(){return this.Yt.getAll()}setBootstrap(t,i){this.Zt.init(t,i)}async init(t,i){return(await this.oi).init(t,i)}async upsert(t,i,s){return(await this.oi).upsert(t,i,s)}async loadCached(t){return(await this.oi).loadCached(t)}on(t){this.Zt.on(t)}off(t){this.Zt.off(t)}}const Yt="unknown hook",Zt="beforeEvaluation",Qt="afterEvaluation";function Xt(t,i,s,e,n){try{return e()}catch(e){return t?.error(`An error was encountered in "${i}" of the "${s}" hook: ${e}`),n}}function ti(t,i){try{return i.getMetadata().name||Yt}catch{return t.error("Exception thrown getting metadata for hook. Unable to get hook name."),Yt}}class ii{constructor(t,i){this.V=t,this.hi=[],this.hi.push(...i)}withEvaluation(t,i,s,e){if(0===this.hi.length)return e();const n=[...this.hi],r={flagKey:t,context:i,defaultValue:s},o=function(t,i,s){return i.map((i=>Xt(t,Zt,ti(t,i),(()=>i?.beforeEvaluation?.(s,{})??{}),{})))}(this.V,n,r),a=e();return function(t,i,s,e,n){for(let r=i.length-1;r>=0;r-=1){const o=i[r],a=e[r];Xt(t,Qt,ti(t,o),(()=>o?.afterEvaluation?.(s,a,n)??{}),{})}}(this.V,n,r,o,a),a}identify(t,i){const s=[...this.hi],e={context:t,timeout:i},n=function(t,i,s){return i.map((i=>Xt(t,Zt,ti(t,i),(()=>i?.beforeIdentify?.(s,{})??{}),{})))}(this.V,s,e);return t=>{!function(t,i,s,e,n){for(let r=i.length-1;r>=0;r-=1){const o=i[r],a=e[r];Xt(t,Qt,ti(t,o),(()=>o?.afterIdentify?.(s,a,n)??{}),{})}}(this.V,s,e,n,t)}}addHook(t){this.hi.push(t)}}const si="flag-used",ei="flag-details-changed",ni="flag-detail-changed",ri="client-identity-changed",oi=[si,ei,ni,ri];class ai{constructor(t,i){this.ci=[];const s=t.filter((t=>function(t,i){const s=oi.includes(t.type)&&t.method&&"function"==typeof t.method;var e;return s||i.warn((e=t.type,`an inspector: "${t.name}" of an invalid type (${e}) was configured`)),s}(t,i)));this.ci=s.map((t=>function(t,i){let s=!1;const e={method:(...n)=>{try{t.method(...n)}catch{s||(s=!0,i.warn((r=e.type,`an inspector: "${e.name}" of type: "${r}" generated an exception`)))}var r},type:t.type,name:t.name,synchronous:t.synchronous};return e}(t,i)))}hasInspectors(){return 0!==this.ci.length}onFlagUsed(t,i,s){this.ci.forEach((e=>{e.type===si&&e.method(t,i,s)}))}onFlagsChanged(t){this.ci.forEach((i=>{i.type===ei&&i.method(t)}))}onFlagChanged(t,i){this.ci.forEach((s=>{s.type===ni&&s.method(t,i)}))}onIdentityChanged(t){this.ci.forEach((i=>{i.type===ri&&i.method(t)}))}}class hi{constructor(t){this.V=t,this.Tt=new Map}on(t,i){this.Tt.has(t)?this.Tt.get(t)?.push(i):this.Tt.set(t,[i])}off(t,i){const s=this.Tt.get(t);if(s)if(i){const e=s.filter((t=>t!==i));0===e.length?this.Tt.delete(t):this.Tt.set(t,e)}else this.Tt.delete(t)}ui(t,i,...s){try{t(...s)}catch(t){this.V?.error(`Encountered error invoking handler for "${i}", detail: "${t}"`)}}emit(t,...i){const s=this.Tt.get(t);s?.forEach((s=>this.ui(s,t,...i)))}eventNames(){return[...this.Tt.keys()]}listenerCount(t){return this.Tt.get(t)?.length??0}}const{ClientMessages:ci,ErrorKinds:ui}=yt;class li{constructor(t,i,s,e,n,r){if(this.sdkKey=t,this.autoEnvAttributes=i,this.platform=s,this.li=5,this.di=15,this.fi=new Vt(!1),this.pi=new Vt(!0),this.yi=!1,!t)throw new Error("You must configure the client with a client-side SDK key");if(!s.encoding)throw new Error("Platform must implement Encoding because btoa is required.");var o;this.lt=new Et(e,r),this.logger=this.lt.logger,this.gi=function(t,i,s,e=!0,n="user-agent"){const{userAgentBase:r,version:o,wrapperName:a,wrapperVersion:h}=i.sdkData(),c={[n]:`${r??"NodeJSClient"}/${o}`};return e&&(c.authorization=t),a&&(c["x-launchdarkly-wrapper"]=h?`${a}/${h}`:a),s?.value&&(c["x-launchdarkly-tags"]=s.value),c}(this.sdkKey,this.platform.info,this.lt.tags,this.lt.serviceEndpoints.includeAuthorizationHeader,this.lt.userAgentHeaderName),this.wi=new Wt(this.platform,t,this.lt.maxCachedContexts,this.lt.logger),this.ft=Ut(t,this.lt,s),this.mi=((t,i,s,e,n)=>{if(i.sendEvents)return new yt.EventProcessor({...i,eventsCapacity:i.capacity},new J(t,i,s),e,void 0,n,!1)})(t,this.lt,s,this.gi,this.ft),this.emitter=new hi,this.emitter.on("error",((t,i)=>{this.logger.error(`error: ${i}, context: ${JSON.stringify(t)}`)})),this.wi.on(((t,i,s)=>{this.bi(i,s);const e=y.toLDContext(t);this.emitter.emit("change",e,i),i.forEach((t=>{this.emitter.emit(`change:${t}`,e)}))})),this.dataManager=n(this.wi,this.lt,this.gi,this.emitter,this.ft),this.ki=new ii(this.logger,this.lt.hooks),this.$i=new ai(this.lt.inspectors,this.logger),this.$i.hasInspectors()&&this.ki.addHook((o=this.$i,{getMetadata:()=>({name:"LaunchDarkly-Inspector-Adapter"}),afterEvaluation:(t,i,s)=>(o.onFlagUsed(t.flagKey,s,t.context),i),afterIdentify:(t,i,s)=>(o.onIdentityChanged(t.context),i)}))}allFlags(){return Object.entries(this.wi.getAll()).reduce(((t,[i,s])=>(null===s.flag||void 0===s.flag||s.flag.deleted||(t[i]=s.flag.value),t)),{})}async close(){await this.flush(),this.mi?.close(),this.Ei?.close(),this.logger.debug("Closed event processor and data source.")}async flush(){try{await(this.mi?.flush()),this.logger.debug("Successfully flushed event processor.")}catch(t){return this.logger.error(`Error flushing event processor: ${t}.`),{error:t,result:!1}}return{result:!0}}getContext(){return this.Si?Y(this.Si):void 0}getInternalContext(){return this.Di}Oi(t){let i,s;const e=new Promise(((t,e)=>{i=t,s=e})),n=(r=t,o="identify",new Promise(((t,i)=>{setTimeout((()=>{i(new H(`${o} timed out after ${r} seconds.`))}),1e3*r)})));var r,o;return{identifyPromise:Promise.race([n,e]).catch((t=>{throw t.message.includes("timed out")&&this.logger.error(`identify error: ${t}`),t})),identifyResolve:i,identifyReject:s}}async identify(t,i){i?.timeout&&(this.li=i.timeout),this.li>this.di&&this.logger.warn(`The identify function was called with a timeout greater than ${this.di} seconds. We recommend a timeout of less than ${this.di} seconds.`);let s=await Jt(t,this.platform);this.autoEnvAttributes===k.Enabled&&(s=await Tt(s,this.platform,this.lt));const e=y.fromLDContext(s);if(!e.valid){const t=new Error("Context was unspecified or had no key");return this.emitter.emit("error",s,t),Promise.reject(t)}this.Si=s,this.Di=e,this.mi?.sendEvent(this.fi.identifyEvent(this.Di));const{identifyPromise:n,identifyResolve:r,identifyReject:o}=this.Oi(this.li);this.logger.debug(`Identifying ${JSON.stringify(this.Di)}`);const a=this.ki.identify(s,i?.timeout);return await this.dataManager.identify(r,o,e,i),n.then((t=>(a({status:"completed"}),t)),(t=>{throw a({status:"error"}),t}))}on(t,i){this.emitter.on(t,i)}off(t,i){this.emitter.off(t,i)}track(t,i,s){this.Di&&this.Di.valid?(void 0===s||a.Number.is(s)||this.logger?.warn(ci.invalidMetricValue(typeof s)),this.mi?.sendEvent(this.lt.trackEventModifier(this.fi.customEvent(t,this.Di,i,s)))):this.logger.warn(ci.MissingContextKeyNoEvent)}xi(t,i,s,e){if(!this.Si)return this.logger.debug(ci.MissingContextKeyNoEvent),Kt(ui.UserNotSpecified,i);const n=y.fromLDContext(this.Si),r=this.wi.get(t);if(void 0===r||r.flag.deleted){const s=i??null,e=new z(`Unknown feature flag "${t}"; returning default value ${s}.`);return this.emitter.emit("error",this.Si,e),this.mi?.sendEvent(this.fi.unknownFlagEvent(t,s,n)),Kt(ui.FlagNotFound,i)}const{reason:o,value:a,variation:h,prerequisites:c}=r.flag;if(e){const[h,c]=e(a);if(!h){this.mi?.sendEvent(s.evalEventClient(t,i,i,r.flag,n,o));const e=new z(`Wrong type "${c}" for feature flag "${t}"; returning default value`);return this.emitter.emit("error",this.Si,e),Kt(ui.WrongType,i)}}const u=Ft(a,h,o);return null==a&&(this.logger.debug("Result value is null. Providing default value."),u.value=i),c?.forEach((t=>{this.xi(t,void 0,this.fi)})),this.mi?.sendEvent(s.evalEventClient(t,a,i,r.flag,n,o)),u}variation(t,i){const{value:s}=this.ki.withEvaluation(t,this.Si,i,(()=>this.xi(t,i,this.fi)));return s}variationDetail(t,i){return this.ki.withEvaluation(t,this.Si,i,(()=>this.xi(t,i,this.pi)))}_i(t,i,s,e){return this.ki.withEvaluation(t,this.Si,i,(()=>this.xi(t,i,s,e)))}boolVariation(t,i){return this._i(t,i,this.fi,(t=>[a.Boolean.is(t),a.Boolean.getType()])).value}jsonVariation(t,i){return this.variation(t,i)}numberVariation(t,i){return this._i(t,i,this.fi,(t=>[a.Number.is(t),a.Number.getType()])).value}stringVariation(t,i){return this._i(t,i,this.fi,(t=>[a.String.is(t),a.String.getType()])).value}boolVariationDetail(t,i){return this._i(t,i,this.pi,(t=>[a.Boolean.is(t),a.Boolean.getType()]))}numberVariationDetail(t,i){return this._i(t,i,this.pi,(t=>[a.Number.is(t),a.Number.getType()]))}stringVariationDetail(t,i){return this._i(t,i,this.pi,(t=>[a.String.is(t),a.String.getType()]))}jsonVariationDetail(t,i){return this.variationDetail(t,i)}addHook(t){this.ki.addHook(t)}setEventSendingEnabled(t,i){this.yi!==t&&(this.yi=t,t?(this.logger.debug("Starting event processor"),this.mi?.start()):i?(this.logger?.debug("Flushing event processor before disabling."),this.flush().then((()=>{this.yi||(this.logger?.debug("Stopping event processor."),this.mi?.close())}))):(this.logger?.debug("Stopping event processor."),this.mi?.close()))}sendEvent(t){this.mi?.sendEvent(t)}bi(t,i){if(!this.$i.hasInspectors())return;const s={};t.forEach((t=>{const i=this.wi.get(t);if(i?.flag&&!i.flag.deleted){const{reason:e,value:n,variation:r}=i.flag;s[t]=Ft(n,r,e)}})),"init"===i?this.$i.onFlagsChanged(s):"patch"===i&&Object.entries(s).forEach((([t,i])=>{this.$i.onFlagChanged(t,i)}))}}class di{constructor(t,i,s){this.wi=t,this.Ii=i,this.V=s}async handlePut(t,i){this.V.debug(`Got PUT: ${Object.keys(i)}`);const s=Object.entries(i).reduce(((t,[i,s])=>(t[i]={version:s.version,flag:s},t)),{});await this.wi.init(t,s),this.Ii.requestStateUpdate(pt.Valid)}async handlePatch(t,i){this.V.debug(`Got PATCH ${JSON.stringify(i,null,2)}`),this.wi.upsert(t,i.key,{version:i.version,flag:i})}async handleDelete(t,i){this.V.debug(`Got DELETE ${JSON.stringify(i,null,2)}`),this.wi.upsert(t,i.key,{version:i.version,flag:{...i,deleted:!0,flagVersion:0,value:void 0,variation:0,trackEvents:!1}})}handleStreamingError(t){this.Ii.reportError(t.kind,t.message,t.code,t.recoverable)}handlePollingError(t){this.Ii.reportError(t.kind,t.message,t.status,t.recoverable)}}class fi{constructor(t,i=()=>Date.now()){this.Ni=t,this.Ri=pt.Closed,this.Ci=i(),this.Qt=i}get status(){return{state:this.Ri,stateSince:this.Ci,lastError:this.ji}}Ti(t,i=!1){const s=t===pt.Interrupted&&this.Ri===pt.Initializing?pt.Initializing:t,e=this.Ri!==s;e&&(this.Ri=s,this.Ci=this.Qt()),(e||i)&&this.Ni.emit("dataSourceStatus",this.status)}requestStateUpdate(t){this.Ti(t)}reportError(t,i,s,e=!1){const n={kind:t,message:i,statusCode:s,time:this.Qt()};this.ji=n,this.Ti(e?pt.Interrupted:pt.Closed,!0)}}class vi{constructor(t,i,s,e,n){this.Ai=t,this.Pi=i,this.Mi=s,this.At=e,this.V=n,this.Li=!1}async Ji(){if(this.Li)return;const t=t=>{this.V?.error("Polling received invalid data"),this.V?.debug(`Invalid JSON follows: ${t}`),this.At?.(new S(b.InvalidData,"Malformed JSON data in polling response"))};this.V?.debug("Polling LaunchDarkly for feature flag updates");const i=Date.now();try{const i=await this.Ai.requestPayload();try{const t=JSON.parse(i);try{this.Mi?.(t)}catch(t){this.V?.error(`Exception from data handler: ${t}`)}}catch{t(i)}}catch(t){const i=t;if(void 0!==i.status&&!W(i.status))return this.V?.error(tt(t,"polling request")),void this.At?.(new S(b.ErrorResponse,i.message,i.status));this.V?.error(tt(t,"polling request","will retry"))}const s=Date.now()-i,e=Math.max(1e3*this.Pi-s,0);this.V?.debug("Elapsed: %d ms, sleeping for %d ms",s,e),this.Ui=setTimeout((()=>{this.Ji()}),e)}start(){this.Ji()}stop(){this.Ui&&(clearTimeout(this.Ui),this.Ui=void 0),this.Li=!0}close(){this.stop()}}class pi{constructor(t,i,s,e,n,r,o,a,h){let c;this.Ki=t,this.Fi=i,this.Tt=s,this.W=e,this.Vi=r,this.ft=o,this.At=a,this.V=h,c=i.useReport&&!e.getEventSourceCapabilities().customMethod?i.paths.pathPing(n,t):i.useReport?i.paths.pathReport(n,t):i.paths.pathGet(n,t);const u=[...i.queryParameters??[]];this.Fi.withReasons&&u.push({key:"withReasons",value:"true"}),this.W=e,this.Mt={...i.baseHeaders},this.V=h,this.Lt=q(i.serviceEndpoints,c,u)}Jt(){this.Ut=Date.now()}Kt(t){this.Ut&&this.ft&&this.ft.recordStreamInit(this.Ut,!t,Date.now()-this.Ut),this.Ut=void 0}Ft(t){return it(t)?(this.V?.warn(tt(t,"streaming request","will retry")),this.Kt(!1),this.Jt(),!0):(this.Kt(!1),this.At?.(new D(b.ErrorResponse,t.message,t.status,!1)),this.V?.error(tt(t,"streaming request")),!1)}start(){let t;this.Jt(),this.Fi.useReport?(this.Mt["content-type"]="application/json",t={method:"REPORT",body:this.Ki}):t={};const i=this.W.createEventSource(this.Lt,{headers:this.Mt,...t,errorFilter:t=>this.Ft(t),initialRetryDelayMillis:this.Fi.initialRetryDelayMillis,readTimeoutMillis:3e5,retryResetIntervalMillis:6e4});this.Vt=i,i.onclose=()=>{this.V?.info("Closed LaunchDarkly stream connection")},i.onerror=()=>{},i.onopen=()=>{this.V?.info("Opened LaunchDarkly stream connection")},i.onretrying=t=>{this.V?.info(`Will retry stream connection in ${t.delayMillis} milliseconds`)},this.Tt.forEach((({deserializeData:t,processJson:s},e)=>{i.addEventListener(e,(i=>{if(this.V?.debug(`Received ${e} event`),i?.data){this.Kt(!0);const{data:n}=i,r=t(n);if(!r)return void((t,i,s,e)=>{s?.error(`Stream received invalid data in "${t}" message`),s?.debug(`Invalid JSON follows: ${i}`),e?.(new D(b.InvalidData,"Malformed JSON data in event stream"))})(e,n,this.V,this.At);s(r)}else this.At?.(new D(b.InvalidData,"Unexpected payload from event stream"))}))})),i.addEventListener("ping",(async()=>{this.V?.debug("Got PING, going to poll LaunchDarkly for feature flag updates");try{const t=await this.Vi.requestPayload();try{const i=JSON.parse(t);try{this.Tt.get("put")?.processJson(i)}catch(t){this.V?.error(`Exception from data handler: ${t}`)}}catch{this.V?.error("Polling after ping received invalid data"),this.V?.debug(`Invalid JSON follows: ${t}`),this.At?.(new S(b.InvalidData,"Malformed JSON data in ping polling response"))}}catch(t){const i=t;this.At?.(new S(b.ErrorResponse,i.message,i.status))}}))}stop(){this.Vt?.close(),this.Vt=void 0}close(){this.stop()}}class yi{constructor(t,i,s,e,n,r,o,a,h){this.platform=t,this.flagManager=i,this.credential=s,this.config=e,this.getPollingPaths=n,this.getStreamingPaths=r,this.baseHeaders=o,this.emitter=a,this.diagnosticsManager=h,this.logger=e.logger,this.dataSourceStatusManager=new fi(a),this.qi=new di(i,this.dataSourceStatusManager,this.config.logger)}setConnectionParams(t){this.Gi=t}createPollingProcessor(t,i,s,e,n){const r=new vi(s,this.config.pollInterval,(async t=>{await this.qi.handlePut(i,t),e?.()}),(i=>{this.emitter.emit("error",t,i),this.qi.handlePollingError(i),n?.(i)}),this.logger);this.updateProcessor=this.Bi(r,this.dataSourceStatusManager)}createStreamingProcessor(t,i,s,e,n){const r=new pi(JSON.stringify(t),{credential:this.credential,serviceEndpoints:this.config.serviceEndpoints,paths:this.getStreamingPaths(),baseHeaders:this.baseHeaders,initialRetryDelayMillis:1e3*this.config.streamInitialReconnectDelay,withReasons:this.config.withReasons,useReport:this.config.useReport,queryParameters:this.Gi?.queryParameters},this.createStreamListeners(i,e),this.platform.requests,this.platform.encoding,s,this.diagnosticsManager,(i=>{this.emitter.emit("error",t,i),this.qi.handleStreamingError(i),n?.(i)}),this.logger);this.updateProcessor=this.Bi(r,this.dataSourceStatusManager)}createStreamListeners(t,i){const s=new Map;return s.set("put",{deserializeData:JSON.parse,processJson:async s=>{await this.qi.handlePut(t,s),i?.()}}),s.set("patch",{deserializeData:JSON.parse,processJson:async i=>{this.qi.handlePatch(t,i)}}),s.set("delete",{deserializeData:JSON.parse,processJson:async i=>{this.qi.handleDelete(t,i)}}),s}Bi(t,i){return{start:()=>{i.requestStateUpdate(pt.Initializing),t.start()},stop:()=>{t.stop(),i.requestStateUpdate(pt.Closed)},close:()=>{t.close(),i.requestStateUpdate(pt.Closed)}}}}function gi(){return void 0!==typeof document}function wi(){return void 0!==typeof window}function mi(t,i,s){return gi()?(document.addEventListener(t,i,s),()=>{document.removeEventListener(t,i,s)}):()=>{}}function bi(t,i,s){return gi()?(window.addEventListener(t,i,s),()=>{window.removeEventListener(t,i,s)}):()=>{}}function ki(){return wi()?window.location.href:""}class $i extends yi{constructor(t,i,s,e,n,r,o,a,h,c){super(t,i,s,e,r,o,a,h,c),this.zi=n,this.Hi=void 0,this.Wi=!1,this.Hi=n.streaming}Yi(t,...i){this.logger.debug(`[BrowserDataManager] ${t}`,...i)}async identify(t,i,s,e){this.context=s;const n=e;(null==n?void 0:n.hash)?this.setConnectionParams({queryParameters:[{key:"h",value:n.hash}]}):this.setConnectionParams(),this.Zi=null==n?void 0:n.hash,(null==n?void 0:n.bootstrap)?this.Qi(s,n.bootstrap,t):(await this.flagManager.loadCached(s)&&this.Yi("Identify - Flags loaded from cache. Continuing to initialize via a poll."),await this.Xi(s,t,i)),this.ts()}async Xi(t,i,s){var e,n;try{this.dataSourceStatusManager.requestStateUpdate(pt.Initializing);const s=mt(JSON.stringify(y.toLDContext(t)),this.config.serviceEndpoints,this.getPollingPaths(),this.platform.requests,this.platform.encoding,this.baseHeaders,[],this.config.withReasons,this.config.useReport,this.Zi),n=await s.requestPayload();try{const s=this.createStreamListeners(t,i).get("put");s.processJson(s.deserializeData(n))}catch(t){this.dataSourceStatusManager.reportError(b.InvalidData,null!==(e=t.message)&&void 0!==e?e:"Could not parse poll response")}}catch(t){this.dataSourceStatusManager.reportError(b.NetworkError,null!==(n=t.message)&&void 0!==n?n:"unexpected network error",t.status),s(t)}}Qi(t,i,s){this.flagManager.setBootstrap(t,function(t,i){const s=Object.keys(i),e="$flagsState",n="$valid",r=i[e];!r&&s.length&&t.warn("LaunchDarkly client was initialized with bootstrap data that did not include flag metadata. Events may not be sent correctly."),!1===i[n]&&t.warn("LaunchDarkly bootstrap data is not available because the back end could not read the flags.");const o={};return s.forEach((t=>{if(t!==e&&t!==n){let s;s=r&&r[t]?Object.assign({value:i[t]},r[t]):{value:i[t],version:0},o[t]={version:s.version,flag:s}}})),o}(this.logger,i)),this.Yi("Identify - Initialization completed from bootstrap"),s()}setForcedStreaming(t){this.Hi=t,this.ts()}setAutomaticStreamingState(t){this.Wi=t,this.ts()}ts(){const t=this.Hi||this.Wi&&void 0===this.Hi;this.Yi(`Updating streaming state. forced(${this.Hi}) automatic(${this.Wi})`),t?this.ss():this.es()}es(){var t;this.updateProcessor&&this.Yi("Stopping update processor."),null===(t=this.updateProcessor)||void 0===t||t.close(),this.updateProcessor=void 0}ss(){this.updateProcessor?this.Yi("Update processor already active. Not changing state."):this.context?(this.Yi("Starting update processor."),this.ns(this.context)):this.Yi("Context not set, not starting update processor.")}ns(t,i,s){var e;const n=y.toLDContext(t);null===(e=this.updateProcessor)||void 0===e||e.close();const r=mt(JSON.stringify(y.toLDContext(t)),this.config.serviceEndpoints,this.getPollingPaths(),this.platform.requests,this.platform.encoding,this.baseHeaders,[],this.config.withReasons,this.config.useReport,this.Zi);this.createStreamingProcessor(n,t,r,i,s),this.updateProcessor.start()}}function Ei(t){const i=mi("visibilitychange",(()=>{"hidden"===(gi()?document.visibilityState:"visibile")&&t()})),s=bi("pagehide",t);return()=>{i(),s()}}function Si(t){if("string"!=typeof t)throw new TypeError("Expected a string");return t.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}function Di(t,i){const s=[];return i.forEach((i=>{let e=t.target;const{selector:n}=i,r=function(t){if(gi())return document.querySelectorAll(t)}(n);for(;e&&(null==r?void 0:r.length);){for(let t=0;t<r.length;t+=1)if(e===r[t]){s.push(i);break}e=e.parentNode}})),s}class Oi{constructor(t,i){const s=t.filter((t=>{var i;return null===(i=t.urls)||void 0===i?void 0:i.some((t=>function(t,i,s,e){const n=("substring"!==t.kind&&"regex"!==t.kind||!e.includes("/")?i.replace(e,""):i).replace(s,"");switch(t.kind){case"exact":return new RegExp(`^${Si(t.url)}/?$`).test(i);case"canonical":return new RegExp(`^${Si(t.url)}/?$`).test(n);case"substring":return new RegExp(`.*${Si(t.substring)}.*$`).test(n);case"regex":return new RegExp(t.pattern).test(n);default:return!1}}(t,ki(),wi()?window.location.search:"",wi()?window.location.hash:"")))})),e=s.filter((t=>"pageview"===t.kind)),n=s.filter((t=>"click"===t.kind));if(e.forEach((t=>i(t))),n.length){const t=t=>{Di(t,n).forEach((t=>{i(t)}))};this.rs=mi("click",t)}}close(){var t;null===(t=this.rs)||void 0===t||t.call(this)}}class xi{constructor(t){this.hs=ki();const i=()=>{const i=ki();i!==this.hs&&(this.hs=i,t())};this.cs=setInterval(i,300);const s=bi("popstate",i);this.us=()=>{s()}}close(){var t;this.cs&&clearInterval(this.cs),null===(t=this.us)||void 0===t||t.call(this)}}class _i{constructor(t,i,s,e,n,r=t=>new xi(t)){this.W=i,this.ls=e,this.ds=n,this.fs=[],this.vs=!1,this.ps=`${s}/sdk/goals/${t}`,this.ys=r((()=>{this.gs()}))}async initialize(){await this.ws(),this.gs()}startTracking(){this.vs=!0,this.gs()}gs(){var t;this.vs&&(null===(t=this.bs)||void 0===t||t.close(),this.fs&&this.fs.length&&(this.bs=new Oi(this.fs,(t=>{this.ds(ki(),t)}))))}async ws(){try{const t=await this.W.fetch(this.ps);this.fs=await t.json()}catch(t){this.ls(new B(`Encountered error fetching goals: ${t}`))}}close(){var t,i;null===(t=this.ys)||void 0===t||t.close(),null===(i=this.bs)||void 0===i||i.close()}}const Ii={fetchGoals:!0,eventUrlTransformer:t=>t,streaming:void 0},Ni={fetchGoals:a.Boolean,eventUrlTransformer:a.Function,streaming:a.Boolean};class Ri{constructor(t,i){switch(this.ks=t,this.$s=[],i){case"sha1":this.Es="SHA-1";break;case"sha256":this.Es="SHA-256";break;default:throw new Error(`Algorithm is not supported ${i}`)}}async asyncDigest(t){const i=this.$s.join(""),s=(new TextEncoder).encode(i),e=await this.ks.subtle.digest(this.Es,s);switch(t){case"base64":return btoa(String.fromCharCode(...new Uint8Array(e)));case"hex":return[...new Uint8Array(e)].map((t=>t.toString(16).padStart(2,"0"))).join("");default:throw new Error(`Encoding is not supported ${t}`)}}update(t){return this.$s.push(t),this}}const Ci={start:0,end:3},ji={start:4,end:5},Ti={start:6,end:7},Ai={start:8,end:8},Pi={start:9,end:9},Mi={start:10,end:15};function Li(t,i){let s="";for(let e=i.start;e<=i.end;e+=1)s+=t[e].toString(16).padStart(2,"0");return s}function Ji(){const t=function(){if(crypto&&crypto.getRandomValues){const t=new Uint8Array(16);return crypto.getRandomValues(t),[...t.values()]}const t=[];for(let i=0;i<16;i+=1)t.push(Math.floor(256*Math.random()));return t}();return function(t){return t[Ai.start]=191&t[Ai.start]|128,t[Ti.start]=15&t[Ti.start]|64,`${Li(t,Ci)}-${Li(t,ji)}-${Li(t,Ti)}-${Li(t,Ai)}${Li(t,Pi)}-${Li(t,Mi)}`}(t)}class Ui{createHash(t){return new Ri(function(){if(void 0!==typeof crypto)return crypto;throw Error("Access to a web crypto API is required")}(),t)}randomUUID(){return void 0!==typeof crypto&&"function"==typeof crypto.randomUUID?crypto.randomUUID():Ji()}}class Ki{btoa(t){return function(t){const i=Array.from(t,(t=>String.fromCodePoint(t))).join("");return btoa(i)}((new TextEncoder).encode(t))}}class Fi{platformData(){return{name:"JS"}}sdkData(){return{name:"@launchdarkly/js-client-sdk",version:"0.0.0",userAgentBase:"JSClient"}}}class Vi{constructor(t,i,s=Math.random){this.Ss=i,this.Ds=s,this.Os=0,this.xs=Math.max(1,t),this._s=Math.ceil(Math.log2(3e4/this.xs))}Is(){const t=Math.min(this.Os,this._s),i=this.xs*2**t;return Math.min(i,3e4)}Ns(t){return t-Math.trunc(.5*this.Ds()*t)}success(t=Date.now()){this.Rs=t}fail(t=Date.now()){void 0!==this.Rs&&t-this.Rs>this.Ss&&(this.Os=0),this.Rs=void 0;const i=this.Ns(this.Is());return this.Os+=1,i}}class qi{constructor(t,i){this.ps=t,this.Tt={},this.Is=new Vi(i.initialRetryDelayMillis,i.retryResetIntervalMillis),this.Cs=i.errorFilter,this.js()}js(){this.Ts=new EventSource(this.ps),this.Ts.onopen=()=>{var t;this.Is.success(),null===(t=this.onopen)||void 0===t||t.call(this)},this.Ts.onerror=t=>{var i;this.As(t),null===(i=this.onerror)||void 0===i||i.call(this,t)},Object.entries(this.Tt).forEach((([t,i])=>{i.forEach((i=>{var s;null===(s=this.Ts)||void 0===s||s.addEventListener(t,i)}))}))}addEventListener(t,i){var s,e,n;null!==(s=(n=this.Tt)[t])&&void 0!==s||(n[t]=[]),this.Tt[t].push(i),null===(e=this.Ts)||void 0===e||e.addEventListener(t,i)}close(){var t,i;clearTimeout(this.Ps),this.Ps=void 0,null===(t=this.Ts)||void 0===t||t.close(),null===(i=this.onclose)||void 0===i||i.call(this)}Ms(t){var i;null===(i=this.onretrying)||void 0===i||i.call(this,{delayMillis:t}),this.Ps=setTimeout((()=>{this.js()}),t)}As(t){this.close(),t.status&&"number"==typeof t.status&&!this.Cs(t)||this.Ms(this.Is.fail())}}class Gi{fetch(t,i){return fetch(t,i)}createEventSource(t,i){return new qi(t,i)}getEventSourceCapabilities(){return{customMethod:!1,readTimeout:!1,headers:!1}}}class Bi{constructor(t){this.V=t}async clear(t){var i;try{localStorage.removeItem(t)}catch(s){null===(i=this.V)||void 0===i||i.error(`Error clearing key from localStorage: ${t}, reason: ${s}`)}}async get(t){var i;try{const i=localStorage.getItem(t);return null!=i?i:null}catch(s){return null===(i=this.V)||void 0===i||i.error(`Error getting key from localStorage: ${t}, reason: ${s}`),null}}async set(t,i){var s;try{localStorage.setItem(t,i)}catch(i){null===(s=this.V)||void 0===s||s.error(`Error setting key in localStorage: ${t}, reason: ${i}`)}}}class zi{constructor(t){this.encoding=new Ki,this.info=new Fi,this.crypto=new Ui,this.requests=new Gi,"undefined"!=typeof localStorage&&(this.storage=new Bi(t))}}class Hi extends li{constructor(t,i,s={},e){var n;const{logger:r,debug:o}=s,a=null!=r?r:T({debug:o?console.debug:()=>{},info:console.info,warn:console.warn,error:console.error}),h=null!==(n=s.baseUri)&&void 0!==n?n:"https://clientsdk.launchdarkly.com",c=null!=e?e:new zi(a),u=function(t,i){const s=Object.assign({},Ii);return function(t){var i;null!==(i=t.flushInterval)&&void 0!==i||(t.flushInterval=2)}(s),Object.entries(Ni).forEach((e=>{const[n,r]=e,o=t[n];void 0!==o&&(r.is(o)?s[n]=o:i.warn(A.wrongOptionType(n,r.getType(),typeof o)))})),s}(s,a),{eventUrlTransformer:l}=u;super(t,i,c,function(t){const i=Object.assign({},t);return Object.keys(Ii).forEach((t=>{delete i[t]})),i}(Object.assign(Object.assign({},s),{logger:a})),((i,s,e,n,r)=>new $i(c,i,t,s,u,(()=>({pathGet:(i,s)=>`/sdk/evalx/${t}/contexts/${st(s,i)}`,pathReport:(i,s)=>`/sdk/evalx/${t}/context`,pathPing(t,i){throw new Error("Ping for polling unsupported.")}})),(()=>({pathGet:(i,s)=>`/eval/${t}/${st(s,i)}`,pathReport:(i,s)=>`/eval/${t}`,pathPing:(i,s)=>`/ping/${t}`})),e,n,r)),{analyticsEventPath:`/events/bulk/${t}`,diagnosticEventPath:`/events/diagnostic/${t}`,includeAuthorizationHeader:!1,highTimeoutThreshold:5,userAgentHeaderName:"x-launchdarkly-user-agent",trackEventModifier:t=>new yt.InputCustomEvent(t.context,t.key,t.data,t.metricValue,t.samplingRatio,l(ki()))}),this.setEventSendingEnabled(!0,!1),u.fetchGoals&&(this.Ls=new _i(t,c.requests,h,(t=>{a.error(t.message)}),((t,i)=>{const s=this.getInternalContext();if(!s)return;const e=l(t);!function(t){return"click"===t.kind}(i)?this.sendEvent({kind:"pageview",url:e,samplingRatio:1,key:i.key,creationDate:Date.now(),context:s}):this.sendEvent({kind:"click",url:e,samplingRatio:1,key:i.key,creationDate:Date.now(),context:s,selector:i.selector})})),this.Ls.initialize(),u.automaticBackgroundHandling&&Ei((()=>this.flush())))}async identify(t,i){var s;await super.identify(t,i),null===(s=this.Ls)||void 0===s||s.startTracking()}setStreaming(t){this.dataManager.setForcedStreaming(t)}Js(){this.dataManager.setAutomaticStreamingState(!!this.emitter.listenerCount("change"))}on(t,i){super.on(t,i),this.Js()}off(t,i){super.off(t,i),this.Js()}}exports.initialize=function(t,i){return new Hi(t,k.Disabled,i)};
|
|
2
|
-
//# sourceMappingURL=index.cjs.js.map
|