@spatialwalk/avatarkit 1.0.0-beta.59 → 1.0.0-beta.60

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 CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file.
4
4
 
5
+ ## [1.0.0-beta.60] - 2026-01-14
6
+
7
+ ### 🔧 Configuration Changes
8
+ - **PostHog Configuration** - PostHog telemetry now always uses the international site regardless of environment configuration
9
+
5
10
  ## [1.0.0-beta.59] - 2026-01-14
6
11
 
7
12
  ### 🐛 Bugfixes
@@ -1,7 +1,7 @@
1
1
  var __defProp = Object.defineProperty;
2
2
  var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
3
3
  var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
4
- import { A as APP_CONFIG, l as logger, e as errorToMessage, a as logEvent } from "./index-B0MJ_hCJ.js";
4
+ import { A as APP_CONFIG, l as logger, e as errorToMessage, a as logEvent } from "./index-D9nprBw2.js";
5
5
  class StreamingAudioPlayer {
6
6
  constructor(options) {
7
7
  __publicField(this, "audioContext", null);
@@ -5,7 +5,7 @@ export declare const POSTHOG_HOST_INTL: string;
5
5
  export declare const POSTHOG_API_KEY_INTL: string;
6
6
  export declare const POSTHOG_TRACK_EVENTS: boolean;
7
7
  export declare const POSTHOG_PROJECT_NAME: string;
8
- export declare function getPostHogConfig(environment: Environment): {
8
+ export declare function getPostHogConfig(_environment: Environment): {
9
9
  host: string;
10
10
  apiKey: string;
11
11
  disableCompression: boolean;
@@ -1259,99 +1259,14 @@ function base64FromBytes$1(arr) {
1259
1259
  function isSet$1(value) {
1260
1260
  return value !== null && value !== void 0;
1261
1261
  }
1262
- var ResourceType = /* @__PURE__ */ ((ResourceType2) => {
1263
- ResourceType2["CAMERA"] = "camera";
1264
- ResourceType2["ANIMATION_IDLE"] = "frameIdle";
1265
- ResourceType2["MODEL_SHAPE"] = "shape";
1266
- ResourceType2["MODEL_GS"] = "gsStandard";
1267
- return ResourceType2;
1268
- })(ResourceType || {});
1269
- function extractResourceUrls(meta) {
1270
- var _a, _b, _c, _d, _e2, _f, _g, _h, _i2, _j, _k;
1271
- return {
1272
- ["camera"]: ((_b = (_a = meta.camera) == null ? void 0 : _a.resource) == null ? void 0 : _b.remote) || null,
1273
- ["frameIdle"]: ((_e2 = (_d = (_c = meta.animations) == null ? void 0 : _c.frameIdle) == null ? void 0 : _d.resource) == null ? void 0 : _e2.remote) || null,
1274
- ["shape"]: ((_h = (_g = (_f = meta.models) == null ? void 0 : _f.shape) == null ? void 0 : _g.resource) == null ? void 0 : _h.remote) || null,
1275
- ["gsStandard"]: ((_k = (_j = (_i2 = meta.models) == null ? void 0 : _i2.gsStandard) == null ? void 0 : _j.resource) == null ? void 0 : _k.remote) || null
1276
- };
1277
- }
1278
- var Environment = /* @__PURE__ */ ((Environment2) => {
1279
- Environment2["cn"] = "cn";
1280
- Environment2["intl"] = "intl";
1281
- return Environment2;
1282
- })(Environment || {});
1283
- var DrivingServiceMode = /* @__PURE__ */ ((DrivingServiceMode2) => {
1284
- DrivingServiceMode2["sdk"] = "sdk";
1285
- DrivingServiceMode2["host"] = "host";
1286
- return DrivingServiceMode2;
1287
- })(DrivingServiceMode || {});
1288
- var LogLevel$1 = /* @__PURE__ */ ((LogLevel2) => {
1289
- LogLevel2["off"] = "off";
1290
- LogLevel2["error"] = "error";
1291
- LogLevel2["warning"] = "warning";
1292
- LogLevel2["all"] = "all";
1293
- return LogLevel2;
1294
- })(LogLevel$1 || {});
1295
- var LoadProgress = /* @__PURE__ */ ((LoadProgress2) => {
1296
- LoadProgress2["downloading"] = "downloading";
1297
- LoadProgress2["completed"] = "completed";
1298
- LoadProgress2["failed"] = "failed";
1299
- return LoadProgress2;
1300
- })(LoadProgress || {});
1301
- var ConnectionState = /* @__PURE__ */ ((ConnectionState2) => {
1302
- ConnectionState2["disconnected"] = "disconnected";
1303
- ConnectionState2["connecting"] = "connecting";
1304
- ConnectionState2["connected"] = "connected";
1305
- ConnectionState2["failed"] = "failed";
1306
- return ConnectionState2;
1307
- })(ConnectionState || {});
1308
- var ConversationState = /* @__PURE__ */ ((ConversationState2) => {
1309
- ConversationState2["idle"] = "idle";
1310
- ConversationState2["playing"] = "playing";
1311
- ConversationState2["pausing"] = "pausing";
1312
- return ConversationState2;
1313
- })(ConversationState || {});
1314
- var AvatarState = /* @__PURE__ */ ((AvatarState2) => {
1315
- AvatarState2["idle"] = "idle";
1316
- AvatarState2["active"] = "active";
1317
- AvatarState2["playing"] = "playing";
1318
- AvatarState2["paused"] = "paused";
1319
- return AvatarState2;
1320
- })(AvatarState || {});
1321
- var ErrorCode = /* @__PURE__ */ ((ErrorCode2) => {
1322
- ErrorCode2["appIDUnrecognized"] = "appIDUnrecognized";
1323
- ErrorCode2["avatarIDUnrecognized"] = "avatarIDUnrecognized";
1324
- ErrorCode2["sessionTokenInvalid"] = "sessionTokenInvalid";
1325
- ErrorCode2["sessionTokenExpired"] = "sessionTokenExpired";
1326
- ErrorCode2["failedToFetchAvatarMetadata"] = "failedToFetchAvatarMetadata";
1327
- ErrorCode2["failedToDownloadAvatarAssets"] = "failedToDownloadAvatarAssets";
1328
- return ErrorCode2;
1329
- })(ErrorCode || {});
1330
- class SPAvatarError extends Error {
1331
- constructor(message, code) {
1332
- super(message);
1333
- this.code = code;
1334
- this.name = "SPAvatarError";
1335
- }
1336
- }
1337
- const POSTHOG_HOST_CN = "https://analytics.spatialwalk.top";
1338
- const POSTHOG_API_KEY_CN = "phc_BwD9QedcHpUJ1j8XwALx2xPWQAswvELygU17J4XO5ZB";
1339
1262
  const POSTHOG_HOST_INTL = "https://i.spatialwalk.ai";
1340
1263
  const POSTHOG_API_KEY_INTL = "phc_IFTLa6Z6VhTaNvsxB7klvG2JeNwcSpnnwz8YvZRC96Q";
1341
- function getPostHogConfig(environment) {
1342
- if (environment === Environment.cn) {
1343
- return {
1344
- host: POSTHOG_HOST_CN,
1345
- apiKey: POSTHOG_API_KEY_CN,
1346
- disableCompression: true
1347
- };
1348
- } else {
1349
- return {
1350
- host: POSTHOG_HOST_INTL,
1351
- apiKey: POSTHOG_API_KEY_INTL,
1352
- disableCompression: false
1353
- };
1354
- }
1264
+ function getPostHogConfig(_environment) {
1265
+ return {
1266
+ host: POSTHOG_HOST_INTL,
1267
+ apiKey: POSTHOG_API_KEY_INTL,
1268
+ disableCompression: false
1269
+ };
1355
1270
  }
1356
1271
  function hasDebugParam() {
1357
1272
  if (typeof window === "undefined") {
@@ -6611,14 +6526,14 @@ const mix = (del = delimiter) => {
6611
6526
  };
6612
6527
  const posix = /* @__PURE__ */ mix(":");
6613
6528
  const win32 = /* @__PURE__ */ mix(";");
6614
- var LogLevel = /* @__PURE__ */ ((LogLevel2) => {
6529
+ var LogLevel$1 = /* @__PURE__ */ ((LogLevel2) => {
6615
6530
  LogLevel2[LogLevel2["Error"] = 0] = "Error";
6616
6531
  LogLevel2[LogLevel2["Warning"] = 1] = "Warning";
6617
6532
  LogLevel2[LogLevel2["Log"] = 2] = "Log";
6618
6533
  LogLevel2[LogLevel2["Verbose"] = 3] = "Verbose";
6619
6534
  LogLevel2[LogLevel2["Debug"] = 4] = "Debug";
6620
6535
  return LogLevel2;
6621
- })(LogLevel || {});
6536
+ })(LogLevel$1 || {});
6622
6537
  var LogLevelString = /* @__PURE__ */ ((LogLevelString2) => {
6623
6538
  LogLevelString2["Error"] = "error";
6624
6539
  LogLevelString2["Warning"] = "warn";
@@ -6678,18 +6593,18 @@ function createColors(enabled = isColorSupported) {
6678
6593
  }
6679
6594
  const pc = createColors();
6680
6595
  const logLevelStringToLogLevelMap = {
6681
- [LogLevelString.Error]: LogLevel.Error,
6682
- [LogLevelString.Warning]: LogLevel.Warning,
6683
- [LogLevelString.Log]: LogLevel.Log,
6684
- [LogLevelString.Verbose]: LogLevel.Verbose,
6685
- [LogLevelString.Debug]: LogLevel.Debug
6596
+ [LogLevelString.Error]: LogLevel$1.Error,
6597
+ [LogLevelString.Warning]: LogLevel$1.Warning,
6598
+ [LogLevelString.Log]: LogLevel$1.Log,
6599
+ [LogLevelString.Verbose]: LogLevel$1.Verbose,
6600
+ [LogLevelString.Debug]: LogLevel$1.Debug
6686
6601
  };
6687
6602
  const logLevelToLogLevelStringMap = {
6688
- [LogLevel.Error]: LogLevelString.Error,
6689
- [LogLevel.Warning]: LogLevelString.Warning,
6690
- [LogLevel.Log]: LogLevelString.Log,
6691
- [LogLevel.Verbose]: LogLevelString.Verbose,
6692
- [LogLevel.Debug]: LogLevelString.Debug
6603
+ [LogLevel$1.Error]: LogLevelString.Error,
6604
+ [LogLevel$1.Warning]: LogLevelString.Warning,
6605
+ [LogLevel$1.Log]: LogLevelString.Log,
6606
+ [LogLevel$1.Verbose]: LogLevelString.Verbose,
6607
+ [LogLevel$1.Debug]: LogLevelString.Debug
6693
6608
  };
6694
6609
  const availableLogLevelStrings = [
6695
6610
  LogLevelString.Error,
@@ -6699,18 +6614,18 @@ const availableLogLevelStrings = [
6699
6614
  LogLevelString.Debug
6700
6615
  ];
6701
6616
  const logLevelToColorMap = {
6702
- [LogLevel.Error]: pc.red,
6703
- [LogLevel.Warning]: pc.yellow,
6704
- [LogLevel.Log]: pc.blue,
6705
- [LogLevel.Verbose]: pc.cyan,
6706
- [LogLevel.Debug]: pc.green
6617
+ [LogLevel$1.Error]: pc.red,
6618
+ [LogLevel$1.Warning]: pc.yellow,
6619
+ [LogLevel$1.Log]: pc.blue,
6620
+ [LogLevel$1.Verbose]: pc.cyan,
6621
+ [LogLevel$1.Debug]: pc.green
6707
6622
  };
6708
6623
  const availableLogLevels = [
6709
- LogLevel.Error,
6710
- LogLevel.Warning,
6711
- LogLevel.Log,
6712
- LogLevel.Verbose,
6713
- LogLevel.Debug
6624
+ LogLevel$1.Error,
6625
+ LogLevel$1.Warning,
6626
+ LogLevel$1.Log,
6627
+ LogLevel$1.Verbose,
6628
+ LogLevel$1.Debug
6714
6629
  ];
6715
6630
  const availableFormats = [Format.JSON, Format.Pretty];
6716
6631
  function parseErrorStacks(errorLike) {
@@ -6870,19 +6785,19 @@ ${log.error.stack}`;
6870
6785
  return message;
6871
6786
  }
6872
6787
  function shouldOutputDebugLevelLogWhenLogLevelIsOneOf(logLevel) {
6873
- return logLevel >= LogLevel.Debug;
6788
+ return logLevel >= LogLevel$1.Debug;
6874
6789
  }
6875
6790
  function shouldOutputVerboseLevelLogWhenLogLevelIsOneOf(logLevel) {
6876
- return logLevel >= LogLevel.Verbose;
6791
+ return logLevel >= LogLevel$1.Verbose;
6877
6792
  }
6878
6793
  function shouldOutputLogLevelLogWhenLogLevelIsOneOf(logLevel) {
6879
- return logLevel >= LogLevel.Log;
6794
+ return logLevel >= LogLevel$1.Log;
6880
6795
  }
6881
6796
  function shouldOutputWarningLevelLogWhenLogLevelIsOneOf(logLevel) {
6882
- return logLevel >= LogLevel.Warning;
6797
+ return logLevel >= LogLevel$1.Warning;
6883
6798
  }
6884
6799
  function shouldOutputErrorLevelLogWhenLogLevelIsOneOf(logLevel) {
6885
- return logLevel >= LogLevel.Error;
6800
+ return logLevel >= LogLevel$1.Error;
6886
6801
  }
6887
6802
  function isBrowser() {
6888
6803
  return typeof window !== "undefined";
@@ -6895,7 +6810,7 @@ function withHyperlink(basePath, context) {
6895
6810
  }
6896
6811
  const GLOBAL_CONFIG = {
6897
6812
  configured: false,
6898
- logLevel: LogLevel.Debug,
6813
+ logLevel: LogLevel$1.Debug,
6899
6814
  format: Format.JSON,
6900
6815
  timeFormatter: (inputDate) => inputDate.toISOString()
6901
6816
  };
@@ -6924,7 +6839,7 @@ function createLogg(context) {
6924
6839
  const logObj = {
6925
6840
  fields: {},
6926
6841
  context,
6927
- logLevel: LogLevel.Debug,
6842
+ logLevel: LogLevel$1.Debug,
6928
6843
  format: Format.JSON,
6929
6844
  shouldUseGlobalConfig: false,
6930
6845
  errorProcessor: (err) => err,
@@ -7190,8 +7105,83 @@ function createLogger(context) {
7190
7105
  return createLogg(withHyperlink(basePath, context));
7191
7106
  }
7192
7107
  const useLogger = (context) => createLogger(context).useGlobalConfig();
7108
+ var ResourceType = /* @__PURE__ */ ((ResourceType2) => {
7109
+ ResourceType2["CAMERA"] = "camera";
7110
+ ResourceType2["ANIMATION_IDLE"] = "frameIdle";
7111
+ ResourceType2["MODEL_SHAPE"] = "shape";
7112
+ ResourceType2["MODEL_GS"] = "gsStandard";
7113
+ return ResourceType2;
7114
+ })(ResourceType || {});
7115
+ function extractResourceUrls(meta) {
7116
+ var _a, _b, _c, _d, _e2, _f, _g, _h, _i2, _j, _k;
7117
+ return {
7118
+ ["camera"]: ((_b = (_a = meta.camera) == null ? void 0 : _a.resource) == null ? void 0 : _b.remote) || null,
7119
+ ["frameIdle"]: ((_e2 = (_d = (_c = meta.animations) == null ? void 0 : _c.frameIdle) == null ? void 0 : _d.resource) == null ? void 0 : _e2.remote) || null,
7120
+ ["shape"]: ((_h = (_g = (_f = meta.models) == null ? void 0 : _f.shape) == null ? void 0 : _g.resource) == null ? void 0 : _h.remote) || null,
7121
+ ["gsStandard"]: ((_k = (_j = (_i2 = meta.models) == null ? void 0 : _i2.gsStandard) == null ? void 0 : _j.resource) == null ? void 0 : _k.remote) || null
7122
+ };
7123
+ }
7124
+ var Environment = /* @__PURE__ */ ((Environment2) => {
7125
+ Environment2["cn"] = "cn";
7126
+ Environment2["intl"] = "intl";
7127
+ return Environment2;
7128
+ })(Environment || {});
7129
+ var DrivingServiceMode = /* @__PURE__ */ ((DrivingServiceMode2) => {
7130
+ DrivingServiceMode2["sdk"] = "sdk";
7131
+ DrivingServiceMode2["host"] = "host";
7132
+ return DrivingServiceMode2;
7133
+ })(DrivingServiceMode || {});
7134
+ var LogLevel = /* @__PURE__ */ ((LogLevel2) => {
7135
+ LogLevel2["off"] = "off";
7136
+ LogLevel2["error"] = "error";
7137
+ LogLevel2["warning"] = "warning";
7138
+ LogLevel2["all"] = "all";
7139
+ return LogLevel2;
7140
+ })(LogLevel || {});
7141
+ var LoadProgress = /* @__PURE__ */ ((LoadProgress2) => {
7142
+ LoadProgress2["downloading"] = "downloading";
7143
+ LoadProgress2["completed"] = "completed";
7144
+ LoadProgress2["failed"] = "failed";
7145
+ return LoadProgress2;
7146
+ })(LoadProgress || {});
7147
+ var ConnectionState = /* @__PURE__ */ ((ConnectionState2) => {
7148
+ ConnectionState2["disconnected"] = "disconnected";
7149
+ ConnectionState2["connecting"] = "connecting";
7150
+ ConnectionState2["connected"] = "connected";
7151
+ ConnectionState2["failed"] = "failed";
7152
+ return ConnectionState2;
7153
+ })(ConnectionState || {});
7154
+ var ConversationState = /* @__PURE__ */ ((ConversationState2) => {
7155
+ ConversationState2["idle"] = "idle";
7156
+ ConversationState2["playing"] = "playing";
7157
+ ConversationState2["pausing"] = "pausing";
7158
+ return ConversationState2;
7159
+ })(ConversationState || {});
7160
+ var AvatarState = /* @__PURE__ */ ((AvatarState2) => {
7161
+ AvatarState2["idle"] = "idle";
7162
+ AvatarState2["active"] = "active";
7163
+ AvatarState2["playing"] = "playing";
7164
+ AvatarState2["paused"] = "paused";
7165
+ return AvatarState2;
7166
+ })(AvatarState || {});
7167
+ var ErrorCode = /* @__PURE__ */ ((ErrorCode2) => {
7168
+ ErrorCode2["appIDUnrecognized"] = "appIDUnrecognized";
7169
+ ErrorCode2["avatarIDUnrecognized"] = "avatarIDUnrecognized";
7170
+ ErrorCode2["sessionTokenInvalid"] = "sessionTokenInvalid";
7171
+ ErrorCode2["sessionTokenExpired"] = "sessionTokenExpired";
7172
+ ErrorCode2["failedToFetchAvatarMetadata"] = "failedToFetchAvatarMetadata";
7173
+ ErrorCode2["failedToDownloadAvatarAssets"] = "failedToDownloadAvatarAssets";
7174
+ return ErrorCode2;
7175
+ })(ErrorCode || {});
7176
+ class SPAvatarError extends Error {
7177
+ constructor(message, code) {
7178
+ super(message);
7179
+ this.code = code;
7180
+ this.name = "SPAvatarError";
7181
+ }
7182
+ }
7193
7183
  {
7194
- setGlobalLogLevel(LogLevel.Warning);
7184
+ setGlobalLogLevel(LogLevel$1.Warning);
7195
7185
  }
7196
7186
  const logger = useLogger("Web").withErrorProcessor((err) => {
7197
7187
  captureErrorContext("error", err);
@@ -7200,7 +7190,7 @@ const logger = useLogger("Web").withErrorProcessor((err) => {
7200
7190
  let originalLogger = null;
7201
7191
  function setLogLevel(level) {
7202
7192
  switch (level) {
7203
- case LogLevel$1.off:
7193
+ case LogLevel.off:
7204
7194
  if (!originalLogger) {
7205
7195
  originalLogger = { ...logger };
7206
7196
  }
@@ -7219,33 +7209,33 @@ function setLogLevel(level) {
7219
7209
  }
7220
7210
  });
7221
7211
  break;
7222
- case LogLevel$1.error:
7212
+ case LogLevel.error:
7223
7213
  if (originalLogger) {
7224
7214
  Object.assign(logger, originalLogger);
7225
7215
  originalLogger = null;
7226
7216
  }
7227
- setGlobalLogLevel(LogLevel.Error);
7217
+ setGlobalLogLevel(LogLevel$1.Error);
7228
7218
  break;
7229
- case LogLevel$1.warning:
7219
+ case LogLevel.warning:
7230
7220
  if (originalLogger) {
7231
7221
  Object.assign(logger, originalLogger);
7232
7222
  originalLogger = null;
7233
7223
  }
7234
- setGlobalLogLevel(LogLevel.Warning);
7224
+ setGlobalLogLevel(LogLevel$1.Warning);
7235
7225
  break;
7236
- case LogLevel$1.all:
7226
+ case LogLevel.all:
7237
7227
  if (originalLogger) {
7238
7228
  Object.assign(logger, originalLogger);
7239
7229
  originalLogger = null;
7240
7230
  }
7241
- setGlobalLogLevel(LogLevel.Debug);
7231
+ setGlobalLogLevel(LogLevel$1.Debug);
7242
7232
  break;
7243
7233
  default:
7244
7234
  if (originalLogger) {
7245
7235
  Object.assign(logger, originalLogger);
7246
7236
  originalLogger = null;
7247
7237
  }
7248
- setGlobalLogLevel(LogLevel.Warning);
7238
+ setGlobalLogLevel(LogLevel$1.Warning);
7249
7239
  break;
7250
7240
  }
7251
7241
  }
@@ -7398,11 +7388,7 @@ const SDK_POSTHOG_INSTANCE_NAME = "spatialwalk-posthog";
7398
7388
  let sdkPosthogInstance = null;
7399
7389
  const eventQueue = [];
7400
7390
  function initializePostHog(environment, version) {
7401
- const { host, apiKey, disableCompression } = getPostHogConfig(environment);
7402
- if (!apiKey) {
7403
- logger.warn(`[PostHog] API Key not configured for environment: ${environment}, tracking disabled`);
7404
- return;
7405
- }
7391
+ const { host, apiKey, disableCompression } = getPostHogConfig();
7406
7392
  if (isInitialized) {
7407
7393
  logger.log("[PostHog] Already initialized, skipping");
7408
7394
  return;
@@ -7623,7 +7609,7 @@ const _AnimationPlayer = class _AnimationPlayer {
7623
7609
  if (this.streamingPlayer) {
7624
7610
  return;
7625
7611
  }
7626
- const { StreamingAudioPlayer } = await import("./StreamingAudioPlayer-BbUBoPqm.js");
7612
+ const { StreamingAudioPlayer } = await import("./StreamingAudioPlayer-CH89JZHk.js");
7627
7613
  const { AvatarSDK: AvatarSDK2 } = await Promise.resolve().then(() => AvatarSDK$1);
7628
7614
  const audioFormat = AvatarSDK2.getAudioFormat();
7629
7615
  this.streamingPlayer = new StreamingAudioPlayer({
@@ -8868,7 +8854,7 @@ class AvatarSDK {
8868
8854
  }
8869
8855
  logger.log(`[AvatarSDK] Initializing with appId: ${appId}, environment: ${configuration.environment}`);
8870
8856
  this._configuration = configuration;
8871
- setLogLevel(configuration.logLevel ?? LogLevel$1.off);
8857
+ setLogLevel(configuration.logLevel ?? LogLevel.off);
8872
8858
  idManager.setAppId(appId);
8873
8859
  logger.log(`[AvatarSDK] Client ID: ${idManager.getClientId()}`);
8874
8860
  initializePostHog(configuration.environment, this._version);
@@ -9048,7 +9034,7 @@ class AvatarSDK {
9048
9034
  }
9049
9035
  __publicField(AvatarSDK, "_isInitialized", false);
9050
9036
  __publicField(AvatarSDK, "_configuration", null);
9051
- __publicField(AvatarSDK, "_version", "1.0.0-beta.59");
9037
+ __publicField(AvatarSDK, "_version", "1.0.0-beta.60");
9052
9038
  __publicField(AvatarSDK, "_avatarCore", null);
9053
9039
  __publicField(AvatarSDK, "_dynamicSdkConfig", null);
9054
9040
  const AvatarSDK$1 = Object.freeze(Object.defineProperty({
@@ -14781,7 +14767,7 @@ export {
14781
14767
  ConnectionState as C,
14782
14768
  DrivingServiceMode as D,
14783
14769
  Environment as E,
14784
- LogLevel$1 as L,
14770
+ LogLevel as L,
14785
14771
  ResourceType as R,
14786
14772
  SPAvatarError as S,
14787
14773
  logEvent as a,
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b, c, f, d, j, g, C, i, D, E, k, h, L, R, S, m } from "./index-B0MJ_hCJ.js";
1
+ import { b, c, f, d, j, g, C, i, D, E, k, h, L, R, S, m } from "./index-D9nprBw2.js";
2
2
  export {
3
3
  b as Avatar,
4
4
  c as AvatarController,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@spatialwalk/avatarkit",
3
3
  "type": "module",
4
- "version": "1.0.0-beta.59",
4
+ "version": "1.0.0-beta.60",
5
5
  "description": "SPAvatar SDK - 3D Gaussian Splatting Avatar Rendering SDK",
6
6
  "author": "SPAvatar Team",
7
7
  "license": "MIT",