@daemux/human-behavior 0.4.0 → 0.4.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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daemux/human-behavior",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Human-like response behavior simulation for messaging channels",
5
5
  "main": "src/index.ts"
6
6
  }
package/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@daemux/human-behavior",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Human-like response behavior simulation for messaging channels",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
8
- "files": ["dist", ".claude-plugin"],
8
+ "files": [
9
+ "dist",
10
+ ".claude-plugin"
11
+ ],
9
12
  "scripts": {
10
13
  "build": "tsc",
11
14
  "dev": "tsc --watch",
@@ -27,6 +30,10 @@
27
30
  "url": "https://github.com/daemux/daemux-plugins.git",
28
31
  "directory": "features/human-behavior"
29
32
  },
30
- "keywords": ["daemux", "human-behavior", "plugin"],
33
+ "keywords": [
34
+ "daemux",
35
+ "human-behavior",
36
+ "plugin"
37
+ ],
31
38
  "license": "MIT"
32
39
  }