From 86cb2c421d395d0bf8a461159b04d406599052de Mon Sep 17 00:00:00 2001 From: Keepingitneil Date: Fri, 24 Oct 2025 15:43:25 -0700 Subject: [PATCH 1/2] bump --- sdks/react/package-lock.json | 4 ++-- sdks/react/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdks/react/package-lock.json b/sdks/react/package-lock.json index 2e29d5ec..d83615b7 100644 --- a/sdks/react/package-lock.json +++ b/sdks/react/package-lock.json @@ -1,12 +1,12 @@ { "name": "@gabber/client-react", - "version": "0.1.0-alpha11", + "version": "0.1.0-alpha12", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@gabber/client-react", - "version": "0.1.0-alpha11", + "version": "0.1.0-alpha12", "dependencies": { "@gabber/client": "0.1.0-alpha10", "eslint-config-react-app": "^7.0.1" diff --git a/sdks/react/package.json b/sdks/react/package.json index d534a8b0..1d01bfe6 100644 --- a/sdks/react/package.json +++ b/sdks/react/package.json @@ -1,6 +1,6 @@ { "name": "@gabber/client-react", - "version": "0.1.0-alpha12", + "version": "0.1.0-alpha13", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", From e85903d24457c8ffbf3d11e519b7668147c23d1f Mon Sep 17 00:00:00 2001 From: Keepingitneil Date: Fri, 24 Oct 2025 15:49:49 -0700 Subject: [PATCH 2/2] export class not type --- sdks/react/package.json | 2 +- sdks/react/src/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sdks/react/package.json b/sdks/react/package.json index 1d01bfe6..543c9deb 100644 --- a/sdks/react/package.json +++ b/sdks/react/package.json @@ -1,6 +1,6 @@ { "name": "@gabber/client-react", - "version": "0.1.0-alpha13", + "version": "0.1.0-alpha14", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", diff --git a/sdks/react/src/index.ts b/sdks/react/src/index.ts index eda92acc..22ae53e5 100644 --- a/sdks/react/src/index.ts +++ b/sdks/react/src/index.ts @@ -21,14 +21,14 @@ export { usePropertyPad } from './usePropertyPad'; export { useSourcePad } from './useSourcePad'; export { usePad } from './usePad'; +export { Subscription, Publication } from "@gabber/client" + export type { ConnectionDetails, ConnectionState, LocalAudioTrack, LocalTrack, LocalVideoTrack, GetLocalTrackOptions, - Subscription, - Publication, RemoteAudioTrack, RemoteVideoTrack, RemoteTrack,