@intlayer/config 4.1.0 → 4.1.1

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 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <a href="https://www.npmjs.com/package/intlayer">
2
+ <a href="https://intlayer.org">
3
3
  <img src="https://raw.githubusercontent.com/aymericzip/intlayer/572ae9c9acafb74307b81530c1931a8e98990aef/docs/assets/logo.png" width="500" alt="intlayer" />
4
4
  </a>
5
5
  </div>
@@ -14,7 +14,6 @@
14
14
  <a href="https://npmjs.org/package/intlayer">
15
15
  <img alt="types included" src="https://badgen.net/npm/types/intlayer?labelColor=49516F&color=8994BC"
16
16
  />
17
- </a>
18
17
  </div>
19
18
 
20
19
  # @intlayer/config: Retrieve Intlayer configuration
@@ -110,7 +109,7 @@ const config: IntlayerConfig = {
110
109
  export default config;
111
110
  ```
112
111
 
113
- > See [Intlayer configuration documentation](https://github.com/aymericzip/intlayer/blob/main/docs/en/configuration.md) for more details.
112
+ > See [Intlayer configuration documentation](https://intlayer.org//doc/concept/configuration) for more details.
114
113
 
115
114
  2. Define the environment variables.
116
115
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "4.1.0",
3
+ "version": "4.1.1",
4
4
  "private": false,
5
5
  "description": "Retrieve Intlayer configurations and manage environment variables for both server-side and client-side environments.",
6
6
  "keywords": [
@@ -77,14 +77,14 @@
77
77
  "tsc-alias": "^1.8.10",
78
78
  "tsup": "^8.3.5",
79
79
  "typescript": "^5.7.3",
80
- "@utils/eslint-config": "1.0.4",
81
80
  "@utils/ts-config": "1.0.4",
81
+ "@utils/tsup-config": "1.0.4",
82
82
  "@utils/ts-config-types": "1.0.4",
83
- "@utils/tsup-config": "1.0.4"
83
+ "@utils/eslint-config": "1.0.4"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "react": ">=16.0.0",
87
- "intlayer": "4.1.0"
87
+ "intlayer": "4.1.1"
88
88
  },
89
89
  "engines": {
90
90
  "node": ">=14.18"