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 718d34c commit 0edf554Copy full SHA for 0edf554
.changeset/bright-turkeys-sparkle.md
@@ -0,0 +1,5 @@
1
+---
2
+'@labdigital/dataloader-cache-wrapper': patch
3
4
+
5
+Fix release artifact
package.json
@@ -8,14 +8,14 @@
8
},
9
"description": "Wrapper around dataloader to cache the results of the loader",
10
"keywords": [],
11
- "main": "dist/index.js",
12
- "module": "dist/index.mjs",
+ "main": "dist/index.cjs",
+ "module": "dist/index.js",
13
"typings": "dist/index.d.ts",
14
"type": "module",
15
"exports": {
16
".": {
17
- "require": "./dist/index.js",
18
- "import": "./dist/index.mjs",
+ "require": "./dist/index.cjs",
+ "import": "./dist/index.js",
19
"types": "./dist/index.d.ts"
20
}
21
0 commit comments