fix(cd): add repository field to all packages for provenance verification

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-02-26 15:38:04 -06:00
co-authored by Claude Opus 4.6
parent 1a27159ff7
commit b72358904a
7 changed files with 35 additions and 0 deletions
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "Core components and utilities for Video.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/core"
},
"keywords": [
"core",
"media",
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "Lightweight reactive custom element base for Video.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/element"
},
"main": "dist/default/index.js",
"module": "dist/default/index.js",
"types": "dist/dev/index.d.ts",
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "HTML library for building media players",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/html"
},
"main": "dist/default/index.js",
"module": "dist/default/index.js",
"types": "dist/dev/index.d.ts",
+5
View File
@@ -5,6 +5,11 @@
"version": "10.0.0-alpha.2",
"description": "SVG icon library for Video.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/icons"
},
"sideEffects": false,
"exports": {
"./react": {
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "React library for building media players",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/react"
},
"main": "dist/default/index.js",
"module": "dist/default/index.js",
"types": "dist/dev/index.d.ts",
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "Reactive state management for external systems.",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/store"
},
"main": "dist/default/index.js",
"module": "dist/default/index.js",
"types": "dist/dev/index.d.ts",
+5
View File
@@ -4,6 +4,11 @@
"version": "10.0.0-alpha.2",
"description": "Utility functions and helpers for Video.js",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/videojs/v10",
"directory": "packages/utils"
},
"sideEffects": false,
"exports": {
"./array": {