whepts 1.0.0 → 1.0.1

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 +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -24,13 +24,13 @@ WebRTC WHEP (WebRTC HTTP Egress Protocol) 是一种用于从 WebRTC 服务器获
24
24
  ## 安装
25
25
 
26
26
  ```bash
27
- npm install
27
+ npm i whepts
28
28
  ```
29
29
 
30
30
 
31
31
 
32
32
  ```bash
33
- pnpm install
33
+ pnpm add whepts
34
34
  ```
35
35
 
36
36
  ## 使用方法
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "whepts",
3
3
  "type": "module",
4
- "version": "1.0.0",
5
- "packageManager": "pnpm@10.26.1",
4
+ "version": "1.0.1",
5
+ "packageManager": "pnpm@10.26.2",
6
6
  "description": "",
7
7
  "author": "mapleafgo",
8
8
  "license": "MIT",