@bunny-agent/daemon 0.9.29 → 0.9.30

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/bundle.mjs CHANGED
@@ -263575,8 +263575,7 @@ function buildImageGenerateTool(cwd, imageModelId, baseUrl, apiKey) {
263575
263575
  ],
263576
263576
  details: {
263577
263577
  filePath: savedPath,
263578
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
263579
- response: json
263578
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
263580
263579
  }
263581
263580
  };
263582
263581
  } catch (e2) {
@@ -263763,8 +263762,7 @@ function buildImageEditTool(cwd, imageModelId, baseUrl, apiKey) {
263763
263762
  ],
263764
263763
  details: {
263765
263764
  filePath: savedPath,
263766
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
263767
- response: json
263765
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
263768
263766
  }
263769
263767
  };
263770
263768
  } catch (e2) {
package/dist/index.js CHANGED
@@ -263571,8 +263571,7 @@ function buildImageGenerateTool(cwd, imageModelId, baseUrl, apiKey) {
263571
263571
  ],
263572
263572
  details: {
263573
263573
  filePath: savedPath,
263574
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
263575
- response: json
263574
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
263576
263575
  }
263577
263576
  };
263578
263577
  } catch (e2) {
@@ -263759,8 +263758,7 @@ function buildImageEditTool(cwd, imageModelId, baseUrl, apiKey) {
263759
263758
  ],
263760
263759
  details: {
263761
263760
  filePath: savedPath,
263762
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
263763
- response: json
263761
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
263764
263762
  }
263765
263763
  };
263766
263764
  } catch (e2) {
package/dist/nextjs.js CHANGED
@@ -263567,8 +263567,7 @@ function buildImageGenerateTool(cwd, imageModelId, baseUrl, apiKey) {
263567
263567
  ],
263568
263568
  details: {
263569
263569
  filePath: savedPath,
263570
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
263571
- response: json
263570
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
263572
263571
  }
263573
263572
  };
263574
263573
  } catch (e2) {
@@ -263755,8 +263754,7 @@ function buildImageEditTool(cwd, imageModelId, baseUrl, apiKey) {
263755
263754
  ],
263756
263755
  details: {
263757
263756
  filePath: savedPath,
263758
- ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {},
263759
- response: json
263757
+ ...json.usage != null ? { usage: { raw: { [imageModelId]: json.usage } } } : {}
263760
263758
  }
263761
263759
  };
263762
263760
  } catch (e2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bunny-agent/daemon",
3
- "version": "0.9.29",
3
+ "version": "0.9.30",
4
4
  "description": "BunnyAgent Daemon - Unified API gateway for sandbox services (file, git, volumes)",
5
5
  "type": "module",
6
6
  "bin": {