@feugene/fint-i18n 0.2.2 → 0.2.3

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/dist/vue.js +1 -1
  2. package/package.json +1 -1
package/dist/vue.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { inject as e, onUnmounted as t } from "vue";
2
2
  //#region src/vue/inject.ts
3
- var n = Symbol("FintI18n");
3
+ var n = Symbol.for("FintI18n");
4
4
  function r() {
5
5
  let t = e(n);
6
6
  if (!t) throw Error("[fint-i18n] Instance not found. Did you call installI18n(app, i18n)?");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@feugene/fint-i18n",
3
- "version": "0.2.2",
3
+ "version": "0.2.3",
4
4
  "description": "Lightweight Vue 3 i18n library with lazy-loading blocks and template caching",
5
5
  "author": "feugene <feugene@example.com>",
6
6
  "license": "MIT",