@fedify/botkit-sqlite 0.5.0-dev.205 → 0.5.0-dev.208

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 (2) hide show
  1. package/README.md +2 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -106,6 +106,7 @@ Features
106
106
  - Follower and following relationship management
107
107
  - Poll voting system
108
108
 
109
- - **Resource management**: Implements `Disposable` interface for proper cleanup
109
+ - **Resource management**: Implements `Disposable` interface for proper
110
+ cleanup
110
111
 
111
112
  <!-- cSpell: ignore mybot -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/botkit-sqlite",
3
- "version": "0.5.0-dev.205",
3
+ "version": "0.5.0-dev.208",
4
4
  "description": "SQLite-based repository for BotKit",
5
5
  "license": "AGPL-3.0-only",
6
6
  "author": {
@@ -43,11 +43,11 @@
43
43
  "README.md"
44
44
  ],
45
45
  "peerDependencies": {
46
- "@fedify/botkit": "0.5.0-dev.205+aa40e37b"
46
+ "@fedify/botkit": "0.5.0-dev.208+c3e61ab5"
47
47
  },
48
48
  "dependencies": {
49
- "@fedify/fedify": "2.1.14",
50
- "@fedify/vocab": "2.1.14",
49
+ "@fedify/fedify": "~2.1.15",
50
+ "@fedify/vocab": "~2.1.15",
51
51
  "@js-temporal/polyfill": "^0.5.1",
52
52
  "@logtape/logtape": "^1.3.5"
53
53
  },