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.
2 parents 0c045b5 + 3d3af92 commit 5dbbff9Copy full SHA for 5dbbff9
.changeset/clean-rocks-compete.md
@@ -0,0 +1,5 @@
1
+---
2
+'@asgardeo/js': patch
3
4
+
5
+Add support to esm in core package
packages/core/package.json
@@ -2,7 +2,7 @@
"name": "@asgardeo/js",
"version": "0.1.2",
"description": "Framework agnostic JS for Asgardeo or Identity Server",
- "main": "dist/cjs/index.js",
+ "main": "dist/esm/index.js",
6
"module": "dist/esm/index.js",
7
"umd": "dist/umd/index.js",
8
"types": "dist/index.d.ts",
0 commit comments