@chaos-overlords/bug-reports 0.8.0 → 0.8.1

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 +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chaos-overlords/bug-reports",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Bug report intake: its own Drizzle schema, migration lineage and database, plus the blob store the compressed match journals are kept in. Deliberately shares nothing with the multiplayer storage.",
5
5
  "keywords": [
6
6
  "chaos-overlords",
@@ -54,8 +54,8 @@
54
54
  "provenance": true
55
55
  },
56
56
  "dependencies": {
57
- "@chaos-overlords/contracts": "0.8.0",
58
- "@chaos-overlords/kernel": "0.8.0",
57
+ "@chaos-overlords/contracts": "0.8.1",
58
+ "@chaos-overlords/kernel": "0.8.1",
59
59
  "drizzle-orm": "^0.45.2"
60
60
  },
61
61
  "devDependencies": {