bun-memory 1.1.3 → 1.1.4

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -24,6 +24,8 @@ bun add bun-memory
24
24
 
25
25
  ## Usage
26
26
 
27
+ See [example/trigger-bot.ts](example/trigger-bot.ts) for a real-world example.
28
+
27
29
  ### Basic Example
28
30
 
29
31
  ```ts
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "url": "git://github.com/obscuritysrl/bun-memory.git"
23
23
  },
24
24
  "type": "module",
25
- "version": "1.1.3",
25
+ "version": "1.1.4",
26
26
  "main": "./index.ts",
27
27
  "keywords": [
28
28
  "bun",