@intlayer/core 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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +16 -16
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/docs)
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/docs/chat)
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.6",
3
+ "version": "5.5.8",
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.6",
79
- "@intlayer/dictionaries-entry": "5.5.6",
80
- "@intlayer/config": "5.5.6"
78
+ "@intlayer/config": "5.5.8",
79
+ "@intlayer/dictionaries-entry": "5.5.8",
80
+ "@intlayer/api": "5.5.8"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@types/negotiator": "^0.6.3",
84
- "@types/node": "^22.13.10",
85
- "@typescript-eslint/parser": "^8.27.0",
84
+ "@types/node": "^22.15.30",
85
+ "@typescript-eslint/parser": "^8.33.1",
86
86
  "concurrently": "^9.1.2",
87
- "eslint": "^9.22.0",
87
+ "eslint": "^9.28.0",
88
88
  "prettier": "^3.5.3",
89
89
  "rimraf": "^6.0.1",
90
- "tsc-alias": "^1.8.11",
91
- "tsup": "^8.4.0",
92
- "typescript": "^5.8.2",
90
+ "tsc-alias": "^1.8.16",
91
+ "tsup": "^8.5.0",
92
+ "typescript": "^5.8.3",
93
93
  "@utils/eslint-config": "1.0.4",
94
94
  "@utils/ts-config-types": "1.0.4",
95
- "@utils/ts-config": "1.0.4",
96
- "@utils/tsup-config": "1.0.4"
95
+ "@utils/tsup-config": "1.0.4",
96
+ "@utils/ts-config": "1.0.4"
97
97
  },
98
98
  "peerDependencies": {
99
- "@intlayer/api": "5.5.6",
100
- "@intlayer/config": "5.5.6",
101
- "@intlayer/dictionaries-entry": "5.5.6",
102
- "intlayer": "5.5.6"
99
+ "@intlayer/config": "5.5.8",
100
+ "@intlayer/api": "5.5.8",
101
+ "@intlayer/dictionaries-entry": "5.5.8",
102
+ "intlayer": "5.5.8"
103
103
  },
104
104
  "engines": {
105
105
  "node": ">=14.18"