@intlayer/core 5.8.1-canary.0 → 5.8.1

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@intlayer/core",
3
- "version": "5.8.1-canary.0",
3
+ "version": "5.8.1",
4
4
  "private": false,
5
5
  "description": "Includes core Intlayer functions like translation, dictionary, and utility functions shared across multiple packages.",
6
6
  "keywords": [
@@ -120,9 +120,9 @@
120
120
  ],
121
121
  "dependencies": {
122
122
  "negotiator": "^1.0.0",
123
- "@intlayer/config": "5.8.1-canary.0",
124
- "@intlayer/dictionaries-entry": "5.8.1-canary.0",
125
- "@intlayer/api": "5.8.1-canary.0"
123
+ "@intlayer/api": "5.8.1",
124
+ "@intlayer/config": "5.8.1",
125
+ "@intlayer/dictionaries-entry": "5.8.1"
126
126
  },
127
127
  "devDependencies": {
128
128
  "@types/negotiator": "^0.6.3",
@@ -142,10 +142,10 @@
142
142
  "@utils/tsup-config": "1.0.4"
143
143
  },
144
144
  "peerDependencies": {
145
- "@intlayer/api": "5.8.1-canary.0",
146
- "@intlayer/dictionaries-entry": "5.8.1-canary.0",
147
- "@intlayer/config": "5.8.1-canary.0",
148
- "intlayer": "5.8.1-canary.0"
145
+ "@intlayer/api": "5.8.1",
146
+ "@intlayer/config": "5.8.1",
147
+ "@intlayer/dictionaries-entry": "5.8.1",
148
+ "intlayer": "5.8.1"
149
149
  },
150
150
  "engines": {
151
151
  "node": ">=14.18"