Skip to content

Commit 25b71cf

Browse files
committed
chore: wip
1 parent ddf853c commit 25b71cf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

bun.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"@stacksjs/logsmith": "^0.1.18",
1212
"@types/bun": "^1.2.21",
1313
"buddy-bot": "^0.8.10",
14-
"bun-git-hooks": "^0.2.19",
14+
"bun-git-hooks": "^0.3.1",
1515
"bun-plugin-dtsx": "0.9.5",
1616
"typescript": "^5.9.2",
1717
},
1818
},
1919
"packages/action": {
2020
"name": "bumpx-action",
21-
"version": "0.1.79",
21+
"version": "0.1.84",
2222
"bin": {
2323
"bumpx-action": "dist/index.js",
2424
},
@@ -35,7 +35,7 @@
3535
},
3636
"packages/bumpx": {
3737
"name": "@stacksjs/bumpx",
38-
"version": "0.1.79",
38+
"version": "0.1.84",
3939
"bin": {
4040
"bumpx": "./dist/bin/cli.js",
4141
},
@@ -865,7 +865,7 @@
865865

866866
"bumpx-action": ["bumpx-action@workspace:packages/action"],
867867

868-
"bun-git-hooks": ["bun-git-hooks@0.2.19", "", { "bin": { "git-hooks": "dist/bin/cli.js", "bun-git-hooks": "dist/bin/cli.js" } }, "sha512-h+YfI+/hCojKadnC9kfk71suZsjdgKShv82+bHp6UiHwH+XDyqavfAUt4NQTGRcIq7dSo2Mfh0QgCiAkCJOl8w=="],
868+
"bun-git-hooks": ["bun-git-hooks@0.3.1", "", { "bin": { "git-hooks": "dist/bin/cli.js", "bun-git-hooks": "dist/bin/cli.js" } }, "sha512-Xs/QUqIYgBmLHSVr5VBLVbM5lZbUoAXKX2WZyoQDb2LlzcxC3BpBvMkMTQH75UuOJZwaRBq8yEe4IR6NckqdgQ=="],
869869

870870
"bun-plugin-dtsx": ["[email protected]", "", { "dependencies": { "@stacksjs/dtsx": "0.9.4" } }, "sha512-PMGr8kna2C7rbN5NFKW+nqj8TyXjs05Yh2QM7Xjp9PN1/cJMyZML3JJAJT0Ne/6eOYCcubmLM91r+Rix/cqn8Q=="],
871871

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"changelog": "bunx logsmith --verbose",
3737
"changelog:generate": "bunx logsmith --output CHANGELOG.md",
3838
"release": "./bumpx -r --push",
39-
"postinstall": "bunx git-hooks",
4039
"test": "bun test",
4140
"dev:docs": "bun --bun vitepress dev docs",
4241
"build:docs": "bun --bun vitepress build docs",
@@ -51,7 +50,7 @@
5150
"@stacksjs/logsmith": "^0.1.18",
5251
"@types/bun": "^1.2.21",
5352
"buddy-bot": "^0.8.10",
54-
"bun-git-hooks": "^0.2.19",
53+
"bun-git-hooks": "^0.3.1",
5554
"bun-plugin-dtsx": "0.9.5",
5655
"typescript": "^5.9.2"
5756
},

0 commit comments

Comments
 (0)