sequoia-cli 0.0.3 → 0.0.5

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/dist/sequoia +0 -0
  2. package/package.json +3 -2
package/dist/sequoia CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sequoia-cli",
3
- "version": "0.0.3",
3
+ "version": "0.0.5",
4
4
  "module": "dist/index.js",
5
5
  "type": "module",
6
6
  "bin": {
@@ -16,7 +16,8 @@
16
16
  },
17
17
  "scripts": {
18
18
  "build": "bun build src/index.ts --compile --outfile dist/sequoia",
19
- "dev": "bun run build && bun link"
19
+ "dev": "bun run build && bun link",
20
+ "deploy": "bun run build && bun publish"
20
21
  },
21
22
  "devDependencies": {
22
23
  "@types/bun": "latest"