skills 1.3.2 → 1.3.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 +1 -1
  2. package/package.json +1 -1
package/dist/cli.mjs CHANGED
@@ -1674,7 +1674,7 @@ async function saveSelectedAgents(agents) {
1674
1674
  lock.lastSelectedAgents = agents;
1675
1675
  await writeSkillLock(lock);
1676
1676
  }
1677
- var version$1 = "1.3.2";
1677
+ var version$1 = "1.3.3";
1678
1678
  const isCancelled = (value) => typeof value === "symbol";
1679
1679
  async function isSourcePrivate(source) {
1680
1680
  const ownerRepo = parseOwnerRepo(source);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skills",
3
- "version": "1.3.2",
3
+ "version": "1.3.3",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {