@sweny-ai/providers 1.1.0 → 1.1.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.
Files changed (1) hide show
  1. package/package.json +16 -2
package/package.json CHANGED
@@ -1,8 +1,19 @@
1
1
  {
2
2
  "name": "@sweny-ai/providers",
3
- "version": "1.1.0",
4
- "description": "Shared provider interfaces and implementations for SWEny",
3
+ "version": "1.1.1",
4
+ "description": "Shared provider interfaces and implementations for SWEny — Datadog, Sentry, Linear, GitHub, Slack, and more",
5
5
  "type": "module",
6
+ "keywords": [
7
+ "observability",
8
+ "monitoring",
9
+ "datadog",
10
+ "sentry",
11
+ "linear",
12
+ "github",
13
+ "slack",
14
+ "devops",
15
+ "sweny"
16
+ ],
6
17
  "engines": {
7
18
  "node": ">=22.0.0"
8
19
  },
@@ -139,6 +150,9 @@
139
150
  },
140
151
  "license": "MIT",
141
152
  "homepage": "https://sweny.ai",
153
+ "bugs": {
154
+ "url": "https://github.com/swenyai/sweny/issues"
155
+ },
142
156
  "repository": {
143
157
  "type": "git",
144
158
  "url": "https://github.com/swenyai/sweny.git",