Skip to content

Commit 9b74aa1

Browse files
committed
chore: bump version to 3.7.2 and update @squarecloud/api-types dependency to ^0.4.0
1 parent 737425e commit 9b74aa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@squarecloud/api",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "A NodeJS wrapper for Square Cloud API",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
@@ -17,7 +17,7 @@
1717
"node": ">=18.0.0"
1818
},
1919
"dependencies": {
20-
"@squarecloud/api-types": "^0.3.4",
20+
"@squarecloud/api-types": "^0.4.0",
2121
"form-data": "^4.0.1",
2222
"zod": "^3.23.8"
2323
},

0 commit comments

Comments
 (0)