forgecraft 2.0.0 → 2.0.1

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/dist/cli/index.js CHANGED
@@ -21,7 +21,7 @@ import {
21
21
  refreshAdapters,
22
22
  stageAttachments,
23
23
  stateManager
24
- } from "../chunk-U6CZUA5R.js";
24
+ } from "../chunk-TXQBI725.js";
25
25
 
26
26
  // src/cli/index.ts
27
27
  import { Command } from "commander";
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ import {
18
18
  refreshAdapters,
19
19
  stateManager,
20
20
  validateConfig
21
- } from "./chunk-U6CZUA5R.js";
21
+ } from "./chunk-TXQBI725.js";
22
22
  export {
23
23
  AutoPipeline,
24
24
  GitManager,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "forgecraft",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "One command. No prompts. Come back to a full app pushed to GitHub. Autonomous AI that plans, builds, reviews, and deploys — zero human intervention.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",