whepts 1.1.0 → 1.1.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.
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import type { Conf, State } from './types';
2
- import type { WhepEvents } from './whep';
1
+ import type { Conf, State, WhepEvents } from './types';
3
2
  import { ErrorTypes, WebRTCError } from './errors';
4
3
  import WebRTCWhep from './whep';
5
4
  export { Conf, ErrorTypes, State, WebRTCError, WhepEvents };
package/dist/whep.d.ts CHANGED
@@ -1,6 +1,5 @@
1
1
  import type { Conf, State, WhepEvents } from './types';
2
2
  import EventEmitter from 'eventemitter3';
3
- export { type WhepEvents };
4
3
  /** WebRTC/WHEP reader. */
5
4
  export default class WebRTCWhep extends EventEmitter<WhepEvents> {
6
5
  private retryPause;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "whepts",
3
3
  "type": "module",
4
- "version": "1.1.0",
4
+ "version": "1.1.1",
5
5
  "packageManager": "pnpm@10.28.2",
6
6
  "description": "基于 mediamtx 的 WebRTC WHEP 播放器,支持 ZLM 和 Mediamtx 的播放地址",
7
7
  "author": "mapleafgo",