bare-agent 0.41.0 → 0.41.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,7 +1,7 @@
1
1
  # bareagent — Integration Guide
2
2
 
3
3
  > For AI assistants and developers wiring bareagent into a project.
4
- > v0.41.0 | Node.js >= 18 | zero required deps (`bareguard >=0.9.0 <0.14.0` optional peer for governance) | Apache 2.0
4
+ > v0.41.1 | Node.js >= 18 | zero required deps (`bareguard >=0.9.0 <0.16.0` optional peer for governance) | Apache 2.0
5
5
  >
6
6
  > Full human guide with composition examples, design philosophy, and recipes: [Usage Guide](docs/archive/usage-guide.md)
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bare-agent",
3
- "version": "0.41.0",
3
+ "version": "0.41.1",
4
4
  "files": [
5
5
  "index.js",
6
6
  "index.d.ts",
@@ -80,7 +80,7 @@
80
80
  "cron-parser": "^4.9.0"
81
81
  },
82
82
  "peerDependencies": {
83
- "bareguard": ">=0.9.0 <0.14.0",
83
+ "bareguard": ">=0.9.0 <0.16.0",
84
84
  "better-sqlite3": ">=9.0.0"
85
85
  },
86
86
  "peerDependenciesMeta": {
@@ -101,7 +101,7 @@
101
101
  },
102
102
  "devDependencies": {
103
103
  "@types/node": "^22.19.19",
104
- "bareguard": ">=0.9.0 <0.14.0",
104
+ "bareguard": ">=0.9.0 <0.16.0",
105
105
  "litectx": "^0.26.0",
106
106
  "typescript": "^5.7.0"
107
107
  }