nuxt-i18n-micro 2.15.1 → 2.15.2

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 +1 @@
1
- {"id":"d58d7411-6eae-4a0c-9c8e-39409cbca715","timestamp":1765190867728}
1
+ {"id":"0071ae47-aec8-4b4f-9a63-03465539f01f","timestamp":1765191955394}
@@ -0,0 +1 @@
1
+ {"id":"0071ae47-aec8-4b4f-9a63-03465539f01f","timestamp":1765191955394,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
@@ -1 +1 @@
1
- {"id":"dev","timestamp":1765190869473,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
1
+ {"id":"dev","timestamp":1765191957355,"matcher":{"static":{},"wildcard":{},"dynamic":{}},"prerendered":[]}
@@ -1,11 +1,11 @@
1
1
  <!DOCTYPE html><html><head><meta charset="utf-8">
2
2
  <meta name="viewport" content="width=device-width, initial-scale=1">
3
3
  <link rel="stylesheet" href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/entry.v6jsTdX3.css" crossorigin>
4
- <link rel="modulepreload" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/DS5b1XNW.js">
4
+ <link rel="modulepreload" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/D1jHVVXL.js">
5
5
  <link rel="prefetch" as="style" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/error-404.Bee8QxB2.css">
6
- <link rel="prefetch" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/B24OA-uO.js">
7
- <link rel="prefetch" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/CaEXoJJV.js">
6
+ <link rel="prefetch" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/Bn_tQT_J.js">
7
+ <link rel="prefetch" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/CNzK7XfC.js">
8
8
  <link rel="prefetch" as="style" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/error-500.DqTJYfAv.css">
9
- <link rel="prefetch" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/CF4LIYi0.js">
10
- <script type="module" src="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/DS5b1XNW.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1765190870687,false]</script>
11
- <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__NUXT_DEVTOOLS_I18N_BASE__/",buildId:"d58d7411-6eae-4a0c-9c8e-39409cbca715",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
9
+ <link rel="prefetch" as="script" crossorigin href="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/CNGrSHEf.js">
10
+ <script type="module" src="/__NUXT_DEVTOOLS_I18N_BASE__/_nuxt/D1jHVVXL.js" crossorigin></script></head><body><div id="__nuxt"></div><div id="teleports"></div><script type="application/json" data-nuxt-data="nuxt-app" data-ssr="false" id="__NUXT_DATA__">[{"prerenderedAt":1,"serverRendered":2},1765191958620,false]</script>
11
+ <script>window.__NUXT__={};window.__NUXT__.config={public:{},app:{baseURL:"/__NUXT_DEVTOOLS_I18N_BASE__/",buildId:"0071ae47-aec8-4b4f-9a63-03465539f01f",buildAssetsDir:"/_nuxt/",cdnURL:""}}</script></body></html>
package/dist/module.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nuxt-i18n-micro",
3
3
  "configKey": "i18n",
4
- "version": "2.15.1",
4
+ "version": "2.15.2",
5
5
  "builder": {
6
6
  "@nuxt/module-builder": "1.0.2",
7
7
  "unbuild": "3.6.1"
package/dist/module.mjs CHANGED
@@ -54,7 +54,7 @@ function setupDevToolsUI(options, resolve2) {
54
54
  let filePath = null;
55
55
  for (const rootDir of rootDirs) {
56
56
  const localesDir = path.join(rootDir, options.translationDir || "locales");
57
- const candidatePath = path.resolve(localesDir, file);
57
+ const candidatePath = path.join(localesDir, file);
58
58
  if (fs.existsSync(candidatePath)) {
59
59
  filePath = candidatePath;
60
60
  break;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuxt-i18n-micro",
3
- "version": "2.15.1",
3
+ "version": "2.15.2",
4
4
  "description": "Nuxt I18n Micro is a lightweight, high-performance internationalization module for Nuxt, designed to handle multi-language support with minimal overhead, fast build times, and efficient runtime performance.",
5
5
  "repository": "s00d/nuxt-i18n-micro",
6
6
  "license": "MIT",
@@ -60,9 +60,9 @@
60
60
  "chokidar": "^3.6.0",
61
61
  "globby": "^14.1.0",
62
62
  "ufo": "^1.5.4",
63
- "@i18n-micro/core": "1.0.27",
64
63
  "@i18n-micro/test-utils": "1.0.7",
65
- "@i18n-micro/types": "1.0.15"
64
+ "@i18n-micro/types": "1.0.15",
65
+ "@i18n-micro/core": "1.0.27"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@nuxt/devtools": "^2.6.3",