@kong-ui-public/i18n 0.2.9-pr.150.c9bc8d4.0 → 0.2.9-pr.150.f69171d.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -260,7 +260,7 @@ In some cases we do not have access to the Vue `app` and cannot relay on registe
260
260
  </template>
261
261
 
262
262
  <script setup lang="ts">
263
- import { createI18n, i18nTComponent } from '@kong-ui-public/i18n'
263
+ import { createI18n, Translation, i18nTComponent} from '@kong-ui-public/i18n'
264
264
  import english from './locales/en.json'
265
265
 
266
266
  const i18n = createI18n('en-us', english)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kong-ui-public/i18n",
3
- "version": "0.2.9-pr.150.c9bc8d4.0",
3
+ "version": "0.2.9-pr.150.f69171d.0",
4
4
  "type": "module",
5
5
  "main": "./dist/i18n.umd.js",
6
6
  "module": "./dist/i18n.es.js",