@eka-care/abha-stg 0.1.37 → 0.1.38

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 (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -36,7 +36,7 @@ Add the following HTML and script tags to your webpage:
36
36
  <!-- Include ABHA SDK CSS -->
37
37
  <link
38
38
  rel="stylesheet"
39
- href="https://unpkg.com/@eka-care/abha/dist/sdk/abha/css/abha.css"
39
+ href="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/css/abha.css"
40
40
  />
41
41
  </head>
42
42
  <body>
@@ -52,7 +52,7 @@ Add the following HTML and script tags to your webpage:
52
52
  <script
53
53
  type="module"
54
54
  async
55
- src="https://unpkg.com/@eka-care/abha/dist/sdk/abha/js/abha.js"
55
+ src="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/js/abha.js"
56
56
  ></script>
57
57
 
58
58
  <script>
@@ -276,7 +276,7 @@ Ensure your container has sufficient space:
276
276
  <title>ABHA SDK Complete Example</title>
277
277
  <link
278
278
  rel="stylesheet"
279
- href="https://unpkg.com/@eka-care/abha/dist/sdk/abha/css/abha.css"
279
+ href="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/css/abha.css"
280
280
  />
281
281
  </head>
282
282
  <body>
@@ -292,7 +292,7 @@ Ensure your container has sufficient space:
292
292
  <script
293
293
  type="module"
294
294
  async
295
- src="https://unpkg.com/@eka-care/abha/dist/sdk/abha/js/abha.js"
295
+ src="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/js/abha.js"
296
296
  ></script>
297
297
 
298
298
  <script>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eka-care/abha-stg",
3
- "version": "0.1.37",
3
+ "version": "0.1.38",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "dev": "VITE_APP_MODE=DEBUG vite",