@cloudflare/realtimekit-ui 1.0.0-staging.3 → 1.0.0-staging.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-04-15T08:34:49",
2
+ "timestamp": "2025-04-16T06:43:25",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.2",
@@ -238963,7 +238963,7 @@
238963
238963
  "path": "src/components/rtk-grid/rtk-grid.tsx"
238964
238964
  },
238965
238965
  "src/types/rtk-client.ts::Meeting": {
238966
- "declaration": "declare class RealtimeKitClient {\n #private;\n private constructor();\n static init(options: RealtimeKitClientOptions): Promise<RealtimeKitClient>;\n private static setupContext;\n join(): Promise<void>;\n leave(state?: leaveRoomState): Promise<void>;\n get participants(): Readonly<RTKParticipants$1>;\n get self(): Readonly<RTKSelf$1>;\n get meta(): Readonly<RTKMeta$1>;\n get ai(): Readonly<RTKAi>;\n get plugins(): Readonly<RTKPlugins$1>;\n get chat(): Readonly<RTKChat$1>;\n get polls(): Readonly<RTKPolls$1>;\n get connectedMeetings(): Readonly<RTKConnectedMeetings$1>;\n get recording(): Readonly<RTKRecording$1>;\n get livestream(): Readonly<RTKLivestream$1>;\n get stage(): Readonly<RTKStage>;\n get stores(): Readonly<RTKStoreManager>;\n get __internals__(): Readonly<RTKInternals>;\n joinRoom(): Promise<void>;\n leaveRoom(state?: leaveRoomState): Promise<void>;\n}",
238966
+ "declaration": "declare class RealtimeKitClient {\n private constructor();\n static init(options: RealtimeKitClientOptions): Promise<RealtimeKitClient>;\n private static setupContext;\n join(): Promise<void>;\n leave(state?: leaveRoomState): Promise<void>;\n get participants(): Readonly<RTKParticipants$1>;\n get self(): Readonly<RTKSelf$1>;\n get meta(): Readonly<RTKMeta$1>;\n get ai(): Readonly<RTKAi>;\n get plugins(): Readonly<RTKPlugins$1>;\n get chat(): Readonly<RTKChat$1>;\n get polls(): Readonly<RTKPolls$1>;\n get connectedMeetings(): Readonly<RTKConnectedMeetings$1>;\n get recording(): Readonly<RTKRecording$1>;\n get livestream(): Readonly<RTKLivestream$1>;\n get stage(): Readonly<RTKStage>;\n get stores(): Readonly<RTKStoreManager>;\n get __internals__(): Readonly<RTKInternals>;\n joinRoom(): Promise<void>;\n leaveRoom(state?: leaveRoomState): Promise<void>;\n}",
238967
238967
  "docstring": "",
238968
238968
  "path": "src/types/rtk-client.ts"
238969
238969
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-ui",
3
- "version": "1.0.0-staging.3",
3
+ "version": "1.0.0-staging.4",
4
4
  "description": "Pre-built, ready-to-use UI components and utilities for integrating with Cloudflare RealtimeKit",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -52,8 +52,9 @@
52
52
  "url": "git+https://github.com/dyte-io/realtimekit-ui.git"
53
53
  },
54
54
  "bugs": {
55
- "email": "support@dyte.io"
55
+ "url": "https://realtime.cloudflare.com/issues"
56
56
  },
57
+ "homepage": "https://realtime.cloudflare.com",
57
58
  "publishConfig": {
58
59
  "tag": "staging"
59
60
  }