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 18cd6f5 commit cde2c36Copy full SHA for cde2c36
.changeset/violet-cows-fail.md
@@ -0,0 +1,5 @@
1
+---
2
+"@labdigital/bluestonepim-sdk": patch
3
4
+
5
+Fixed exports in package.json
package.json
@@ -18,13 +18,6 @@
18
"main": "./dist/index.cjs",
19
"module": "./dist/index.js",
20
"types": "./dist/index.d.ts",
21
- "exports": {
22
- ".": {
23
- "import": "./dist/index.js",
24
- "require": "./dist/index.cjs",
25
- "types": "./dist/index.d.ts"
26
- }
27
- },
28
"scripts": {
29
"build": "tsup",
30
"check": "pnpm lint",
0 commit comments