Skip to content

Commit

Permalink
fix: update internal media core (#3814)
Browse files Browse the repository at this point in the history
Co-authored-by: kwasniow <kwasniow@cisco.com>
  • Loading branch information
k-wasniowski and k-wasniowski authored Sep 6, 2024
1 parent 90cc9c2 commit d5da303
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/@webex/media-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"deploy:npm": "yarn npm publish"
},
"dependencies": {
"@webex/internal-media-core": "2.9.2",
"@webex/internal-media-core": "2.9.3",
"@webex/ts-events": "^1.1.0",
"@webex/web-media-effects": "2.18.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/@webex/plugin-meetings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"dependencies": {
"@webex/common": "workspace:*",
"@webex/internal-media-core": "2.9.2",
"@webex/internal-media-core": "2.9.3",
"@webex/internal-plugin-conversation": "workspace:*",
"@webex/internal-plugin-device": "workspace:*",
"@webex/internal-plugin-llm": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/calling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"dependencies": {
"@types/platform": "1.3.4",
"@webex/internal-media-core": "2.9.2",
"@webex/internal-media-core": "2.9.3",
"@webex/media-helpers": "workspace:*",
"async-mutex": "0.4.0",
"buffer": "6.0.3",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7419,7 +7419,7 @@ __metadata:
"@typescript-eslint/eslint-plugin": 5.38.1
"@typescript-eslint/parser": 5.38.1
"@web/dev-server": 0.4.5
"@webex/internal-media-core": 2.9.2
"@webex/internal-media-core": 2.9.3
"@webex/media-helpers": "workspace:*"
async-mutex: 0.4.0
buffer: 6.0.3
Expand Down Expand Up @@ -7710,9 +7710,9 @@ __metadata:
languageName: unknown
linkType: soft

"@webex/internal-media-core@npm:2.9.2":
version: 2.9.2
resolution: "@webex/internal-media-core@npm:2.9.2"
"@webex/internal-media-core@npm:2.9.3":
version: 2.9.3
resolution: "@webex/internal-media-core@npm:2.9.3"
dependencies:
"@babel/runtime": ^7.18.9
"@babel/runtime-corejs2": ^7.25.0
Expand All @@ -7724,7 +7724,7 @@ __metadata:
uuid: ^8.3.2
webrtc-adapter: ^8.1.2
xstate: ^4.30.6
checksum: 429ccc2a73ae226fb721f6fcd72f50653ded0fd54f8682542321d2b3dd7504a79d46c8746e2abf24d83c17401c0302c82bde4c73d232036afbbbcb544fd6639e
checksum: 568e54be4afa7f5a93a843f927c5af12828b781deebeb651f89e7f4639f149b7b1e1642a9f3c75d8d20a065838d170853f3ea90a0f57aed0601481d584e321b6
languageName: node
linkType: hard

Expand Down Expand Up @@ -8483,7 +8483,7 @@ __metadata:
"@babel/preset-typescript": 7.22.11
"@webex/babel-config-legacy": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/internal-media-core": 2.9.2
"@webex/internal-media-core": 2.9.3
"@webex/jest-config-legacy": "workspace:*"
"@webex/legacy-tools": "workspace:*"
"@webex/test-helper-chai": "workspace:*"
Expand Down Expand Up @@ -8719,7 +8719,7 @@ __metadata:
"@webex/babel-config-legacy": "workspace:*"
"@webex/common": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/internal-media-core": 2.9.2
"@webex/internal-media-core": 2.9.3
"@webex/internal-plugin-conversation": "workspace:*"
"@webex/internal-plugin-device": "workspace:*"
"@webex/internal-plugin-llm": "workspace:*"
Expand Down

0 comments on commit d5da303

Please sign in to comment.