@intlayer/dictionaries-entry 5.5.6 → 5.5.8
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/README.md +2 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ yarn add @intlayer/dictionary-entry
|
|
|
41
41
|
## Read about Intlayer
|
|
42
42
|
|
|
43
43
|
- [Intlayer Website](https://intlayer.org)
|
|
44
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
44
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
45
45
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
46
46
|
|
|
47
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
47
|
+
- [Ask your questions to our smart documentation](https://intlayer.org/docchat)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intlayer/dictionaries-entry",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.8",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Provides the entry path for Intlayer dictionaries, solving filesystem retrieval issues for bundlers like Webpack and Rollup.",
|
|
6
6
|
"keywords": [
|
|
@@ -53,26 +53,26 @@
|
|
|
53
53
|
"./package.json"
|
|
54
54
|
],
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@intlayer/config": "5.5.
|
|
56
|
+
"@intlayer/config": "5.5.8"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@types/node": "^22.
|
|
60
|
-
"@typescript-eslint/parser": "^8.
|
|
59
|
+
"@types/node": "^22.15.30",
|
|
60
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
61
61
|
"concurrently": "^9.1.2",
|
|
62
|
-
"eslint": "^9.
|
|
62
|
+
"eslint": "^9.28.0",
|
|
63
63
|
"prettier": "^3.5.3",
|
|
64
64
|
"rimraf": "^6.0.1",
|
|
65
|
-
"tsc-alias": "^1.8.
|
|
66
|
-
"tsup": "^8.
|
|
67
|
-
"typescript": "^5.8.
|
|
65
|
+
"tsc-alias": "^1.8.16",
|
|
66
|
+
"tsup": "^8.5.0",
|
|
67
|
+
"typescript": "^5.8.3",
|
|
68
|
+
"@utils/eslint-config": "1.0.4",
|
|
68
69
|
"@utils/ts-config": "1.0.4",
|
|
69
70
|
"@utils/ts-config-types": "1.0.4",
|
|
70
|
-
"@utils/eslint-config": "1.0.4",
|
|
71
71
|
"@utils/tsup-config": "1.0.4"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
|
-
"@intlayer/config": "5.5.
|
|
75
|
-
"intlayer": "5.5.
|
|
74
|
+
"@intlayer/config": "5.5.8",
|
|
75
|
+
"intlayer": "5.5.8"
|
|
76
76
|
},
|
|
77
77
|
"engines": {
|
|
78
78
|
"node": ">=14.18"
|