@alexsun-top/skills 1.4.2 → 1.4.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
@@ -2158,7 +2158,7 @@ function createEmptyLocalLock() {
2158
2158
  skills: {}
2159
2159
  };
2160
2160
  }
2161
- var version$1 = "1.4.2";
2161
+ var version$1 = "1.4.3";
2162
2162
  const isCancelled$1 = (value) => typeof value === "symbol";
2163
2163
  async function isSourcePrivate(source) {
2164
2164
  const ownerRepo = parseOwnerRepo(source);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alexsun-top/skills",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "The open agent skills ecosystem",
5
5
  "type": "module",
6
6
  "bin": {