@memberjunction/communication-gmail 4.3.1 → 5.0.0

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.
@@ -5,7 +5,7 @@ import { BaseCommunicationProvider, CreateDraftParams, CreateDraftResult, Forwar
5
5
  *
6
6
  * @remarks
7
7
  * **TEMPORARY INTERFACE**: This interface is part of the interim credential solution for 2.x patch release.
8
- * In MemberJunction 3.0, this will be integrated with the comprehensive credential management system.
8
+ * In a future release, this will be integrated with the comprehensive credential management system.
9
9
  */
10
10
  export interface GmailCredentials extends ProviderCredentialsBase {
11
11
  /** Google OAuth2 Client ID */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@memberjunction/communication-gmail",
3
3
  "type": "module",
4
- "version": "4.3.1",
4
+ "version": "5.0.0",
5
5
  "description": "Gmail/Google Suite provider for MemberJunction Communication framework",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",
@@ -14,9 +14,9 @@
14
14
  "test": "vitest run"
15
15
  },
16
16
  "dependencies": {
17
- "@memberjunction/communication-types": "4.3.1",
18
- "@memberjunction/core": "4.3.1",
19
- "@memberjunction/global": "4.3.1",
17
+ "@memberjunction/communication-types": "5.0.0",
18
+ "@memberjunction/core": "5.0.0",
19
+ "@memberjunction/global": "5.0.0",
20
20
  "dotenv": "^17.2.4",
21
21
  "env-var": "^7.4.1",
22
22
  "googleapis": "^171.4.0"