@codebakers/cli 1.0.3 → 1.0.4

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -20,7 +20,7 @@ import { join } from "path";
20
20
 
21
21
  // src/utils/api.ts
22
22
  import nodeFetch from "node-fetch";
23
- var fetchFn = typeof fetch !== "undefined" ? fetch : nodeFetch;
23
+ var fetchFn = nodeFetch;
24
24
  var ApiError = class extends Error {
25
25
  constructor(message, statusCode, code) {
26
26
  super(message);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codebakers/cli",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "CodeBakers CLI - AI prompt patterns for production-ready code",
5
5
  "main": "dist/index.js",
6
6
  "bin": {