@keystrokehq/spotify 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 +6 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/spotify",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"private": false,
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -144,15 +144,18 @@
|
|
|
144
144
|
"LICENSE"
|
|
145
145
|
],
|
|
146
146
|
"dependencies": {
|
|
147
|
-
"@keystrokehq/
|
|
148
|
-
"@keystrokehq/integration-authoring": "^0.0.4",
|
|
147
|
+
"@keystrokehq/integration-authoring": "^0.0.5",
|
|
149
148
|
"zod": "^4.3.6"
|
|
150
149
|
},
|
|
150
|
+
"peerDependencies": {
|
|
151
|
+
"@keystrokehq/core": ">=0.0.7 <0.1.0"
|
|
152
|
+
},
|
|
151
153
|
"devDependencies": {
|
|
152
154
|
"@types/node": "^22.19.11",
|
|
153
155
|
"tsdown": "^0.20.3",
|
|
154
156
|
"typescript": "^5.9.3",
|
|
155
157
|
"vitest": "^4.0.18",
|
|
158
|
+
"@keystrokehq/core": "^0.0.7",
|
|
156
159
|
"@keystrokehq/test-utils": "0.0.0",
|
|
157
160
|
"@keystrokehq/typescript-config": "0.0.0"
|
|
158
161
|
},
|