@cyberismo/backend 0.0.10 → 0.0.11

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.
@@ -1429,7 +1429,7 @@ SOFTWARE.
1429
1429
  ---
1430
1430
 
1431
1431
  Name: @cyberismo/data-handler
1432
- Version: 0.0.10
1432
+ Version: 0.0.11
1433
1433
  License: AGPL-3.0
1434
1434
  Private: false
1435
1435
  Description: Command handler for cards and web service
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cyberismo/backend",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "Express backend for Cyberismo",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [],
@@ -14,7 +14,7 @@
14
14
  "hono": "^4.7.5",
15
15
  "mime-types": "^3.0.1",
16
16
  "zod": "^4.0.17",
17
- "@cyberismo/data-handler": "0.0.10"
17
+ "@cyberismo/data-handler": "0.0.11"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@types/mime-types": "^3.0.0",