@kumbify/sdk 1.1.5 → 1.1.6

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
@@ -177,7 +177,7 @@ const oauthClient = new OAuth2Client({
177
177
  },
178
178
  scopes: {
179
179
  account: ["profile", "subscription.read"],
180
- services: ["gmail.send.email"],
180
+ service: ["gmail.send.email"],
181
181
  },
182
182
  api: {
183
183
  lang: "pt",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumbify/sdk",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "description": "Oficial Kumbify SDK to integrate our services in your applications",
5
5
  "homepage": "https://github.com/kumbify-oficial/kumbi-sdk#readme",
6
6
  "bugs": {