@open-mercato/shared 0.6.6-develop.6257.1.6d0af84d26 → 0.6.6-develop.6286.1.d985c5c374

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.6.6-develop.6257.1.6d0af84d26";
1
+ const APP_VERSION = "0.6.6-develop.6286.1.d985c5c374";
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.6.6-develop.6257.1.6d0af84d26'\nexport const appVersion = APP_VERSION\n"],
4
+ "sourcesContent": ["// Build-time generated version\nexport const APP_VERSION = '0.6.6-develop.6286.1.d985c5c374'\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.6.6-develop.6257.1.6d0af84d26",
3
+ "version": "0.6.6-develop.6286.1.d985c5c374",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -93,7 +93,7 @@
93
93
  "@mikro-orm/core": "^7.1.4",
94
94
  "@mikro-orm/decorators": "^7.1.4",
95
95
  "@mikro-orm/postgresql": "^7.1.4",
96
- "@open-mercato/cache": "0.6.6-develop.6257.1.6d0af84d26",
96
+ "@open-mercato/cache": "0.6.6-develop.6286.1.d985c5c374",
97
97
  "dotenv": "^17.4.2",
98
98
  "rate-limiter-flexible": "^11.2.0",
99
99
  "re2js": "2.8.3",
@@ -105,7 +105,8 @@
105
105
  "@types/jest": "^30.0.0",
106
106
  "@types/sanitize-html": "^2.16.1",
107
107
  "jest": "^30.4.2",
108
- "ts-jest": "^29.4.11"
108
+ "ts-jest": "^29.4.11",
109
+ "typescript": "^6.0.3"
109
110
  },
110
111
  "publishConfig": {
111
112
  "access": "public"