@intlayer/core 6.1.4 → 6.1.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 (1) hide show
  1. package/package.json +17 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/core",
3
- "version": "6.1.4",
3
+ "version": "6.1.5",
4
4
  "private": false,
5
5
  "description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
6
6
  "keywords": [
@@ -156,10 +156,10 @@
156
156
  ],
157
157
  "dependencies": {
158
158
  "negotiator": "^1.0.0",
159
- "@intlayer/api": "6.1.4",
160
- "@intlayer/unmerged-dictionaries-entry": "6.1.4",
161
- "@intlayer/dictionaries-entry": "6.1.4",
162
- "@intlayer/config": "6.1.4"
159
+ "@intlayer/api": "6.1.5",
160
+ "@intlayer/config": "6.1.5",
161
+ "@intlayer/dictionaries-entry": "6.1.5",
162
+ "@intlayer/unmerged-dictionaries-entry": "6.1.5"
163
163
  },
164
164
  "devDependencies": {
165
165
  "@types/negotiator": "^0.6.3",
@@ -173,17 +173,22 @@
173
173
  "tsup": "^8.5.0",
174
174
  "typescript": "^5.9.2",
175
175
  "vitest": "^3.2.4",
176
+ "@utils/ts-config": "1.0.4",
176
177
  "@utils/eslint-config": "1.0.4",
177
178
  "@utils/ts-config-types": "1.0.4",
178
- "@utils/tsup-config": "1.0.4",
179
- "@utils/ts-config": "1.0.4"
179
+ "@utils/tsup-config": "1.0.4"
180
180
  },
181
181
  "peerDependencies": {
182
- "@intlayer/api": "6.1.4",
183
- "@intlayer/dictionaries-entry": "6.1.4",
184
- "intlayer": "6.1.4",
185
- "@intlayer/config": "6.1.4",
186
- "@intlayer/unmerged-dictionaries-entry": "6.1.4"
182
+ "@intlayer/dictionaries-entry": "6.1.5",
183
+ "@intlayer/config": "6.1.5",
184
+ "@intlayer/api": "6.1.5",
185
+ "@intlayer/unmerged-dictionaries-entry": "6.1.5",
186
+ "intlayer": "6.1.5"
187
+ },
188
+ "peerDependenciesMeta": {
189
+ "intlayer": {
190
+ "optional": true
191
+ }
187
192
  },
188
193
  "engines": {
189
194
  "node": ">=14.18"