Skip to content

Commit b7ca155

Browse files
committed
chore: release v0.4.1
1 parent 56dbe73 commit b7ca155

4 files changed

Lines changed: 7 additions & 15 deletions

File tree

package.json

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
11
{
22
"name": "agent-auth-ba",
3-
"version": "0.0.0",
3+
"version": "0.4.1",
44
"private": true,
55
"license": "MIT",
66
"scripts": {
77
"build": "turbo build",
88
"typecheck": "turbo typecheck",
9-
"bump": "bumpp --recursive",
9+
"bump": "bumpp packages/agent-auth/package.json packages/sdk/package.json packages/cli/package.json package.json",
1010
"test": "turbo test",
1111
"fmt": "oxfmt .",
1212
"fmt:check": "oxfmt --check ."
1313
},
1414
"dependencies": {
15-
"bumpp": "^11.0.1",
16-
"tinyglobby": "^0.2.15"
15+
"bumpp": "^11.0.1"
1716
},
1817
"devDependencies": {
1918
"oxfmt": "^0.41.0",
@@ -22,12 +21,5 @@
2221
"engines": {
2322
"node": ">=24.0.0"
2423
},
25-
"packageManager": "pnpm@10.6.2",
26-
"bumpp": {
27-
"files": [
28-
"packages/agent-auth/package.json",
29-
"packages/sdk/package.json",
30-
"packages/cli/package.json"
31-
]
32-
}
24+
"packageManager": "pnpm@10.6.2"
3325
}

packages/agent-auth/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@better-auth/agent-auth",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Agent Auth Protocol server plugin for Better Auth — agent identity, registration, and capability-based authorization",
55
"license": "MIT",
66
"files": [

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/agent-cli",
3-
"version": "0.3.0",
3+
"version": "0.4.1",
44
"description": "CLI and MCP server for the Agent Auth Protocol",
55
"license": "MIT",
66
"bin": {

packages/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@auth/agent",
3-
"version": "0.3.0",
3+
"version": "0.4.1",
44
"description": "Client SDK for the Agent Auth Protocol — agent identity, registration, and capability-based authorization",
55
"license": "MIT",
66
"files": [

0 commit comments

Comments
 (0)