vidply 1.1.6 → 1.1.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -8,7 +8,7 @@ A modern, feature-rich media player authored in strict TypeScript and shipped as
8
8
  ![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue.svg)
9
9
  ![ESM](https://img.shields.io/badge/ESM-Module-yellow.svg)
10
10
  ![WCAG](https://img.shields.io/badge/WCAG-2.2%20AA-green.svg)
11
- ![Version](https://img.shields.io/badge/version-1.1.6-brightgreen.svg)
11
+ ![Version](https://img.shields.io/badge/version-1.1.7-brightgreen.svg)
12
12
 
13
13
  ## Live Demos
14
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vidply",
3
- "version": "1.1.6",
3
+ "version": "1.1.8",
4
4
  "description": "Universal, accessible video & audio player authored in strict TypeScript. Ships ES modules with type declarations, supports HTML5, YouTube, Vimeo, SoundCloud, HLS (hls.js + native iOS) and MPEG-DASH.",
5
5
  "type": "module",
6
6
  "main": "dist/prod/vidply.esm.min.js",
@@ -73,7 +73,7 @@
73
73
  "clean-css": "^5.3.3",
74
74
  "esbuild": "^0.28.0",
75
75
  "jsdom": "^29.0.2",
76
- "terser": "^5.46.1",
76
+ "terser": "^5.46.2",
77
77
  "typescript": "^6.0.3",
78
78
  "vitest": "^4.1.5"
79
79
  }