We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 09c8a59 + a892a68 commit 712d0baCopy full SHA for 712d0ba
.changeset/clever-plums-collect.md
@@ -0,0 +1,5 @@
1
+---
2
+"@cuppachino/openapi-fetch": patch
3
4
+
5
+fix: set default entry point to cjs output. Only affects targets that ignore the exports field in package.json.
package.json
@@ -12,7 +12,7 @@
12
"author": "Ajai Shankar",
13
"license": "MIT",
14
"type": "module",
15
- "main": "./dist/cjs/index.js",
+ "main": "./dist/cjs/index.cjs",
16
"module": "./dist/esm/index.js",
17
"exports": {
18
"types": "./dist/index.d.ts",
0 commit comments