@intlayer/dictionaries-entry 5.5.7 → 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 +13 -13
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/docs)
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/docs/chat)
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.7",
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.7"
56
+ "@intlayer/config": "5.5.8"
57
57
  },
58
58
  "devDependencies": {
59
- "@types/node": "^22.13.10",
60
- "@typescript-eslint/parser": "^8.27.0",
59
+ "@types/node": "^22.15.30",
60
+ "@typescript-eslint/parser": "^8.33.1",
61
61
  "concurrently": "^9.1.2",
62
- "eslint": "^9.22.0",
62
+ "eslint": "^9.28.0",
63
63
  "prettier": "^3.5.3",
64
64
  "rimraf": "^6.0.1",
65
- "tsc-alias": "^1.8.11",
66
- "tsup": "^8.4.0",
67
- "typescript": "^5.8.2",
68
- "@utils/tsup-config": "1.0.4",
69
- "@utils/ts-config": "1.0.4",
65
+ "tsc-alias": "^1.8.16",
66
+ "tsup": "^8.5.0",
67
+ "typescript": "^5.8.3",
70
68
  "@utils/eslint-config": "1.0.4",
71
- "@utils/ts-config-types": "1.0.4"
69
+ "@utils/ts-config": "1.0.4",
70
+ "@utils/ts-config-types": "1.0.4",
71
+ "@utils/tsup-config": "1.0.4"
72
72
  },
73
73
  "peerDependencies": {
74
- "@intlayer/config": "5.5.7",
75
- "intlayer": "5.5.7"
74
+ "@intlayer/config": "5.5.8",
75
+ "intlayer": "5.5.8"
76
76
  },
77
77
  "engines": {
78
78
  "node": ">=14.18"