anchi-toolkit 1.2.2 → 1.2.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/index.js +2709 -1
  2. package/package.json +2 -2
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "anchi-toolkit",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "description": "The Ultimate AI-Native Toolkit for Cursor & Gemini. Installs into any existing project. Includes commands, agents, skills, and architecture presets.",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
7
7
  "anchi-toolkit": "./dist/index.js"
8
8
  },
9
9
  "scripts": {
10
- "build": "ncc build src/cli.js -o dist -m && node scripts/add-shebang.js",
10
+ "build": "ncc build src/cli.js -o dist && node scripts/add-shebang.js",
11
11
  "test": "echo \"Warning: no test specified\" && exit 0",
12
12
  "lint": "echo \"Linting passed\"",
13
13
  "semantic-release": "semantic-release",