@eka-care/medassist-widget-embed 0.2.44 → 0.2.45

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.
@@ -14,7 +14,7 @@
14
14
  <link
15
15
  rel="preload"
16
16
  as="script"
17
- href="https://unpkg.com/@eka-care/medassist-widget@0.1.63/dist/medassist-widget.js"
17
+ href="https://unpkg.com/@eka-care/medassist-widget@0.1.64/dist/medassist-widget.js"
18
18
  fetchpriority="high"
19
19
  crossorigin
20
20
  />
@@ -23,14 +23,14 @@
23
23
  <link
24
24
  rel="preload"
25
25
  as="style"
26
- href="https://unpkg.com/@eka-care/medassist-widget@0.1.63/dist/medassist-widget.css"
26
+ href="https://unpkg.com/@eka-care/medassist-widget@0.1.64/dist/medassist-widget.css"
27
27
  onload="this.rel='stylesheet'"
28
28
  crossorigin
29
29
  />
30
30
  <noscript>
31
31
  <link
32
32
  rel="stylesheet"
33
- href="https://unpkg.com/@eka-care/medassist-widget@0.1.63/dist/medassist-widget.css"
33
+ href="https://unpkg.com/@eka-care/medassist-widget@0.1.64/dist/medassist-widget.css"
34
34
  />
35
35
  </noscript>
36
36
 
@@ -62,7 +62,7 @@
62
62
 
63
63
  <!-- Production: served from unpkg. For local dev swap with: <script src="./src/medassist-widget.js" onload="init()" async></script> -->
64
64
  <script
65
- src="https://unpkg.com/@eka-care/medassist-widget@0.1.63/dist/medassist-widget.js"
65
+ src="https://unpkg.com/@eka-care/medassist-widget@0.1.64/dist/medassist-widget.js"
66
66
  onload="init()"
67
67
  fetchpriority="high"
68
68
  crossorigin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/medassist-widget-embed",
3
- "version": "0.2.44",
3
+ "version": "0.2.45",
4
4
  "description": "Embeddable MedAssist widget loader built with Web Components.",
5
5
  "author": "Geethanjali S",
6
6
  "license": "MIT",