@letscooee/web-sdk 0.1.6 → 0.2.1

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/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.2.1
4
+
5
+ 1. Fix: Handle "null" or "undefined" string in App ID.
6
+
7
+ ## 0.2.0
8
+
9
+ ### Features
10
+
11
+ 1. Edge spacing for in-apps.
12
+
3
13
  ## 0.1.6
4
14
 
5
15
  ### Fixes
package/README.md CHANGED
@@ -1,6 +1,9 @@
1
1
  # Cooee Web SDK
2
2
 
3
3
  [![GitHub version](https://badge.fury.io/gh/letscooee%2Fcooee-web-sdk.svg)](https://badge.fury.io/gh/letscooee%2Fcooee-web-sdk)
4
+ ![NPM](https://img.shields.io/npm/l/@letscooee/web-sdk)
5
+ ![Snyk Vulnerabilities for npm package](https://img.shields.io/snyk/vulnerabilities/npm/@letscooee/web-sdk)
6
+ ![jsDelivr hits (npm)](https://img.shields.io/jsdelivr/npm/hm/@letscooee/web-sdk)
4
7
 
5
8
  ## 👋 What is Cooee?
6
9
 
@@ -11,4 +14,4 @@ level.
11
14
 
12
15
  ## Installation & Uses
13
16
 
14
- For detailed installation & uses, Refer [Web](https://docs.letscooee.com/developers/web/quickstart) documentation.
17
+ For detailed installation & uses, Refer [Web](https://docs.letscooee.com/developers/website/get-started) documentation.