@botbotgo/runtime 1.0.0 → 1.0.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.
@@ -15,6 +15,8 @@ concurrency:
15
15
 
16
16
  permissions:
17
17
  contents: write
18
+ issues: write
19
+ pull-requests: write
18
20
 
19
21
  jobs:
20
22
  release:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@botbotgo/runtime",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Runtime service and YAML config loader for deepagents-based agent apps",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",