@fluenti/vue-i18n-compat 0.6.0 → 0.6.1

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.
@@ -1,5 +1,5 @@
1
1
  import { ComputedRef, Ref } from 'vue';
2
- import { FluentiPlugin, FluentiContext } from '../../vue/src/index.ts';
2
+ import { FluentiPlugin, FluentiContext } from '@fluenti/vue';
3
3
  /** Lookup priority when resolving translations across both libraries */
4
4
  export type BridgePriority = 'fluenti-first' | 'vue-i18n-first';
5
5
  /** Options for creating the bridge plugin */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluenti/vue-i18n-compat",
3
- "version": "0.6.0",
3
+ "version": "0.6.1",
4
4
  "type": "module",
5
5
  "description": "Progressive migration bridge between vue-i18n and Fluenti — share locale, translate across both libraries",
6
6
  "homepage": "https://fluenti.dev",
@@ -49,8 +49,8 @@
49
49
  "vue-i18n": "^9 || ^10"
50
50
  },
51
51
  "dependencies": {
52
- "@fluenti/core": "0.6.0",
53
- "@fluenti/vue": "0.6.0"
52
+ "@fluenti/core": "0.6.1",
53
+ "@fluenti/vue": "0.6.1"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@vitest/coverage-v8": "^4",