mirror of
https://github.com/zoriya/v10.git
synced 2026-08-05 05:37:21 +00:00
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:
co-authored by
Claude Opus 4.6
parent
1a27159ff7
commit
b72358904a
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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,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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user