@i18n-micro/utils 1.0.14 → 1.0.15
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.
- package/package.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@i18n-micro/utils",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.15",
|
|
4
4
|
"description": "Framework-agnostic utilities for Nuxt I18n Micro (granular subpath imports).",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"i18n",
|
|
@@ -398,14 +398,14 @@
|
|
|
398
398
|
},
|
|
399
399
|
"dependencies": {
|
|
400
400
|
"globby": "^14.1.0",
|
|
401
|
-
"@i18n-micro/types": "^1.2.
|
|
401
|
+
"@i18n-micro/types": "^1.2.12"
|
|
402
402
|
},
|
|
403
403
|
"devDependencies": {
|
|
404
404
|
"publint": "^0.3.17",
|
|
405
405
|
"vite": "^7.3.6",
|
|
406
406
|
"vite-plugin-dts": "^4.5.4",
|
|
407
407
|
"vitest": "^4.1.10",
|
|
408
|
-
"@i18n-micro/test-utils": "^1.2.
|
|
408
|
+
"@i18n-micro/test-utils": "^1.2.11"
|
|
409
409
|
},
|
|
410
410
|
"engines": {
|
|
411
411
|
"node": ">=18"
|
|
@@ -414,6 +414,7 @@
|
|
|
414
414
|
"build": "vite build",
|
|
415
415
|
"check:package": "publint",
|
|
416
416
|
"test": "vitest run",
|
|
417
|
+
"typecheck": "tsc --noEmit -p tsconfig.build.json",
|
|
417
418
|
"test:dist": "vitest run --config vitest.dist.config.ts"
|
|
418
419
|
}
|
|
419
420
|
}
|