@intlayer/core 8.1.3-canary.0 → 8.1.4

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/core",
3
- "version": "8.1.3-canary.0",
3
+ "version": "8.1.4",
4
4
  "private": false,
5
5
  "description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
6
6
  "keywords": [
@@ -169,15 +169,15 @@
169
169
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
170
170
  },
171
171
  "dependencies": {
172
- "@intlayer/api": "8.1.3-canary.0",
173
- "@intlayer/config": "8.1.3-canary.0",
174
- "@intlayer/dictionaries-entry": "8.1.3-canary.0",
175
- "@intlayer/types": "8.1.3-canary.0",
176
- "@intlayer/unmerged-dictionaries-entry": "8.1.3-canary.0",
172
+ "@intlayer/api": "8.1.4",
173
+ "@intlayer/config": "8.1.4",
174
+ "@intlayer/dictionaries-entry": "8.1.4",
175
+ "@intlayer/types": "8.1.4",
176
+ "@intlayer/unmerged-dictionaries-entry": "8.1.4",
177
177
  "defu": "6.1.4"
178
178
  },
179
179
  "devDependencies": {
180
- "@types/node": "25.2.3",
180
+ "@types/node": "25.3.0",
181
181
  "@utils/ts-config": "1.0.4",
182
182
  "@utils/ts-config-types": "1.0.4",
183
183
  "@utils/tsdown-config": "1.0.4",