@intlayer/config 8.7.0-canary.0 → 8.7.0

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.7.0-canary.0",
3
+ "version": "8.7.0",
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": [
@@ -160,9 +160,9 @@
160
160
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
161
161
  },
162
162
  "dependencies": {
163
- "@intlayer/types": "8.7.0-canary.0",
163
+ "@intlayer/types": "8.7.0",
164
164
  "defu": "6.1.7",
165
- "dotenv": "17.3.1",
165
+ "dotenv": "17.4.1",
166
166
  "esbuild": "0.27.4",
167
167
  "json5": "2.2.3",
168
168
  "zod": "4.3.6"
@@ -175,7 +175,7 @@
175
175
  "rimraf": "6.1.3",
176
176
  "tsdown": "0.21.7",
177
177
  "typescript": "6.0.2",
178
- "vitest": "4.1.3"
178
+ "vitest": "4.1.4"
179
179
  },
180
180
  "peerDependencies": {
181
181
  "react": ">=16.0.0"