@g1cloud/entity-modeler-next 5.0.0-beta.13 → 5.0.0-beta.14

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/i18n/ko.d.ts CHANGED
@@ -332,6 +332,11 @@ export declare const ko: {
332
332
  readonly 'em.history.diff.empty': "이 구간의 누적 변경이 없습니다.";
333
333
  readonly 'em.history.diff.restorePreview': "되돌아갈 변경 {n}건";
334
334
  readonly 'em.history.diff.restorePreviewNone': "되돌아갈 변경이 없습니다.";
335
+ readonly 'em.history.loadMore': "이전 기록 더 보기 ({n})";
336
+ readonly 'em.history.periodLabel': "기간";
337
+ readonly 'em.history.periodFrom': "시작일";
338
+ readonly 'em.history.periodTo': "종료일";
339
+ readonly 'em.history.periodReset': "기간 해제";
335
340
  readonly 'em.check.catName': "이름";
336
341
  readonly 'em.check.catJpa': "JPA";
337
342
  readonly 'em.check.catType': "타입";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@g1cloud/entity-modeler-next",
3
3
  "private": false,
4
- "version": "5.0.0-beta.13",
4
+ "version": "5.0.0-beta.14",
5
5
  "description": "Vue 3 visual entity-modeling / class-diagram editor",
6
6
  "type": "module",
7
7
  "files": [
@@ -55,7 +55,8 @@
55
55
  "preview": "vite preview",
56
56
  "test": "vitest run",
57
57
  "test:watch": "vitest",
58
- "verify:m0": "node scripts/verify-m0.mjs",
59
- "typecheck": "vue-tsc --noEmit"
58
+ "verify": "node scripts/verify-all.mjs",
59
+ "typecheck": "vue-tsc --noEmit",
60
+ "check": "pnpm run test && pnpm run build"
60
61
  }
61
62
  }