@homekynd/hk-embed-sdk 0.0.0 → 0.0.3
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/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img width="160" height="160" alt="package-logo" src="https://
|
|
2
|
+
<img width="160" height="160" alt="package-logo" src="https://storage.googleapis.com/hk-prod-main/hk-sdk-logo.png" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
<h1 align="center">HKEmbed SDK</h1>
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
Contact your Homekynd representative to get access credentials, then install via npm:
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
|
-
npm install @homekynd/hk-embed-sdk
|
|
16
|
+
npm install @homekynd/hk-embed-sdk
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
> [!IMPORTANT]
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homekynd/hk-embed-sdk",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.3",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
7
7
|
"module": "dist/index.js",
|
|
@@ -57,4 +57,4 @@
|
|
|
57
57
|
"typescript-eslint": "^8.39.1",
|
|
58
58
|
"vite": "^7.1.2"
|
|
59
59
|
}
|
|
60
|
-
}
|
|
60
|
+
}
|