We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 316e81b commit e35f112Copy full SHA for e35f112
package.json
@@ -2,6 +2,7 @@
2
"name": "@squarecloud/api",
3
"version": "3.7.9",
4
"description": "A NodeJS wrapper for Square Cloud API",
5
+ "type": "module",
6
"main": "./lib/index.cjs",
7
"module": "./lib/index.js",
8
"types": "./lib/index.d.ts",
@@ -20,8 +21,7 @@
20
21
"files": [
22
"lib"
23
],
- "packageManager": "pnpm@10.11.1",
24
- "type": "module",
+ "packageManager": "pnpm@10.17.0",
25
"scripts": {
26
"release": "pnpm build && changeset publish",
27
"build": "tsup ./src",
0 commit comments