@asgardeo/auth-spa 0.4.9 → 0.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (39) hide show
  1. package/README.md +1 -1
  2. package/dist/asgardeo-spa.production.esm.js +9 -9
  3. package/dist/asgardeo-spa.production.esm.js.map +1 -1
  4. package/dist/asgardeo-spa.production.js +4 -4
  5. package/dist/asgardeo-spa.production.js.map +1 -1
  6. package/dist/asgardeo-spa.production.min.js +1 -1
  7. package/dist/asgardeo-spa.production.min.js.map +1 -1
  8. package/dist/polyfilled/asgardeo-spa.production.esm.js +10 -10
  9. package/dist/polyfilled/asgardeo-spa.production.esm.js.map +1 -1
  10. package/dist/polyfilled/asgardeo-spa.production.js +38 -38
  11. package/dist/polyfilled/asgardeo-spa.production.js.map +1 -1
  12. package/dist/polyfilled/asgardeo-spa.production.min.js +1 -1
  13. package/dist/polyfilled/asgardeo-spa.production.min.js.map +1 -1
  14. package/dist/src/client.d.ts.map +1 -1
  15. package/dist/src/client.js +1 -0
  16. package/dist/src/client.js.map +1 -1
  17. package/dist/src/clients/main-thread-client.d.ts.map +1 -1
  18. package/dist/src/clients/main-thread-client.js +1 -9
  19. package/dist/src/clients/main-thread-client.js.map +1 -1
  20. package/dist/src/helpers/authentication-helper.d.ts +1 -0
  21. package/dist/src/helpers/authentication-helper.d.ts.map +1 -1
  22. package/dist/src/helpers/authentication-helper.js +13 -0
  23. package/dist/src/helpers/authentication-helper.js.map +1 -1
  24. package/dist/src/helpers/spa-helper.d.ts.map +1 -1
  25. package/dist/src/helpers/spa-helper.js +14 -9
  26. package/dist/src/helpers/spa-helper.js.map +1 -1
  27. package/dist/src/models/client-config.d.ts +1 -0
  28. package/dist/src/models/client-config.d.ts.map +1 -1
  29. package/dist/src/worker/worker-core.d.ts.map +1 -1
  30. package/dist/src/worker/worker-core.js +1 -9
  31. package/dist/src/worker/worker-core.js.map +1 -1
  32. package/dist/tsconfig.tsbuildinfo +1 -1
  33. package/package.json +1 -1
  34. package/src/client.ts +1 -0
  35. package/src/clients/main-thread-client.ts +1 -15
  36. package/src/helpers/authentication-helper.ts +17 -0
  37. package/src/helpers/spa-helper.ts +15 -10
  38. package/src/models/client-config.ts +1 -0
  39. package/src/worker/worker-core.ts +1 -14
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ![Builder](https://github.com/asgardeo/asgardeo-auth-spa-sdk/workflows/Builder/badge.svg)
4
4
  [![Stackoverflow](https://img.shields.io/badge/Ask%20for%20help%20on-Stackoverflow-orange)](https://stackoverflow.com/questions/tagged/asgardeo)
5
- [![Join the chat at https://join.slack.com/t/wso2is/shared_invite/enQtNzk0MTI1OTg5NjM1LTllODZiMTYzMmY0YzljYjdhZGExZWVkZDUxOWVjZDJkZGIzNTE1NDllYWFhM2MyOGFjMDlkYzJjODJhOWQ4YjE](https://img.shields.io/badge/Join%20us%20on-Slack-%23e01563.svg)](https://join.slack.com/t/wso2is/shared_invite/enQtNzk0MTI1OTg5NjM1LTllODZiMTYzMmY0YzljYjdhZGExZWVkZDUxOWVjZDJkZGIzNTE1NDllYWFhM2MyOGFjMDlkYzJjODJhOWQ4YjE)
5
+ [![Discord](https://img.shields.io/badge/Join%20us%20on-Discord-%23e01563.svg)](https://discord.gg/wso2)
6
6
  [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/asgardeo/asgardeo-auth-spa-sdk/blob/main/LICENSE)
7
7
  [![Twitter](https://img.shields.io/twitter/follow/wso2.svg?style=social&label=Follow)](https://twitter.com/intent/follow?screen_name=asgardeo)
8
8