vidply 1.0.7 → 1.0.8

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.
@@ -157,7 +157,7 @@
157
157
  "format": "esm"
158
158
  },
159
159
  "src/core/Player.js": {
160
- "bytes": 61179,
160
+ "bytes": 115999,
161
161
  "imports": [
162
162
  {
163
163
  "path": "src/utils/EventEmitter.js",
@@ -306,7 +306,7 @@
306
306
  "bytesInOutput": 31200
307
307
  },
308
308
  "src/core/Player.js": {
309
- "bytesInOutput": 26599
309
+ "bytesInOutput": 38349
310
310
  },
311
311
  "src/renderers/YouTubeRenderer.js": {
312
312
  "bytesInOutput": 4140
@@ -321,7 +321,7 @@
321
321
  "bytesInOutput": 8100
322
322
  }
323
323
  },
324
- "bytes": 165967
324
+ "bytes": 177717
325
325
  }
326
326
  }
327
327
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vidply",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Universal, accessible video & audio player with ES6 modules",
5
5
  "type": "module",
6
6
  "main": "dist/vidply.js",
@@ -50,7 +50,7 @@
50
50
  "access": "public"
51
51
  },
52
52
  "devDependencies": {
53
- "esbuild": "^0.25.11",
53
+ "esbuild": "^0.25.12",
54
54
  "clean-css": "^5.3.3"
55
55
  },
56
56
  "dependencies": {}