@100mslive/roomkit-web 0.2.25-alpha.1 → 0.2.25-alpha.11

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 +7 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,10 +1,15 @@
1
- # `@100mslive/roomkit-web`
1
+ # 100ms Web RoomKit
2
+
3
+ [![Lint, Test and Build](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml/badge.svg)](https://github.com/100mslive/web-sdks/actions/workflows/lint-test-build.yml)
4
+ [![Bundle Size](https://badgen.net/bundlephobia/minzip/@100mslive/roomkit-web)](https://bundlephobia.com/result?p=@100mslive/roomkit-web)
5
+ [![License](https://img.shields.io/npm/l/@100mslive/roomkit-web)](https://www.100ms.live/)
6
+ ![Tree shaking](https://badgen.net/bundlephobia/tree-shaking/@100mslive/roomkit-web)
2
7
 
3
8
  A web component implementation of the HMSPrebuilt component from [roomkit-react](https://www.100ms.live/docs/javascript/v2/quickstart/prebuilt-quickstart) library.
4
9
 
5
10
  ## Usage
6
11
 
7
- ```
12
+ ```js
8
13
  import '@100mslive/roomkit-web'
9
14
 
10
15
  Vue
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@100mslive/roomkit-web",
3
- "version": "0.2.25-alpha.1",
3
+ "version": "0.2.25-alpha.11",
4
4
  "description": "A web component implementation of 100ms Prebuilt component",
5
5
  "keywords": [
6
6
  "web-components",
@@ -33,8 +33,8 @@
33
33
  "build": "rm -rf dist && node ../../scripts/build-webapp"
34
34
  },
35
35
  "dependencies": {
36
- "@100mslive/roomkit-react": "0.3.25-alpha.1",
36
+ "@100mslive/roomkit-react": "0.3.25-alpha.11",
37
37
  "@r2wc/react-to-web-component": "2.0.2"
38
38
  },
39
- "gitHead": "40bd24d7d8405df6618586e51ec17448e1c4a16f"
39
+ "gitHead": "8582301c371682e99e292bfc95494592c353007b"
40
40
  }