@eka-care/abha 0.1.87 → 0.1.89
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.
- package/README.md +2 -2
- package/dist/sdk/abha/js/abha.js +22 -47
- package/package.json +4 -2
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
33
33
|
<!-- Include ABHA SDK CSS -->
|
|
34
34
|
<link
|
|
35
35
|
rel="stylesheet"
|
|
36
|
-
href="https://unpkg.com/@eka-care/abha
|
|
36
|
+
href="https://unpkg.com/@eka-care/abha/dist/sdk/abha/css/abha.css"
|
|
37
37
|
/>
|
|
38
38
|
</head>
|
|
39
39
|
<body>
|
|
@@ -48,7 +48,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
48
48
|
<!-- Include ABHA SDK JS -->
|
|
49
49
|
<script
|
|
50
50
|
type="module"
|
|
51
|
-
src="https://unpkg.com/@eka-care/abha
|
|
51
|
+
src="https://unpkg.com/@eka-care/abha/dist/sdk/abha/js/abha.js"
|
|
52
52
|
></script>
|
|
53
53
|
|
|
54
54
|
<script>
|