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