intlayer 7.5.3 → 7.5.4

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 (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "intlayer",
3
- "version": "7.5.3",
3
+ "version": "7.5.4",
4
4
  "private": false,
5
5
  "description": "Manage internationalization i18n in a simple way, through TypeScript, declaration file, declare your multilingual content every where in your code.",
6
6
  "keywords": [
@@ -91,10 +91,10 @@
91
91
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
92
92
  },
93
93
  "dependencies": {
94
- "@intlayer/cli": "7.5.3",
95
- "@intlayer/config": "7.5.3",
96
- "@intlayer/core": "7.5.3",
97
- "@intlayer/types": "7.5.3"
94
+ "@intlayer/cli": "7.5.4",
95
+ "@intlayer/config": "7.5.4",
96
+ "@intlayer/core": "7.5.4",
97
+ "@intlayer/types": "7.5.4"
98
98
  },
99
99
  "devDependencies": {
100
100
  "@types/node": "25.0.3",