@videts/vide 0.9.2 → 0.9.3

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
@@ -1,4 +1,4 @@
1
- # vide
1
+ # Vide
2
2
 
3
3
  [![CI](https://github.com/hogekai/vide/actions/workflows/ci.yml/badge.svg)](https://github.com/hogekai/vide/actions/workflows/ci.yml)
4
4
  [![npm](https://img.shields.io/npm/v/@videts/vide)](https://www.npmjs.com/package/@videts/vide)
@@ -31,7 +31,7 @@ Web standards first — if the browser can do it, we don't reinvent it.
31
31
  npm install @videts/vide
32
32
  ```
33
33
 
34
- > Package is published as **@videts/vide** on npm. The project name is **vide**.
34
+ > Package is published as **@videts/vide** on npm. The project name is **Vide**.
35
35
 
36
36
  ## Quick Start
37
37
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@videts/vide",
3
- "version": "0.9.2",
4
- "description": "Zero-config, web-standard-first modular video player. VAST, VMAP, HLS, DASH, DRM, SSAI, OMID, SIMID all as plugins. Core under 2KB gzip.",
3
+ "version": "0.9.3",
4
+ "description": "Modular, headless video player. Ads, streaming, DRM use only what you need. Core under 3KB gzip.",
5
5
  "type": "module",
6
6
  "unpkg": "dist/vide.global.js",
7
7
  "jsdelivr": "dist/vide.global.js",