build-skill 0.0.0 → 1.0.0

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/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -248,7 +248,7 @@ async function createSkillRepository(templateDir, targetDir, values, quiet, forc
248
248
  // src/index.ts
249
249
  var __dirname = dirname(fileURLToPath(import.meta.url));
250
250
  var TEMPLATE_DIR = join2(__dirname, "..", "template");
251
- var version = true ? "0.0.0" : "dev";
251
+ var version = true ? "1.0.0" : "dev";
252
252
  var BANNER = `
253
253
  _ _ _ _ _ _ _ _
254
254
  | |__ _ _(_) | __| | ___| | _(_) | |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "build-skill",
3
- "version": "0.0.0",
3
+ "version": "1.0.0",
4
4
  "description": "Scaffold AI agent skills quickly with the Build Skill CLI.",
5
5
  "keywords": [
6
6
  "ai",