@keystrokehq/sentry 0.0.4 → 0.0.5
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 +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/sentry",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -136,16 +136,19 @@
|
|
|
136
136
|
"LICENSE"
|
|
137
137
|
],
|
|
138
138
|
"dependencies": {
|
|
139
|
-
"@keystrokehq/
|
|
140
|
-
"@keystrokehq/
|
|
141
|
-
"@keystrokehq/integration-authoring": "^0.0.4",
|
|
139
|
+
"@keystrokehq/credential-connection": "^0.0.4",
|
|
140
|
+
"@keystrokehq/integration-authoring": "^0.0.5",
|
|
142
141
|
"zod": "^4.3.6"
|
|
143
142
|
},
|
|
143
|
+
"peerDependencies": {
|
|
144
|
+
"@keystrokehq/core": ">=0.0.7 <0.1.0"
|
|
145
|
+
},
|
|
144
146
|
"devDependencies": {
|
|
145
147
|
"@types/node": "^22.19.11",
|
|
146
148
|
"tsdown": "^0.20.3",
|
|
147
149
|
"typescript": "^5.9.3",
|
|
148
150
|
"vitest": "^4.0.18",
|
|
151
|
+
"@keystrokehq/core": "^0.0.7",
|
|
149
152
|
"@keystrokehq/test-utils": "0.0.0",
|
|
150
153
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
151
154
|
},
|