@coinbase/create-cdp-app 0.0.46 → 0.0.48

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coinbase/create-cdp-app",
3
- "version": "0.0.46",
3
+ "version": "0.0.48",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -38,7 +38,7 @@ const CDP_CONFIG = {
38
38
  }),
39
39
  appName: "CDP Next.js StarterKit",
40
40
  appLogoUrl: "http://localhost:3000/logo.svg",
41
- authMethods: ["email", "sms"],
41
+ authMethods: ["email", "sms", "oauth:google"],
42
42
  } as Config;
43
43
 
44
44
  /**
@@ -30,5 +30,5 @@ export const CDP_CONFIG = {
30
30
  }),
31
31
  appName: "CDP React StarterKit",
32
32
  appLogoUrl: "http://localhost:3000/logo.svg",
33
- authMethods: ["email", "sms"],
33
+ authMethods: ["email", "sms", "oauth:google"],
34
34
  } as Config;