@open-mercato/core 0.6.3-develop.3766.1.33102bfc91 → 0.6.3-develop.3771.1.1788990f9e

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 +16 -15
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-mercato/core",
3
- "version": "0.6.3-develop.3766.1.33102bfc91",
3
+ "version": "0.6.3-develop.3771.1.1788990f9e",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -227,38 +227,39 @@
227
227
  }
228
228
  },
229
229
  "dependencies": {
230
- "@mikro-orm/core": "^7.0.17",
231
- "@mikro-orm/decorators": "^7.0.17",
232
- "@mikro-orm/postgresql": "^7.0.17",
230
+ "@mikro-orm/core": "^7.1.1",
231
+ "@mikro-orm/decorators": "^7.1.1",
232
+ "@mikro-orm/postgresql": "^7.1.1",
233
233
  "@xyflow/react": "^12.10.2",
234
- "ai": "^6.0.185",
235
- "date-fns": "4.2.1",
234
+ "ai": "^6.0.191",
235
+ "date-fns": "4.3.0",
236
236
  "date-fns-tz": "^3.2.0",
237
237
  "html-to-text": "^10.0.0",
238
238
  "mammoth": "^1.9.0",
239
239
  "pdfjs-dist": "^5.7.284",
240
- "semver": "^7.8.0",
240
+ "semver": "^7.8.1",
241
+ "svix": "^1.92.2",
241
242
  "ts-pattern": "^5.0.0",
242
243
  "zod": "^4.4.3"
243
244
  },
244
245
  "peerDependencies": {
245
- "@open-mercato/ai-assistant": "0.6.3-develop.3766.1.33102bfc91",
246
- "@open-mercato/shared": "0.6.3-develop.3766.1.33102bfc91",
247
- "@open-mercato/ui": "0.6.3-develop.3766.1.33102bfc91",
246
+ "@open-mercato/ai-assistant": "0.6.3-develop.3771.1.1788990f9e",
247
+ "@open-mercato/shared": "0.6.3-develop.3771.1.1788990f9e",
248
+ "@open-mercato/ui": "0.6.3-develop.3771.1.1788990f9e",
248
249
  "react": "^19.0.0",
249
250
  "react-dom": "^19.0.0"
250
251
  },
251
252
  "devDependencies": {
252
- "@open-mercato/ai-assistant": "0.6.3-develop.3766.1.33102bfc91",
253
- "@open-mercato/shared": "0.6.3-develop.3766.1.33102bfc91",
254
- "@open-mercato/ui": "0.6.3-develop.3766.1.33102bfc91",
253
+ "@open-mercato/ai-assistant": "0.6.3-develop.3771.1.1788990f9e",
254
+ "@open-mercato/shared": "0.6.3-develop.3771.1.1788990f9e",
255
+ "@open-mercato/ui": "0.6.3-develop.3771.1.1788990f9e",
255
256
  "@testing-library/dom": "^10.4.1",
256
257
  "@testing-library/jest-dom": "^6.9.1",
257
258
  "@testing-library/react": "^16.3.1",
258
259
  "@types/chance": "^1.1.8",
259
260
  "@types/html-to-text": "^9.0.4",
260
261
  "@types/jest": "^30.0.0",
261
- "@types/react": "^19.2.14",
262
+ "@types/react": "^19.2.15",
262
263
  "@types/react-dom": "^19.2.3",
263
264
  "@types/semver": "^7.5.8",
264
265
  "chance": "^1.1.13",
@@ -266,7 +267,7 @@
266
267
  "jest-environment-jsdom": "^30.4.1",
267
268
  "react": "19.2.6",
268
269
  "react-dom": "19.2.6",
269
- "ts-jest": "^29.4.9"
270
+ "ts-jest": "^29.4.11"
270
271
  },
271
272
  "publishConfig": {
272
273
  "access": "public"