@readerseye2/cr_type 1.0.165 → 1.0.166

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.
@@ -29,7 +29,7 @@ export interface ViewerSnapshot {
29
29
  totalItems: number;
30
30
  viewportWidth?: number;
31
31
  viewportHeight?: number;
32
- /** 뷰어 영역의 window 기준 정규화 사각형 (gaze → viewer 좌표 변환용) */
32
+ /** @deprecated viewerRectPx 사용 */
33
33
  viewerRect?: ViewerRect;
34
34
  viewerState?: Partial<CRViewerState>;
35
35
  anchorGI?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.165",
3
+ "version": "1.0.166",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",