@dbx-tools/shared-email 0.3.13 → 0.3.15

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/package.json +2 -2
  2. package/src/email.ts +2 -0
package/package.json CHANGED
@@ -12,14 +12,14 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "zod": "^4.3.6",
15
- "@dbx-tools/shared-core": "0.3.13"
15
+ "@dbx-tools/shared-core": "0.3.15"
16
16
  },
17
17
  "main": "index.ts",
18
18
  "license": "UNLICENSED",
19
19
  "publishConfig": {
20
20
  "access": "public"
21
21
  },
22
- "version": "0.3.13",
22
+ "version": "0.3.15",
23
23
  "types": "index.ts",
24
24
  "type": "module",
25
25
  "exports": {
package/src/email.ts CHANGED
@@ -8,6 +8,8 @@
8
8
  * `minItems` in the JSON schema, which some Model Serving endpoints reject
9
9
  * ("array types do not support minItems") when the schema is forwarded as a
10
10
  * tool definition.
11
+ *
12
+ * @module
11
13
  */
12
14
 
13
15
  import { z } from "zod";