@a5c-ai/channels-adapter 6.0.2 → 6.0.3-staging.00bdadd67cf1
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.
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@a5c-ai/channels-adapter",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.3-staging.00bdadd67cf1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "MCP-server mini-framework turning GitHub/Jira backends into Claude Code channels via declarative YAML: polling, dedup, declarative filters, opaque HMAC reply relay, and per-event session spawning via @a5c-ai/adapters.",
|
|
@@ -53,9 +53,9 @@
|
|
|
53
53
|
"prepublishOnly": "npm run build"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@a5c-ai/adapters": "6.0.
|
|
57
|
-
"@a5c-ai/triggers-adapter": "6.0.
|
|
58
|
-
"@a5c-ai/atlas": "6.0.
|
|
56
|
+
"@a5c-ai/adapters": "6.0.3-staging.00bdadd67cf1",
|
|
57
|
+
"@a5c-ai/triggers-adapter": "6.0.3-staging.00bdadd67cf1",
|
|
58
|
+
"@a5c-ai/atlas": "6.0.3-staging.00bdadd67cf1",
|
|
59
59
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
60
60
|
"js-yaml": "^4.2.0",
|
|
61
61
|
"zod": "^4.4.3"
|