resend-cli 1.5.1 → 1.6.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resend-cli",
3
- "version": "1.5.1",
3
+ "version": "1.6.0",
4
4
  "description": "The official CLI for Resend",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -45,7 +45,7 @@
45
45
  "scripts": {
46
46
  "dev": "tsx src/cli.ts",
47
47
  "dev:watch": "tsx --watch src/cli.ts",
48
- "build": "esbuild src/cli.ts --bundle --platform=node --format=cjs --minify --outfile=dist/cli.cjs",
48
+ "build": "node scripts/build.mjs",
49
49
  "build:bin": "pnpm build && pkg dist/cli.cjs --compress Brotli --target node24 --output dist/resend",
50
50
  "lint": "biome check .",
51
51
  "lint:fix": "biome check --write .",
@@ -9,7 +9,7 @@ description: >
9
9
  license: MIT
10
10
  metadata:
11
11
  author: resend
12
- version: "1.5.1"
12
+ version: "1.6.0"
13
13
  homepage: https://resend.com
14
14
  source: https://github.com/resend/resend-cli
15
15
  inputs: