@floomhq/floom 2.0.2 → 2.0.3

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.js CHANGED
@@ -2692,7 +2692,7 @@ async function getMachineIdentity() {
2692
2692
  }
2693
2693
 
2694
2694
  // src/version.ts
2695
- var VERSION = "2.0.2";
2695
+ var VERSION = "2.0.3";
2696
2696
 
2697
2697
  // src/api-client.ts
2698
2698
  var DEFAULT_TIMEOUT_MS = 2e4;
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "2.0.2";
1
+ export const VERSION = "2.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floomhq/floom",
3
- "version": "2.0.2",
3
+ "version": "2.0.3",
4
4
  "description": "Floom CLI \u2014 one shared skill library, pulled into the AI agent you choose (Claude, Codex, Cursor, Gemini, OpenCode).",
5
5
  "license": "MIT",
6
6
  "homepage": "https://floom.dev",