@ezuikit/player-theme 1.0.1-alpha.0 → 2.0.0-beta.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/style.js CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
- * @ezuikit/player-theme v1.0.1-alpha.0
3
- * Copyright (c) 2025-11-11 Ezviz-OpenBiz
2
+ * @ezuikit/player-theme v2.0.0-beta.1
3
+ * Copyright (c) 2025-11-12 Ezviz-OpenBiz
4
4
  * Released under the MIT License.
5
5
  */
6
6
  require("./style.css");
package/package.json CHANGED
@@ -1,11 +1,10 @@
1
1
  {
2
2
  "name": "@ezuikit/player-theme",
3
- "version": "1.0.1-alpha.0",
3
+ "version": "2.0.0-beta.1",
4
4
  "description": "player theme",
5
5
  "title": "theme",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/types/index.d.ts",
8
- "module": "dist/index.mjs",
9
8
  "scripts": {
10
9
  "dev": "cross-env NODE_ENV=development rollup --config rollup.config.mjs --watch",
11
10
  "build": "npm run clean && cross-env NODE_ENV=production rollup --config rollup.config.mjs",
@@ -19,6 +18,8 @@
19
18
  "keywords": [
20
19
  "player",
21
20
  "theme",
21
+ "ezuikit",
22
+ "ezviz",
22
23
  "ui"
23
24
  ],
24
25
  "author": "Ezviz-OpenBiz",