There was an error while loading. Please reload this page.
1 parent c3cb570 commit 193bc2eCopy full SHA for 193bc2e
2 files changed
package.json
@@ -6,8 +6,9 @@
6
"exports": {
7
".": {
8
"types": "./dist/types/index.d.ts",
9
- "import": "./dist/fsxa-api.es5.js",
10
- "require": "./dist/fsxa-api.cjs.js"
+ "import": "./dist/fsxa-api.esm.js",
+ "require": "./dist/fsxa-api.cjs.js",
11
+ "default": "./dist/fsxa-api.cjs.js"
12
}
13
},
14
"author": "Tobias Golbs <golbs@e-spirit.com>",
proxy/package.json
@@ -13,8 +13,9 @@
15
16
- "import": "./dist/fsxa-proxy-api.es5.js",
17
- "require": "./dist/fsxa-proxy-api.cjs.js"
+ "import": "./dist/fsxa-proxy-api.csm.js",
+ "require": "./dist/fsxa-proxy-api.cjs.js",
18
+ "default": "./dist/fsxa-proxy-api.cjs.js"
19
20
21
"scripts": {
0 commit comments