sonic-widget 2.9.7 → 2.9.9

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 (3) hide show
  1. package/README.md +4 -4
  2. package/dist/index.js +2134 -2133
  3. package/package.json +3 -6
package/README.md CHANGED
@@ -12,7 +12,7 @@
12
12
  Use this script tag to get access to the widget:
13
13
 
14
14
  ```html
15
- <script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.9.7/dist/index.min.js"></script>
15
+ <script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.9.9/dist/index.min.js"></script>
16
16
  ```
17
17
 
18
18
  or
@@ -39,7 +39,7 @@ and adding path in `angular.json`
39
39
  2. Use this script tag to get access to the widget at initial html page:
40
40
 
41
41
  ```html
42
- <script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.9.7/dist/index.min.js"></script>
42
+ <script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.9.9/dist/index.min.js"></script>
43
43
  ```
44
44
 
45
45
  or
@@ -82,7 +82,7 @@ ngOnInit(): void {
82
82
  objectModelUrl: string, // the object model url of the object recognition process
83
83
  ipInfoKey: string, // the ip info key
84
84
  googleMapKey: string, // the google map key
85
- googleCaptchaKey: string, // the google reCAPTCHA site key for production
85
+ googleCaptchaKey: string, // the google reCAPTCHA site key
86
86
  passphrase: string, // the encryption key
87
87
  showPage: boolean, // used to show the page or not
88
88
  speedCheckURL: string, // public URL of the internet speed check
@@ -238,7 +238,7 @@ it can be added in `angular.json` by installing the npm package
238
238
  4. Add a Script tag to the head tag or body tag. And use the latest version.
239
239
 
240
240
  ```html
241
- <script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.9.7/dist/index.min.js"></script>
241
+ <script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.9.9/dist/index.min.js"></script>
242
242
  ```
243
243
 
244
244
  5. Next, add the script tag at a necessary place. But add below the widget script.