@homekynd/hk-embed-sdk 0.0.2 → 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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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 #TODO: Update with the correct command after the deployment flow is ready
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.2",
4
+ "version": "0.0.3",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.js",