@zerobounce/zero-bounce-sdk 1.1.0 → 1.1.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/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  [ZeroBounce](https://www.zerobounce.net>) JavaScript API v2
2
2
 
3
+ ## WE DO NOT RECOMMEND USING THIS SDK ON A FRONT-END ENVIRONMENT AS THE API KEY WILL BE VISIBLE
4
+
3
5
  This is a JavaScript wrapper class for the ZeroBounce API v2.
4
6
 
5
7
  ## INSTALLATION
package/documentation.md CHANGED
@@ -1,3 +1,6 @@
1
+
2
+ WE DO NOT RECOMMEND USING THIS SDK ON A FRONT-END ENVIRONMENT AS THE API KEY WILL BE VISIBLE
3
+
1
4
  #### INSTALLATION
2
5
 
3
6
  ```bash
@@ -1,7 +1,10 @@
1
+
2
+ NO RECOMENDAMOS USAR ESTE KIT DE DESARROLLO EN UN ENTORNO DE FRONT-END, YA QUE LA CLAVE DE API SERÁ VISIBLE.
3
+
1
4
  #### INSTALACIÓN
2
5
 
3
6
  ```bash
4
- npm install zero-bounce-sdk
7
+ npm install @zerobounce/zero-bounce-sdk
5
8
  ```
6
9
 
7
10
  #### USO
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zerobounce/zero-bounce-sdk",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "This SDK contains methods for interacting easily with ZeroBounce API. More information about ZeroBounce you can find in the official documentation.",
5
5
  "main": "dist/zeroBounceSDK.js",
6
6
  "scripts": {