@dbx-tools/shared-email-template 0.6.59 → 0.6.60

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 +2 -2
package/README.md CHANGED
@@ -20,7 +20,7 @@ it lives on its own:
20
20
  `@databricks/appkit` and `nodemailer`. Templates that lived there could not be
21
21
  imported by a browser bundle.
22
22
  - `@dbx-tools/shared-email` is a pure zod contract package consumed by
23
- non-AppKit callers such as `@dbx-tools/cli-tunnel`. Templates that lived there
23
+ non-AppKit callers such as `@dbx-tools/tunnel`. Templates that lived there
24
24
  would push React and `@react-email/components` onto every schema consumer.
25
25
  - `@dbx-tools/ui-email` is a React/DOM package. Templates that lived there would
26
26
  make the Node renderer depend on a DOM-typed package.
package/package.json CHANGED
@@ -24,7 +24,7 @@
24
24
  "typescript": "^5.9.3"
25
25
  },
26
26
  "dependencies": {
27
- "@dbx-tools/shared-core": "0.6.59",
27
+ "@dbx-tools/shared-core": "0.6.60",
28
28
  "@react-email/components": "^1.0.12",
29
29
  "react": "^19.2.4"
30
30
  },
@@ -42,7 +42,7 @@
42
42
  "./package.json": "./package.json"
43
43
  }
44
44
  },
45
- "version": "0.6.59",
45
+ "version": "0.6.60",
46
46
  "types": "./lib/index.d.ts",
47
47
  "type": "module",
48
48
  "exports": {