Skip to content

Commit

Permalink
fix: bump internal media core version (#4107)
Browse files Browse the repository at this point in the history
Co-authored-by: evujici <evujici@cisco.com>
  • Loading branch information
edvujic and evujici authored Feb 21, 2025
1 parent 06a71aa commit e77cae6
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.14.0",
"@webex/internal-media-core": "2.14.1",
"@webex/ts-events": "^1.1.0",
"@webex/web-media-effects": "2.19.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 @@ -63,7 +63,7 @@
"dependencies": {
"@webex/common": "workspace:*",
"@webex/event-dictionary-ts": "^1.0.1643",
"@webex/internal-media-core": "2.14.0",
"@webex/internal-media-core": "2.14.1",
"@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.14.0",
"@webex/internal-media-core": "2.14.1",
"@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.14.0
"@webex/internal-media-core": 2.14.1
"@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.14.0":
version: 2.14.0
resolution: "@webex/internal-media-core@npm:2.14.0"
"@webex/internal-media-core@npm:2.14.1":
version: 2.14.1
resolution: "@webex/internal-media-core@npm:2.14.1"
dependencies:
"@babel/runtime": ^7.18.9
"@babel/runtime-corejs2": ^7.25.0
Expand All @@ -7725,7 +7725,7 @@ __metadata:
uuid: ^8.3.2
webrtc-adapter: ^8.1.2
xstate: ^4.30.6
checksum: b6a7745f6ea09fdbbf6ec1bc521c9a7efb7e8629685a00128f6a4e46d739ec86d05067c6657d520e207c3c54ab3536e51f1d43d5a6f2ebbbc5b27c6be4f146a1
checksum: 20a3f79a44157e1a9c236978429f39611995cd5f94f3991e8af35574f4b44fd5c745046aa216749bd0bc00fbdbef76f91619f8f104bc2fa666738697c4b2cfb5
languageName: node
linkType: hard

Expand Down Expand Up @@ -8484,7 +8484,7 @@ __metadata:
"@babel/preset-typescript": 7.22.11
"@webex/babel-config-legacy": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/internal-media-core": 2.14.0
"@webex/internal-media-core": 2.14.1
"@webex/jest-config-legacy": "workspace:*"
"@webex/legacy-tools": "workspace:*"
"@webex/test-helper-chai": "workspace:*"
Expand Down Expand Up @@ -8721,7 +8721,7 @@ __metadata:
"@webex/common": "workspace:*"
"@webex/eslint-config-legacy": "workspace:*"
"@webex/event-dictionary-ts": ^1.0.1643
"@webex/internal-media-core": 2.14.0
"@webex/internal-media-core": 2.14.1
"@webex/internal-plugin-conversation": "workspace:*"
"@webex/internal-plugin-device": "workspace:*"
"@webex/internal-plugin-llm": "workspace:*"
Expand Down

0 comments on commit e77cae6

Please sign in to comment.