veryfront 0.1.678 → 0.1.679

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/esm/deno.js CHANGED
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  "name": "veryfront",
3
- "version": "0.1.678",
3
+ "version": "0.1.679",
4
4
  "license": "Apache-2.0",
5
5
  "nodeModulesDir": "auto",
6
6
  "workspace": [
@@ -5351,7 +5351,7 @@ export const connectors = [
5351
5351
  "provider": "hubspot",
5352
5352
  "authorizationUrl": "https://app.hubspot.com/oauth/authorize",
5353
5353
  "tokenUrl": "https://api.hubapi.com/oauth/v1/token",
5354
- "scopes": ["crm.objects.contacts.read", "crm.objects.contacts.write"],
5354
+ "scopes": ["oauth", "crm.objects.contacts.read"],
5355
5355
  "optionalScopes": ["crm.objects.leads.read", "crm.objects.leads.write"],
5356
5356
  "tokenAuthMethod": "request_body",
5357
5357
  "supportsRefreshToken": true,
@@ -115,8 +115,8 @@ export const hubspotConfig = {
115
115
  clientSecretEnvVar: "HUBSPOT_CLIENT_SECRET",
116
116
  apiBaseUrl: "https://api.hubapi.com",
117
117
  defaultScopes: [
118
+ "oauth",
118
119
  "crm.objects.contacts.read",
119
- "crm.objects.contacts.write",
120
120
  ],
121
121
  };
122
122
  /** Configuration used by salesforce. */
@@ -1,3 +1,3 @@
1
1
  /** Shared version value. */
2
- export declare const VERSION = "0.1.678";
2
+ export declare const VERSION = "0.1.679";
3
3
  //# sourceMappingURL=version-constant.d.ts.map
@@ -1,4 +1,4 @@
1
1
  // Keep in sync with deno.json version.
2
2
  // scripts/release.ts updates this constant during releases.
3
3
  /** Shared version value. */
4
- export const VERSION = "0.1.678";
4
+ export const VERSION = "0.1.679";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "veryfront",
3
- "version": "0.1.678",
3
+ "version": "0.1.679",
4
4
  "description": "The simplest way to build AI-powered apps",
5
5
  "keywords": [
6
6
  "react",