@readerseye2/cr_type 1.0.153 → 1.0.155

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.
@@ -116,5 +116,7 @@ export type SectionData = {
116
116
  images?: SectionImage[];
117
117
  audios?: SectionAudio[];
118
118
  quizzes?: SectionQuiz[];
119
+ /** 섹션 단어 수 (SectionSummary.word_count에서 복사) */
120
+ word_count?: number;
119
121
  };
120
122
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readerseye2/cr_type",
3
- "version": "1.0.153",
3
+ "version": "1.0.155",
4
4
  "description": "CheckReading shared TypeScript types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",