@ihabdevteam/core 0.8.3 → 0.9.0

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.
@@ -11,8 +11,8 @@
11
11
  */
12
12
  import i18n from 'i18next';
13
13
  import { initReactI18next } from 'react-i18next';
14
- import ko from './locales/ko.json';
15
- import en from './locales/en.json';
14
+ import ko from './locales/ko.json' with { type: 'json' };
15
+ import en from './locales/en.json' with { type: 'json' };
16
16
  /** 지원 언어 목록 — 새 언어 추가 시 여기에도 추가 */
17
17
  export const SUPPORTED_LOCALES = [
18
18
  { code: 'ko', label: '한국어' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ihabdevteam/core",
3
- "version": "0.8.3",
3
+ "version": "0.9.0",
4
4
  "private": false,
5
5
  "main": "dist/ihabdevteam-core.cjs.js",
6
6
  "module": "dist/ihabdevteam-core.esm.js",