fix(workspace): convert pnpm workspace protocol to npm workspace syntax

Replace 'workspace:*' with '*' in all package.json dependencies to fix
  npm workspace compatibility. This resolves EUNSUPPORTEDPROTOCOL errors
  when running npm install.

  🤖 Generated with [Claude Code](https://claude.ai/code)

  Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Christian Pillsbury
2025-07-29 11:06:35 -07:00
parent c6836ab85e
commit fc5a0e46fd
12 changed files with 7601 additions and 21 deletions
@@ -22,8 +22,8 @@
],
"license": "Apache-2.0",
"dependencies": {
"@vjs-10/media": "workspace:*",
"@vjs-10/playback-engine": "workspace:*"
"@vjs-10/media": "*",
"@vjs-10/playback-engine": "*"
},
"devDependencies": {
"typescript": "^5.3.0"