@floomhq/skills 1.0.2 → 1.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
@@ -3096,9 +3096,9 @@ function cliCmd(cmd) {
3096
3096
  // src/config.ts
3097
3097
  var CONFIG_DIR = join3(homedir2(), ".floom");
3098
3098
  var AUTH_FILE = join3(CONFIG_DIR, "auth.json");
3099
- var DEFAULT_APP_URL = "https://floom.dev";
3100
- var DEFAULT_API_URL = "https://floom.dev/api/v1";
3101
- var TRUSTED_API_HOSTS = /* @__PURE__ */ new Set(["floom.dev", "try.floom.dev"]);
3099
+ var DEFAULT_APP_URL = "https://skills.floom.dev";
3100
+ var DEFAULT_API_URL = "https://skills.floom.dev/api/v1";
3101
+ var TRUSTED_API_HOSTS = /* @__PURE__ */ new Set(["skills.floom.dev"]);
3102
3102
  var LOOPBACK_HOSTS = /* @__PURE__ */ new Set(["localhost", "127.0.0.1"]);
3103
3103
  function devModeEnabled() {
3104
3104
  const v = process.env.FLOOM_DEV;
@@ -3287,7 +3287,7 @@ async function getMachineIdentity() {
3287
3287
  }
3288
3288
 
3289
3289
  // src/version.ts
3290
- var VERSION = "1.0.2";
3290
+ var VERSION = "1.0.3";
3291
3291
 
3292
3292
  // src/api-client.ts
3293
3293
  var DEFAULT_TIMEOUT_MS = 2e4;
package/dist/version.js CHANGED
@@ -1 +1 @@
1
- export const VERSION = "1.0.2";
1
+ export const VERSION = "1.0.3";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@floomhq/skills",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Floom Skills CLI \u2014 publish, install, sync, and share AI agent skills.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://skills.floom.dev",