@burtson-labs/agent-adapters-github 1.0.5 → 1.0.6

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,7 +1,7 @@
1
1
  <div align="center">
2
2
  <a href="https://burtson.ai">
3
3
  <picture>
4
- <img src="https://cdn.burtson.ai/logos/bandit-stealth.png" alt="Bandit Stealth" width="150" style="width: 150px !important; max-width: 150px !important; height: auto; display: inline-block;" />
4
+ <img src="https://cdn.burtson.ai/logos/burtson-labs-logo.png" alt="Burtson Labs" width="200" style="width: 200px !important; max-width: 200px !important; height: auto; display: inline-block;" />
5
5
  </picture>
6
6
  </a>
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burtson-labs/agent-adapters-github",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "description": "GitHub Actions adapter for the Bandit Agent Framework.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -18,7 +18,7 @@
18
18
  ],
19
19
  "license": "Apache-2.0",
20
20
  "dependencies": {
21
- "@burtson-labs/agent-core": "1.6.14"
21
+ "@burtson-labs/agent-core": "1.6.16"
22
22
  },
23
23
  "scripts": {
24
24
  "prebuild": "pnpm -C ../../.. --filter @burtson-labs/agent-core build",