stk-codegen 1.1.0 → 1.1.2

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 +13 -13
  2. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stk-codegen",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "A CLI executor for the autonomous agent.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -16,6 +16,7 @@
16
16
  "dev": "pnpm build && node --env-file=.env.dev dist/index.js",
17
17
  "stg": "pnpm build && node --env-file=.env.stg dist/index.js",
18
18
  "local": "pnpm build && node --env-file=.env.local dist/index.js",
19
+ "prd": "pnpm build && node --env-file=.env.prd dist/index.js",
19
20
  "build": "rm -rf dist && ncc build src/cli.tsx -o dist -m",
20
21
  "prepare-publish": "rm -rf dist && pnpm build && pnpm pack",
21
22
  "lint": "eslint \"src/**/*.ts\" \"src/**/*.tsx\"",