opencode-profiles 1.1.1 → 1.3.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.
Files changed (2) hide show
  1. package/dist/index.js +45 -45
  2. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-profiles",
3
- "version": "1.1.1",
3
+ "version": "1.3.0",
4
4
  "description": "OCP CLI - manage and switch between local global opencode profiles",
5
5
  "author": "0xKahi",
6
6
  "license": "MIT",
@@ -28,6 +28,7 @@
28
28
  "scripts": {
29
29
  "dev": "bun run src/index.ts",
30
30
  "start": "bun run dist/index.js",
31
+ "prod": "bun run start",
31
32
  "build": "bun build src/index.ts --outdir dist --target bun --minify",
32
33
  "prepublishOnly": "bun run build",
33
34
  "release": "changeset publish",