@open-mercato/shared 0.5.1-develop.3045.b4b3320cc2 → 0.6.1-canary.3050.00757f52d1

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.
@@ -1,4 +1,4 @@
1
- const APP_VERSION = "0.5.1-develop.3045.b4b3320cc2";
1
+ const APP_VERSION = "0.6.1-canary.3050.00757f52d1";
2
2
  const appVersion = APP_VERSION;
3
3
  export {
4
4
  APP_VERSION,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/lib/version.ts"],
4
- "sourcesContent": ["// Build-time generated version\nexport const APP_VERSION = '0.5.1-develop.3045.b4b3320cc2'\nexport const appVersion = APP_VERSION\n"],
4
+ "sourcesContent": ["// Build-time generated version\nexport const APP_VERSION = '0.6.1-canary.3050.00757f52d1'\nexport const appVersion = APP_VERSION\n"],
5
5
  "mappings": "AACO,MAAM,cAAc;AACpB,MAAM,aAAa;",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-mercato/shared",
3
- "version": "0.5.1-develop.3045.b4b3320cc2",
3
+ "version": "0.6.1-canary.3050.00757f52d1",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
@@ -92,7 +92,7 @@
92
92
  "@mikro-orm/core": "^7.0.13",
93
93
  "@mikro-orm/decorators": "^7.0.13",
94
94
  "@mikro-orm/postgresql": "^7.0.13",
95
- "@open-mercato/cache": "0.5.1-develop.3045.b4b3320cc2",
95
+ "@open-mercato/cache": "0.6.1-canary.3050.00757f52d1",
96
96
  "dotenv": "^17.4.2",
97
97
  "rate-limiter-flexible": "^11.0.1",
98
98
  "reflect-metadata": "^0.2.2",
@@ -113,5 +113,5 @@
113
113
  "url": "https://github.com/open-mercato/open-mercato",
114
114
  "directory": "packages/shared"
115
115
  },
116
- "stableVersion": "0.5.0"
116
+ "stableVersion": "0.6.0"
117
117
  }