@intlayer/core 8.3.0-canary.1 → 8.3.0-canary.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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/core",
3
- "version": "8.3.0-canary.1",
3
+ "version": "8.3.0-canary.3",
4
4
  "private": false,
5
5
  "description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
6
6
  "keywords": [
@@ -168,11 +168,11 @@
168
168
  "typecheck": "tsc --noEmit --project tsconfig.types.json"
169
169
  },
170
170
  "dependencies": {
171
- "@intlayer/api": "8.3.0-canary.1",
172
- "@intlayer/config": "8.3.0-canary.1",
173
- "@intlayer/dictionaries-entry": "8.3.0-canary.1",
174
- "@intlayer/types": "8.3.0-canary.1",
175
- "@intlayer/unmerged-dictionaries-entry": "8.3.0-canary.1",
171
+ "@intlayer/api": "8.3.0-canary.3",
172
+ "@intlayer/config": "8.3.0-canary.3",
173
+ "@intlayer/dictionaries-entry": "8.3.0-canary.3",
174
+ "@intlayer/types": "8.3.0-canary.3",
175
+ "@intlayer/unmerged-dictionaries-entry": "8.3.0-canary.3",
176
176
  "defu": "6.1.4"
177
177
  },
178
178
  "devDependencies": {