@open-mercato/core 0.5.1-develop.3045.b4b3320cc2 → 0.6.1-canary.3052.cd0a032220

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": "@open-mercato/core",
3
- "version": "0.5.1-develop.3045.b4b3320cc2",
3
+ "version": "0.6.1-canary.3052.cd0a032220",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -237,12 +237,12 @@
237
237
  "ts-pattern": "^5.0.0"
238
238
  },
239
239
  "peerDependencies": {
240
- "@open-mercato/ai-assistant": "0.5.1-develop.3045.b4b3320cc2",
241
- "@open-mercato/shared": "0.5.1-develop.3045.b4b3320cc2"
240
+ "@open-mercato/ai-assistant": "0.6.1-canary.3052.cd0a032220",
241
+ "@open-mercato/shared": "0.6.1-canary.3052.cd0a032220"
242
242
  },
243
243
  "devDependencies": {
244
- "@open-mercato/ai-assistant": "0.5.1-develop.3045.b4b3320cc2",
245
- "@open-mercato/shared": "0.5.1-develop.3045.b4b3320cc2",
244
+ "@open-mercato/ai-assistant": "0.6.1-canary.3052.cd0a032220",
245
+ "@open-mercato/shared": "0.6.1-canary.3052.cd0a032220",
246
246
  "@testing-library/dom": "^10.4.1",
247
247
  "@testing-library/jest-dom": "^6.9.1",
248
248
  "@testing-library/react": "^16.3.1",
@@ -263,5 +263,5 @@
263
263
  "url": "https://github.com/open-mercato/open-mercato",
264
264
  "directory": "packages/core"
265
265
  },
266
- "stableVersion": "0.5.0"
266
+ "stableVersion": "0.6.0"
267
267
  }