@readerseye2/cr_type 1.0.122 → 1.0.123

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.
@@ -1,5 +1,5 @@
1
1
  /** 지원하는 시선추적 프로바이더 타입 */
2
- export type EyeTrackerType = 'eyedid' | 'seeso' | 'custom' | 'fake' | 'webgazer';
2
+ export type EyeTrackerType = 'eyedid' | 'seeso' | 'custom' | 'fake' | 'webgazer' | 'android_seeso';
3
3
  /** 단일 시선 샘플 (0~1 정규화 좌표) */
4
4
  export interface GazeData {
5
5
  /** 정규화된 X 좌표 (0~1, 좌→우) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.122",
3
+ "version": "1.0.123",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",