@willbooster/agent-skills 1.6.2 → 1.6.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.
- package/package.json +6 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/agent-skills",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.3",
|
|
4
4
|
"description": "A collection of agent skills for WillBooster Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"build": "build-ts app --input src/cli.ts && chmod +x dist/cli.js",
|
|
20
|
-
"check-all-for-ai": "bun run check-for-ai && bun run test
|
|
20
|
+
"check-all-for-ai": "bun run check-for-ai && bun run test",
|
|
21
21
|
"check-for-ai": "bun install > /dev/null && bun run cleanup && bun run typecheck",
|
|
22
22
|
"cleanup": "bun --bun wb lint --fix --format",
|
|
23
23
|
"format": "bun --bun wb lint --format",
|
|
@@ -26,7 +26,6 @@
|
|
|
26
26
|
"lint": "bun --bun wb lint",
|
|
27
27
|
"lint-fix": "bun --bun wb lint --fix",
|
|
28
28
|
"prepare": "lefthook install || true",
|
|
29
|
-
"prepublishOnly": "bun run build",
|
|
30
29
|
"release": "semantic-release",
|
|
31
30
|
"test": "bun wb test",
|
|
32
31
|
"test:integration": "RUN_GITHUB_INTEGRATION=1 bun test test/cli/agentSkillsCli.e2e.test.ts",
|
|
@@ -38,17 +37,17 @@
|
|
|
38
37
|
"yaml": "2.8.3"
|
|
39
38
|
},
|
|
40
39
|
"devDependencies": {
|
|
41
|
-
"@biomejs/biome": "2.4.
|
|
40
|
+
"@biomejs/biome": "2.4.9",
|
|
42
41
|
"@semantic-release/commit-analyzer": "13.0.1",
|
|
43
42
|
"@semantic-release/github": "12.0.6",
|
|
44
43
|
"@semantic-release/npm": "13.1.5",
|
|
45
44
|
"@semantic-release/release-notes-generator": "14.1.0",
|
|
46
45
|
"@tsconfig/bun": "1.0.10",
|
|
47
46
|
"@types/bun": "1.3.11",
|
|
48
|
-
"@willbooster/biome-config": "3.
|
|
49
|
-
"@willbooster/prettier-config": "10.
|
|
47
|
+
"@willbooster/biome-config": "3.3.0",
|
|
48
|
+
"@willbooster/prettier-config": "10.3.0",
|
|
50
49
|
"@willbooster/wb": "13.4.2",
|
|
51
|
-
"build-ts": "
|
|
50
|
+
"build-ts": "17.0.22",
|
|
52
51
|
"conventional-changelog-conventionalcommits": "9.3.0",
|
|
53
52
|
"lefthook": "2.1.4",
|
|
54
53
|
"prettier": "3.8.1",
|