@streamslice/widget 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.
package/README.md CHANGED
@@ -1,16 +1,14 @@
1
1
  # Widget
2
2
 
3
- A floating video player library with Amazon IVS support for embedding live streams on any website.
3
+ A floating video player library for embedding live streams on any website.
4
4
 
5
5
  ## Features
6
6
 
7
7
  - Draggable and resizable floating window
8
- - Amazon IVS Player integration for HLS streams
9
8
  - Automatic playlist fetching by page URL
10
9
  - Playback controls (play/pause, volume, quality, fullscreen)
11
10
  - Dark and light themes
12
11
  - TypeScript support
13
- - Lightweight with no external dependencies (except IVS SDK)
14
12
 
15
13
  ## Installation
16
14
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Widget v1.0.0
2
+ * Widget v1.0.1
3
3
  * Floating video player with Amazon IVS support
4
4
  * Released under the MIT License
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Widget v1.0.0
2
+ * Widget v1.0.1
3
3
  * Floating video player with Amazon IVS support
4
4
  * Released under the MIT License
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Widget v1.0.0
2
+ * Widget v1.0.1
3
3
  * Floating video player with Amazon IVS support
4
4
  * Released under the MIT License
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * Widget v1.0.0
2
+ * Widget v1.0.1
3
3
  * Floating video player with Amazon IVS support
4
4
  * Released under the MIT License
5
5
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@streamslice/widget",
3
3
  "type": "module",
4
- "version": "1.0.0",
4
+ "version": "1.0.1",
5
5
  "description": "Floating video player widget with Amazon IVS support",
6
6
  "main": "dist/streamslice.js",
7
7
  "module": "dist/streamslice.esm.js",