express-intlayer 3.5.4 → 3.5.5

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 +11 -11
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <div align="center">
2
2
  <a href="https://www.npmjs.com/package/express-intlayer">
3
- <img src="docs/assets/logo.png" width="500" alt="intlayer" />
3
+ <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
4
  </a>
5
5
  </div>
6
6
 
@@ -138,7 +138,7 @@ const config: IntlayerConfig = {
138
138
 
139
139
  By default, `express-intlayer` will interpret the `Accept-Language` header to determine the client's preferred language.
140
140
 
141
- > For more information on configuration and advanced topics, visit our [documentation](https://intlayer.org/doc/concept/configuration).
141
+ > For more information on configuration and advanced topics, visit our [documentation](https://github.com/aymericzip/intlayer/blob/main/docs/en/configuration.md).
142
142
 
143
143
  ## Powered by TypeScript
144
144
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "express-intlayer",
3
- "version": "3.5.4",
3
+ "version": "3.5.5",
4
4
  "private": false,
5
5
  "description": "Manage internationalization in a simple way for express application.",
6
6
  "keywords": [
@@ -62,10 +62,10 @@
62
62
  "dependencies": {
63
63
  "cls-hooked": "^4.2.2",
64
64
  "webpack": "^5.96.1",
65
- "@intlayer/config": "^3.5.4",
66
- "intlayer": "^3.5.4",
67
- "@intlayer/core": "^3.5.4",
68
- "@intlayer/chokidar": "^3.5.4"
65
+ "@intlayer/chokidar": "^3.5.5",
66
+ "@intlayer/core": "^3.5.5",
67
+ "intlayer": "^3.5.5",
68
+ "@intlayer/config": "^3.5.5"
69
69
  },
70
70
  "devDependencies": {
71
71
  "@changesets/changelog-github": "0.5.0",
@@ -82,15 +82,15 @@
82
82
  "tsup": "^8.3.5",
83
83
  "typescript": "^5.7.2",
84
84
  "@utils/eslint-config": "^1.0.4",
85
- "@utils/ts-config": "^1.0.4",
86
85
  "@utils/ts-config-types": "^1.0.4",
87
- "@utils/tsup-config": "^1.0.4"
86
+ "@utils/tsup-config": "^1.0.4",
87
+ "@utils/ts-config": "^1.0.4"
88
88
  },
89
89
  "peerDependencies": {
90
- "@intlayer/core": "^3.5.4",
91
- "@intlayer/config": "^3.5.4",
92
- "intlayer": "^3.5.4",
93
- "@intlayer/chokidar": "^3.5.4"
90
+ "@intlayer/chokidar": "^3.5.5",
91
+ "@intlayer/config": "^3.5.5",
92
+ "@intlayer/core": "^3.5.5",
93
+ "intlayer": "^3.5.5"
94
94
  },
95
95
  "engines": {
96
96
  "node": ">=14.18"