bip-skills 1.4.13 → 1.4.14
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/README.md +0 -2
- package/dist/cli.mjs +1 -1
- package/package.json +2 -4
package/README.md
CHANGED
package/dist/cli.mjs
CHANGED
|
@@ -2240,7 +2240,7 @@ function createEmptyLocalLock() {
|
|
|
2240
2240
|
skills: {}
|
|
2241
2241
|
};
|
|
2242
2242
|
}
|
|
2243
|
-
var version$1 = "1.4.
|
|
2243
|
+
var version$1 = "1.4.14";
|
|
2244
2244
|
const isCancelled$1 = (value) => typeof value === "symbol";
|
|
2245
2245
|
async function isSourcePrivate(source) {
|
|
2246
2246
|
const ownerRepo = parseOwnerRepo(source);
|
package/package.json
CHANGED
|
@@ -1,12 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bip-skills",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.14",
|
|
4
4
|
"description": "The open agent skills ecosystem",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
-
"bip-skills": "bin/cli.mjs"
|
|
8
|
-
"skills": "bin/cli.mjs",
|
|
9
|
-
"add-skill": "bin/cli.mjs"
|
|
7
|
+
"bip-skills": "bin/cli.mjs"
|
|
10
8
|
},
|
|
11
9
|
"files": [
|
|
12
10
|
"dist",
|