@rackerlabs/agent-skills-cli 1.5.2 → 1.5.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +2 -2
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -2307,7 +2307,7 @@ function createEmptyLocalLock() {
2307
2307
  skills: {}
2308
2308
  };
2309
2309
  }
2310
- var version$1 = "1.5.2";
2310
+ var version$1 = "1.5.3";
2311
2311
  const isCancelled$1 = (value) => typeof value === "symbol";
2312
2312
  async function isSourcePrivate(source) {
2313
2313
  const ownerRepo = parseOwnerRepo(source);
@@ -4252,7 +4252,7 @@ function getVersion() {
4252
4252
  const pkgPath = join(__dirname, "..", "package.json");
4253
4253
  return JSON.parse(readFileSync(pkgPath, "utf-8")).version;
4254
4254
  } catch {
4255
- return "1.5.2";
4255
+ return "1.5.3";
4256
4256
  }
4257
4257
  }
4258
4258
  const VERSION = getVersion();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rackerlabs/agent-skills-cli",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {