@fedify/botkit-sqlite 0.4.0-dev.177 → 0.4.0-dev.179

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 +4 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,12 +11,12 @@ It provides a production-ready data storage solution using the built-in
11
11
  in-memory storage while maintaining compatibility with both [Deno] and [Node.js]
12
12
  environments.
13
13
 
14
- [JSR]: https://jsr.io/@fedify/botkit-sqlite
15
14
  [JSR badge]: https://jsr.io/badges/@fedify/botkit-sqlite
16
- [npm]: https://www.npmjs.com/package/@fedify/botkit-sqlite
15
+ [JSR]: https://jsr.io/@fedify/botkit-sqlite
17
16
  [npm badge]: https://img.shields.io/npm/v/@fedify/botkit-sqlite?logo=npm
18
- [GitHub Actions]: https://github.com/fedify-dev/botkit/actions/workflows/main.yaml
17
+ [npm]: https://www.npmjs.com/package/@fedify/botkit-sqlite
19
18
  [GitHub Actions badge]: https://github.com/fedify-dev/botkit/actions/workflows/main.yaml/badge.svg
19
+ [GitHub Actions]: https://github.com/fedify-dev/botkit/actions/workflows/main.yaml
20
20
  [SQLite]: https://sqlite.org/
21
21
  [BotKit]: https://botkit.fedify.dev/
22
22
  [Deno]: https://deno.land/
@@ -106,6 +106,6 @@ 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 cleanup
110
110
 
111
111
  <!-- cSpell: ignore mybot -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/botkit-sqlite",
3
- "version": "0.4.0-dev.177+617515f8",
3
+ "version": "0.4.0-dev.179+0aca5f0d",
4
4
  "description": "SQLite-based repository for BotKit",
5
5
  "license": "AGPL-3.0-only",
6
6
  "author": {
@@ -43,7 +43,7 @@
43
43
  "README.md"
44
44
  ],
45
45
  "peerDependencies": {
46
- "@fedify/botkit": "0.4.0-dev.177+617515f8"
46
+ "@fedify/botkit": "0.4.0-dev.179+0aca5f0d"
47
47
  },
48
48
  "dependencies": {
49
49
  "@fedify/fedify": "1.10.0",