faf-cli 2.4.14 → 2.4.15
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 +4 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "faf-cli",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.15",
|
|
4
4
|
"description": "🩵 Cyan CLI - Transform any project into perfect AI context in 30 seconds. Works with Claude, Codex, Gemini & ALL AI tools. Join 3000+ developers using .faf files. 100% FREE • Open Source • If helpful, a ⭐ is appreciated!",
|
|
5
5
|
"icon": "https://faf.one/orange-smiley.svg",
|
|
6
6
|
"logo": "https://faf.one/orange-smiley.svg",
|
|
@@ -17,6 +17,8 @@
|
|
|
17
17
|
"clean": "node scripts/clean-build.js",
|
|
18
18
|
"clean:cache": "rm -rf node_modules/.cache && jest --clearCache",
|
|
19
19
|
"build": "npm run clean && tsc",
|
|
20
|
+
"build:verify": "npm run build && npm run verify:build",
|
|
21
|
+
"verify:build": "node scripts/verify-build.js",
|
|
20
22
|
"dev": "ts-node src/cli.ts",
|
|
21
23
|
"pretest": "npm run clean",
|
|
22
24
|
"test": "jest",
|
|
@@ -34,7 +36,7 @@
|
|
|
34
36
|
"build:protected": "npm run build:engine && npm run obfuscate:engine",
|
|
35
37
|
"build:all": "npm run build:protected && npm run build",
|
|
36
38
|
"prepare": "npm run build && npm run test:audit",
|
|
37
|
-
"
|
|
39
|
+
"prepublishOnly": "npm run build:verify && npm run version:truth",
|
|
38
40
|
"docs:generate": "ts-node scripts/generate-docs.ts",
|
|
39
41
|
"docs:build": "cd docs-site && npm run build",
|
|
40
42
|
"docs:dev": "cd docs-site && npm run dev",
|