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.
- package/dist/cli.mjs +1 -1
- 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.
|
|
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);
|