@cloudflare/realtimekit-react-ui 1.0.0-staging.2 → 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.
Files changed (2) hide show
  1. package/README.md +0 -1
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -4,7 +4,6 @@
4
4
 
5
5
  If you're using a different framework or no framework (see HTML), we also offer dedicated packages:
6
6
 
7
- - [Vue](https://npmjs.com/package/@cloudflare/realtimekit-vue-ui)
8
7
  - [Angular](https://npmjs.com/package/@cloudflare/realtimekit-angular-ui)
9
8
  - [HTML (Web Components)](https://npmjs.com/package/@cloudflare/realtimekit-ui)
10
9
 
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "@cloudflare/realtimekit-react-ui",
3
- "version": "1.0.0-staging.2",
4
- "description": "UI Kit to support easy UI development for React.",
3
+ "version": "1.0.0-staging.4",
4
+ "description": "Pre-built, ready-to-use React components, hooks and utilities for integrating with Cloudflare RealtimeKit",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/dyte-io/realtimekit-ui.git"
8
8
  },
9
9
  "bugs": {
10
- "email": "support@dyte.io"
10
+ "url": "https://realtime.cloudflare.com/issues"
11
11
  },
12
+ "homepage": "https://realtime.cloudflare.com",
12
13
  "main": "./dist/index.js",
13
14
  "module": "./dist/es/index.js",
14
15
  "types": "./dist/index.d.ts",
@@ -33,6 +34,6 @@
33
34
  "tag": "staging"
34
35
  },
35
36
  "dependencies": {
36
- "@cloudflare/realtimekit-ui": "1.0.0-staging.2"
37
+ "@cloudflare/realtimekit-ui": "1.0.0-staging.4"
37
38
  }
38
39
  }