@intlayer/core 5.5.7 → 5.5.9
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 +15 -15
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ yarn add @intlayer/core
|
|
|
45
45
|
## Read about Intlayer
|
|
46
46
|
|
|
47
47
|
- [Intlayer Website](https://intlayer.org)
|
|
48
|
-
- [Intlayer Documentation](https://intlayer.org/
|
|
48
|
+
- [Intlayer Documentation](https://intlayer.org/doc)
|
|
49
49
|
- [Intlayer GitHub](https://github.com/aymericzip/intlayer)
|
|
50
50
|
|
|
51
|
-
- [Ask your questions to our smart documentation](https://intlayer.org/
|
|
51
|
+
- [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/core",
|
|
3
|
-
"version": "5.5.
|
|
3
|
+
"version": "5.5.9",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
|
|
6
6
|
"keywords": [
|
|
@@ -75,31 +75,31 @@
|
|
|
75
75
|
],
|
|
76
76
|
"dependencies": {
|
|
77
77
|
"negotiator": "^1.0.0",
|
|
78
|
-
"@intlayer/api": "5.5.
|
|
79
|
-
"@intlayer/
|
|
80
|
-
"@intlayer/
|
|
78
|
+
"@intlayer/api": "5.5.9",
|
|
79
|
+
"@intlayer/dictionaries-entry": "5.5.9",
|
|
80
|
+
"@intlayer/config": "5.5.9"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@types/negotiator": "^0.6.3",
|
|
84
|
-
"@types/node": "^22.
|
|
85
|
-
"@typescript-eslint/parser": "^8.
|
|
84
|
+
"@types/node": "^22.15.30",
|
|
85
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
86
86
|
"concurrently": "^9.1.2",
|
|
87
|
-
"eslint": "^9.
|
|
87
|
+
"eslint": "^9.28.0",
|
|
88
88
|
"prettier": "^3.5.3",
|
|
89
89
|
"rimraf": "^6.0.1",
|
|
90
|
-
"tsc-alias": "^1.8.
|
|
91
|
-
"tsup": "^8.
|
|
92
|
-
"typescript": "^5.8.
|
|
93
|
-
"@utils/ts-config": "1.0.4",
|
|
90
|
+
"tsc-alias": "^1.8.16",
|
|
91
|
+
"tsup": "^8.5.0",
|
|
92
|
+
"typescript": "^5.8.3",
|
|
94
93
|
"@utils/eslint-config": "1.0.4",
|
|
95
94
|
"@utils/ts-config-types": "1.0.4",
|
|
95
|
+
"@utils/ts-config": "1.0.4",
|
|
96
96
|
"@utils/tsup-config": "1.0.4"
|
|
97
97
|
},
|
|
98
98
|
"peerDependencies": {
|
|
99
|
-
"@intlayer/
|
|
100
|
-
"@intlayer/
|
|
101
|
-
"intlayer": "5.5.
|
|
102
|
-
"@intlayer/
|
|
99
|
+
"@intlayer/config": "5.5.9",
|
|
100
|
+
"@intlayer/dictionaries-entry": "5.5.9",
|
|
101
|
+
"intlayer": "5.5.9",
|
|
102
|
+
"@intlayer/api": "5.5.9"
|
|
103
103
|
},
|
|
104
104
|
"engines": {
|
|
105
105
|
"node": ">=14.18"
|