@cyberismo/backend 0.0.7 → 0.0.8

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.
@@ -210,7 +210,7 @@ SOFTWARE.
210
210
  ---
211
211
 
212
212
  Name: @cyberismo/data-handler
213
- Version: 0.0.7
213
+ Version: 0.0.8
214
214
  License: AGPL-3.0
215
215
  Private: false
216
216
  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.7",
3
+ "version": "0.0.8",
4
4
  "description": "Express backend for Cyberismo",
5
5
  "main": "dist/index.js",
6
6
  "keywords": [],
@@ -12,7 +12,7 @@
12
12
  "dotenv": "^16.5.0",
13
13
  "hono": "^4.7.5",
14
14
  "mime-types": "^3.0.1",
15
- "@cyberismo/data-handler": "0.0.7"
15
+ "@cyberismo/data-handler": "0.0.8"
16
16
  },
17
17
  "devDependencies": {
18
18
  "@types/mime-types": "^3.0.0",