@spatialwalk/avatarkit 1.0.0-beta.12 → 1.0.0-beta.13

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/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { b as o, c as s, a as e, d as t, h as n, g as v, f as A, C as l, E as c, L as g, R as i, S as M, i as d, j as u, k as S } from "./index-CDG7huUa.js";
1
+ import { b as o, c as s, a as e, d as t, h as n, g as v, f as A, C as l, E as c, L as g, R as i, S as M, i as d, j as u, k as S } from "./index-Cy9jPcQt.js";
2
2
  export {
3
3
  o as Avatar,
4
4
  s as AvatarController,
@@ -1,12 +1,4 @@
1
- /**
2
- * Logger Utility
3
- * Environment-aware logger wrapper
4
- * - Logs normally in test/dev environment
5
- * - In production: silently logs to console
6
- * - Errors and warnings are always reported to CLS (when enabled)
7
- *
8
- * Usage: Replace `console.log()` with `logger.log()`
9
- */
1
+ import { LogLevel } from '@guiiai/logg';
10
2
  export declare const logger: import('@guiiai/logg').Logg;
11
3
  export declare const loggerWithUnknown: {
12
4
  error: (message: string, error?: unknown) => void;
@@ -14,7 +6,7 @@ export declare const loggerWithUnknown: {
14
6
  useGlobalConfig: () => import('@guiiai/logg').Logg;
15
7
  child: (fields?: Record<string, any>) => import('@guiiai/logg').Logg;
16
8
  withContext: (context: string) => import('@guiiai/logg').Logg;
17
- withLogLevel: (logLevel: import('@guiiai/logg').LogLevel) => import('@guiiai/logg').Logg;
9
+ withLogLevel: (logLevel: LogLevel) => import('@guiiai/logg').Logg;
18
10
  withLogLevelString: (logLevelString: import('@guiiai/logg').LogLevelString) => import('@guiiai/logg').Logg;
19
11
  withFormat: (format: import('@guiiai/logg').Format) => import('@guiiai/logg').Logg;
20
12
  withFields: (fields: Record<string, any>) => import('@guiiai/logg').Logg;
@@ -1 +1 @@
1
- {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../utils/logger.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH,eAAO,MAAM,MAAM,6BAKC,CAAA;AAGpB,eAAO,MAAM,iBAAiB;qBAEX,MAAM,UAAU,OAAO;oBASxB,MAAM,UAAU,OAAO;;kBAPD,CAAA;;;;;;;;;;aAiCk9B,CAAC;;0BAAoT,GAAI;4BAA0U,GAAI;wBAAkU,GAAI;yDAA2vB,GAAI;;;;CAjBrsF,CAAA"}
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../utils/logger.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAEH,OAAO,EAAgC,QAAQ,EAAE,MAAM,cAAc,CAAA;AAcrE,eAAO,MAAM,MAAM,6BAKC,CAAA;AAGpB,eAAO,MAAM,iBAAiB;qBAEX,MAAM,UAAU,OAAO;oBASxB,MAAM,UAAU,OAAO;;kBAxBzB,CAAC;;;;;;;;;;aAkDsgB,CAAC;;0BAAoT,GAAI;4BAA0U,GAAI;wBAAkU,GAAI;yDAA2vB,GAAI;;;;CAjBluE,CAAA"}
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.12",
4
+ "version": "1.0.0-beta.13",
5
5
  "description": "SPAvatar SDK - 3D Gaussian Splatting Avatar Rendering SDK",
6
6
  "author": "SPAvatar Team",
7
7
  "license": "MIT",