Skip to content

Commit 0af19a8

Browse files
committed
fix: restore workspace refs for internal packages — npm names only for publish
1 parent c42a816 commit 0af19a8

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@florexlabs/agent-bridge-core",
2+
"name": "@agent-bridge/core",
33
"version": "0.1.0",
44
"description": "Shared types, enums, and interfaces for Agent Bridge",
55
"main": "./dist/index.js",

packages/sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@florexlabs/agent-bridge-sdk",
2+
"name": "@agent-bridge/sdk",
33
"version": "0.1.0",
44
"description": "TypeScript SDK for Agent Bridge — send notifications and check responses from code agents",
55
"main": "./dist/index.js",
@@ -25,7 +25,7 @@
2525
},
2626
"homepage": "https://github.com/florextech/agent-bridge",
2727
"dependencies": {
28-
"@florexlabs/agent-bridge-core": "0.1.0"
28+
"@agent-bridge/core": "workspace:*"
2929
},
3030
"engines": {
3131
"node": ">=20"

0 commit comments

Comments
 (0)