Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/@webex/widgets/ai-docs/widgets-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ Compatibility notes:
## Requires (dependencies)
- `webex` `2.60.4` (pinned, also peer) — the JS SDK; constructed in the `adapterFactory`
(`WebexMeetings.jsx:260`). No fallback: an invalid/expired token leaves the widget on a loading state.
- `@webex/sdk-component-adapter` `1.112.12` (pinned) — RxJS adapter wrapping the SDK; constructed via
- `@webex/sdk-component-adapter` `1.113.3` (pinned) — RxJS adapter wrapping the SDK; constructed via
`new WebexSDKAdapter(webex)` (`WebexMeetings.jsx:277`).
- `@webex/components` `1.275.2` (pinned) — supplies `WebexMeeting`, `WebexMediaAccess`, and the
- `@webex/components` `1.277.1` (pinned) — supplies `WebexMeeting`, `WebexMediaAccess`, and the
`withAdapter`/`withMeeting` HOCs (`WebexMeetings.jsx:4`) plus the `webex-components.css`.
- `@webex/component-adapter-interfaces` `^1.30.5` — meeting-state enum (`MeetingState`) and adapter
interfaces used by the adapter/components layers.
Expand Down
4 changes: 2 additions & 2 deletions packages/@webex/widgets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
],
"dependencies": {
"@webex/component-adapter-interfaces": "^1.30.5",
"@webex/components": "1.275.2",
"@webex/sdk-component-adapter": "1.112.12",
"@webex/components": "1.277.1",
"@webex/sdk-component-adapter": "1.113.3",
Comment on lines +43 to +44

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep the module spec aligned with the dependency pins

These dependency pins are updated, but packages/@webex/widgets/ai-docs/widgets-spec.md:138-141 still identifies @webex/sdk-component-adapter 1.112.12 and @webex/components 1.275.2 as the required versions. This leaves the module's documented integration baseline stale; update the spec with the new pins in this change.

AGENTS.md reference: AGENTS.md:L68-L68

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Addressed

"webex": "2.60.4"
},
"devDependencies": {
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10148,9 +10148,9 @@ __metadata:
languageName: node
linkType: hard

"@webex/components@npm:1.275.2":
version: 1.275.2
resolution: "@webex/components@npm:1.275.2"
"@webex/components@npm:1.277.1":
version: 1.277.1
resolution: "@webex/components@npm:1.277.1"
dependencies:
"@juggle/resize-observer": "npm:^3.2.0"
"@webex/component-adapter-interfaces": "npm:^1.28.0"
Expand All @@ -10166,7 +10166,7 @@ __metadata:
react: 18.3.1
react-dom: 18.3.1
rxjs: ^6.6.2
checksum: 10c0/b1e20cae9e4bc6d82cf497ad9e12e02d5d73850f2ac6b92819919ef5bfcb93d9bdc32f7772eccdfea1fa5cdba8902374773920de75075e6680a65bf3e4378d2b
checksum: 10c0/6a9050d5af0f38e29161edc845ec5156f18df893fe51ec8bd625a4495147a75f902dd50331a2a0fd57840ce9017c8cd52991420dbcfd13b94bcffcf7b8c8ad11
languageName: node
linkType: hard

Expand Down Expand Up @@ -11852,9 +11852,9 @@ __metadata:
languageName: node
linkType: hard

"@webex/sdk-component-adapter@npm:1.112.12":
version: 1.112.12
resolution: "@webex/sdk-component-adapter@npm:1.112.12"
"@webex/sdk-component-adapter@npm:1.113.3":
version: 1.113.3
resolution: "@webex/sdk-component-adapter@npm:1.113.3"
dependencies:
"@babel/plugin-transform-runtime": "npm:^7.16.0"
"@webex/common": "npm:^2.60.4"
Expand All @@ -11864,7 +11864,7 @@ __metadata:
peerDependencies:
rxjs: ^6.5.4
webex: ^2.60.4
checksum: 10c0/c9c9bec529705dfa49bd92e5a3abd44edaa28aebcfb569e5259454c05d8946a6724839d980df7be1a47ce8dc5bd01ec0d6575cd517257123fe0800513fd2d1d2
checksum: 10c0/2a32e4d78a54a873a3a92eaeca8bcf570cc83cc02a15f6bd0eaa00774faba109daff0948158bdfc795c779071ac0ab58d7b67f43d8da78903a0d0d82e40dae6f
languageName: node
linkType: hard

Expand Down Expand Up @@ -12641,8 +12641,8 @@ __metadata:
"@wdio/spec-reporter": "npm:^7.4.3"
"@wdio/static-server-service": "npm:^7.5.7"
"@webex/component-adapter-interfaces": "npm:^1.30.5"
"@webex/components": "npm:1.275.2"
"@webex/sdk-component-adapter": "npm:1.112.12"
"@webex/components": "npm:1.277.1"
"@webex/sdk-component-adapter": "npm:1.113.3"
"@webex/test-users": "npm:^1.157.0"
babel-eslint: "npm:^10.0.3"
babel-loader: "npm:^8.0.6"
Expand Down
Loading