@bbearai/core 0.9.1 → 0.9.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.
package/dist/index.d.mts CHANGED
@@ -1465,7 +1465,7 @@ declare class BugBearClient {
1465
1465
  /**
1466
1466
  * Get device info (override in platform-specific implementations)
1467
1467
  */
1468
- private getDeviceInfo;
1468
+ getDeviceInfo(): DeviceInfo;
1469
1469
  /**
1470
1470
  * Create a fix request for Claude Code to pick up
1471
1471
  * Called from the dashboard when user clicks "Send to Claude Code"
package/dist/index.d.ts CHANGED
@@ -1465,7 +1465,7 @@ declare class BugBearClient {
1465
1465
  /**
1466
1466
  * Get device info (override in platform-specific implementations)
1467
1467
  */
1468
- private getDeviceInfo;
1468
+ getDeviceInfo(): DeviceInfo;
1469
1469
  /**
1470
1470
  * Create a fix request for Claude Code to pick up
1471
1471
  * Called from the dashboard when user clicks "Send to Claude Code"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bbearai/core",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "Core utilities and types for BugBear QA platform",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",