@coinbase/create-cdp-app 0.0.12 → 0.0.14

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.12",
3
+ "version": "0.0.14",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -2,8 +2,8 @@ import type { Metadata } from "next";
2
2
  import "./globals.css";
3
3
 
4
4
  export const metadata: Metadata = {
5
- title: "CDP Embedded Wallet Demo",
6
- description: "A demo of the CDP Embedded Wallet",
5
+ title: "CDP Next.js StarterKit",
6
+ description: "The CDP Next.js StarterKit",
7
7
  };
8
8
 
9
9
  /**
@@ -33,7 +33,7 @@ export default function Header() {
33
33
  return (
34
34
  <header>
35
35
  <div className="header-inner">
36
- <h1 className="site-title">CDP React StarterKit</h1>
36
+ <h1 className="site-title">CDP Next.js StarterKit</h1>
37
37
  <div className="user-info flex-row-container">
38
38
  {evmAddress && (
39
39
  <button
@@ -32,7 +32,7 @@ function Header() {
32
32
  return (
33
33
  <header>
34
34
  <div className="header-inner">
35
- <h1 className="site-title">CDP Next.js StarterKit</h1>
35
+ <h1 className="site-title">CDP React StarterKit</h1>
36
36
  <div className="user-info flex-row-container">
37
37
  {evmAddress && (
38
38
  <button