@easbot/skills 0.3.5 → 0.3.7

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/package.json CHANGED
@@ -1,11 +1,14 @@
1
1
  {
2
2
  "name": "@easbot/skills",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
4
4
  "description": "Skills management system for EAS Agent ecosystem (add / remove / list / find / update / sync / use)",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
7
7
  "module": "dist/index.mjs",
8
8
  "types": "dist/index.d.ts",
9
+ "bin": {
10
+ "easbot-skills": "./dist/cli.mjs"
11
+ },
9
12
  "exports": {
10
13
  ".": {
11
14
  "types": "./dist/index.d.ts",
@@ -51,9 +54,9 @@
51
54
  "xdg-basedir": "^5.1.0",
52
55
  "yaml": "^2.9.0",
53
56
  "zod": "^4.4.3",
54
- "@easbot/utils": "0.3.5",
55
- "@easbot/types": "0.3.5",
56
- "@easbot/mcp": "0.3.5"
57
+ "@easbot/utils": "0.3.7",
58
+ "@easbot/types": "0.3.7",
59
+ "@easbot/mcp": "0.3.7"
57
60
  },
58
61
  "devDependencies": {
59
62
  "@biomejs/biome": "^2.4.14",
@@ -70,6 +73,7 @@
70
73
  "build": "tsup --env.NODE_ENV production",
71
74
  "test": "vitest",
72
75
  "test:run": "vitest run",
76
+ "test:coverage": "vitest run --coverage",
73
77
  "lint": "biome check .",
74
78
  "lint:fix": "biome check --write .",
75
79
  "lint:report": "biome check --reporter=summary .",
@@ -1 +0,0 @@
1
- 'use strict';var chunkEOOPF3RI_cjs=require('./chunk-EOOPF3RI.cjs');Object.defineProperty(exports,"BLOB_ALLOWED_REPOS",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.f}});Object.defineProperty(exports,"fetchRepoTree",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.i}});Object.defineProperty(exports,"findSkillMdPaths",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.k}});Object.defineProperty(exports,"getSkillFolderHashFromTree",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.j}});Object.defineProperty(exports,"resetRepoTreeAuthState",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.h}});Object.defineProperty(exports,"toSkillSlug",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.g}});Object.defineProperty(exports,"tryBlobInstall",{enumerable:true,get:function(){return chunkEOOPF3RI_cjs.l}});