File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # 6.5.1
2+
3+ ### Fixes
4+
5+ - [ #159 ] ( https://github.com/okta/okta-angular/pull/159 ) fix: adjusts default exports to umd bundle to fix CJS module resolution
6+
17# 6.5.0
28
39### Fixes
Original file line number Diff line number Diff line change 11{
22 "name" : " @okta/okta-angular" ,
3- "version" : " 6.5.0 " ,
3+ "version" : " 6.5.1 " ,
44 "description" : " Angular support for Okta" ,
55 "repository" : " https://github.com/okta/okta-angular" ,
66 "homepage" : " https://github.com/okta/okta-angular" ,
1616 "." : {
1717 "es2015" : " ./fesm2015/okta-okta-angular.js" ,
1818 "esm2015" : " ./esm2015/okta-okta-angular.js" ,
19+ "fesm2015" : " ./fesm2015/okta-okta-angular.js" ,
1920 "node" : " ./fesm2015/okta-okta-angular.js" ,
20- "default" : " ./fesm2015 /okta-okta-angular.js" ,
21+ "default" : " ./bundles /okta-okta-angular.umd .js" ,
2122 "types" : " ./okta-okta-angular.d.ts"
2223 },
2324 "./package.json" : {
You can’t perform that action at this time.
0 commit comments