chore(root): prepare workspace for alpha (#276)

This commit is contained in:
rahim
2025-12-21 20:26:13 +11:00
committed by GitHub
parent 5ddf02278d
commit b89fef56dd
247 changed files with 1197 additions and 446 deletions
+1 -10
View File
@@ -1,16 +1,11 @@
{
"name": "@videojs/utils",
"type": "module",
"version": "0.1.0-preview.10",
"version": "0.1.0-alpha.1",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"keywords": [
"media",
"playback",
"engine",
"hls",
"dash",
"streaming",
"utils",
"videojs"
],
@@ -18,10 +13,6 @@
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./dom": {
"types": "./dist/dom.d.ts",
"default": "./dist/dom.js"
}
},
"main": "dist/index.js",