@intlayer/config 8.1.3-canary.0 → 8.1.3

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/config",
3
- "version": "8.1.3-canary.0",
3
+ "version": "8.1.3",
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": [
@@ -128,7 +128,7 @@
128
128
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
129
129
  },
130
130
  "dependencies": {
131
- "@intlayer/types": "8.1.3-canary.0",
131
+ "@intlayer/types": "8.1.3",
132
132
  "defu": "6.1.4",
133
133
  "dotenv": "17.3.1",
134
134
  "esbuild": "0.27.2",
@@ -145,7 +145,7 @@
145
145
  "vitest": "4.0.18"
146
146
  },
147
147
  "peerDependencies": {
148
- "intlayer": "8.1.3-canary.0",
148
+ "intlayer": "8.1.3",
149
149
  "react": ">=16.0.0"
150
150
  },
151
151
  "peerDependenciesMeta": {