@intlayer/dictionaries-entry 4.0.2 → 4.0.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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -17,7 +17,7 @@
17
17
  </a>
18
18
  </div>
19
19
 
20
- # @intlayer/dictionary-entry: NPM Package to retrieve Intlayer dictionaries
20
+ # @intlayer/dictionary-entry: Retrieve Intlayer dictionaries
21
21
 
22
22
  **Intlayer** is a suite of packages designed specifically for JavaScript developers. It is compatible with frameworks like React, React, and Express.js.
23
23
 
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@intlayer/dictionaries-entry",
3
- "version": "4.0.2",
3
+ "version": "4.0.4",
4
4
  "private": false,
5
- "description": "IntLayer - Dictionaries Entry. This package only returns the dictionary entry path. For bundle configuration, this packages should be replaced by using an alias.",
5
+ "description": "Provides the entry path for Intlayer dictionaries, solving filesystem retrieval issues for bundlers like Webpack and Rollup.",
6
6
  "keywords": [
7
7
  "intlayer",
8
8
  "alias",
@@ -52,7 +52,8 @@
52
52
  "./package.json"
53
53
  ],
54
54
  "dependencies": {
55
- "@intlayer/config": "^4.0.2"
55
+ "@intlayer/config": "^4.0.4",
56
+ "@intlayer/core": "4.0.4"
56
57
  },
57
58
  "devDependencies": {
58
59
  "@types/node": "^22.10.6",
@@ -64,15 +65,14 @@
64
65
  "tsc-alias": "^1.8.10",
65
66
  "tsup": "^8.3.5",
66
67
  "typescript": "^5.7.3",
67
- "@utils/eslint-config": "1.0.4",
68
68
  "@utils/ts-config": "1.0.4",
69
- "@utils/ts-config-types": "1.0.4",
69
+ "@utils/eslint-config": "1.0.4",
70
70
  "@utils/tsup-config": "1.0.4",
71
- "@intlayer/core": "4.0.2"
71
+ "@utils/ts-config-types": "1.0.4"
72
72
  },
73
73
  "peerDependencies": {
74
- "@intlayer/config": "4.0.2",
75
- "@intlayer/core": "^4.0.2"
74
+ "@intlayer/core": "^4.0.4",
75
+ "@intlayer/config": "4.0.4"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=14.18"