Skip to content

Commit

Permalink
fix(webex): add plugin dss to webex (#4109)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kesari3008 authored Feb 20, 2025
1 parent 6d99526 commit aa338d9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/webex/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"@webex/common": "workspace:*",
"@webex/internal-plugin-calendar": "workspace:*",
"@webex/internal-plugin-device": "workspace:*",
"@webex/internal-plugin-dss": "workspace:*",
"@webex/internal-plugin-llm": "workspace:*",
"@webex/internal-plugin-presence": "workspace:*",
"@webex/internal-plugin-support": "workspace:*",
Expand Down
1 change: 1 addition & 0 deletions packages/webex/src/webex.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ require('@webex/plugin-authorization');
// url interceptor
require('@webex/internal-plugin-calendar');
require('@webex/internal-plugin-device');
require('@webex/internal-plugin-dss');
require('@webex/internal-plugin-presence');
require('@webex/internal-plugin-support');
require('@webex/internal-plugin-llm');
Expand Down
3 changes: 2 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7874,7 +7874,7 @@ __metadata:
languageName: unknown
linkType: soft

"@webex/internal-plugin-dss@workspace:packages/@webex/internal-plugin-dss":
"@webex/internal-plugin-dss@workspace:*, @webex/internal-plugin-dss@workspace:packages/@webex/internal-plugin-dss":
version: 0.0.0-use.local
resolution: "@webex/internal-plugin-dss@workspace:packages/@webex/internal-plugin-dss"
dependencies:
Expand Down Expand Up @@ -32867,6 +32867,7 @@ __metadata:
"@webex/eslint-config-legacy": "workspace:*"
"@webex/internal-plugin-calendar": "workspace:*"
"@webex/internal-plugin-device": "workspace:*"
"@webex/internal-plugin-dss": "workspace:*"
"@webex/internal-plugin-llm": "workspace:*"
"@webex/internal-plugin-presence": "workspace:*"
"@webex/internal-plugin-support": "workspace:*"
Expand Down

0 comments on commit aa338d9

Please sign in to comment.