Skip to content

Commit 160a18a

Browse files
committed
chore: bump version to 0.3.0
New features: - Agent orchestration (messaging, capabilities, discovery) - TypeScript SDK (@privateconnect/sdk) - npx private-connect test (zero-auth diagnostics) - connect --share --ttl (instant share links) - WebSQLClient for browser-based database access - WebTerminal preview for SSH services
1 parent c3520a7 commit 160a18a

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

apps/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "agent",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"bin": {
66
"connect": "./dist/cli.js"

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "api",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "nest start --watch",

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"scripts": {
66
"dev": "nuxt dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "private-connect",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"private": true,
55
"description": "Private Connect - Secure tunneling for internal services",
66
"packageManager": "[email protected]",

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": "private-connect",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "Test connectivity to any service. No signup required.",
55
"bin": {
66
"private-connect": "./dist/index.js"

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": "@privateconnect/sdk",
3-
"version": "0.2.1",
3+
"version": "0.3.0",
44
"description": "TypeScript SDK for Private Connect - programmatic access to services and agent orchestration",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)