Skip to content

Commit 4e7c796

Browse files
committed
Unpin DLSpeech SDK
1 parent d02108c commit 4e7c796

3 files changed

Lines changed: 5 additions & 52 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Breaking changes in this release:
180180
- [`@redux-devtools/extension@3.3.0`](https://npmjs.com/package/@redux-devtools/extension/v/3.3.0)
181181
- [`adaptivecards@3.0.5`](https://npmjs.com/package/adaptivecards/v/3.0.5)
182182
- [`botframework-directlinejs@0.15.6`](https://npmjs.com/package/botframework-directlinejs/v/0.15.6)
183-
- [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6)
184183
- [`core-js@3.47.0`](https://npmjs.com/package/core-js/v/3.47.0)
185184
- [`core-js-pure@3.47.0`](https://npmjs.com/package/core-js-pure/v/3.47.0)
186185
- [`event-as-promise@2.0.0`](https://npmjs.com/package/event-as-promise/v/2.0.0)
@@ -313,7 +312,7 @@ Breaking changes in this release:
313312
- Bumped `react-chain-of-responsibility` to `0.4.2` version, by [@OEvgeny](https://github.com/OEvgeny) in PR [#5620](https://github.com/microsoft/BotFramework-WebChat/pull/5620), in PR [#5624](https://github.com/microsoft/BotFramework-WebChat/pull/5624)
314313
- Bumped Chrome in Docker to 141 from 110, in PR [#5619](https://github.com/microsoft/BotFramework-WebChat/pull/5619), by [@compulim](https://github.com/compulim)
315314
- Bumped to [`valibot@1.2.0`](https://npmjs.com/package/valibot/v/1.2.0), in PR [#5650](https://github.com/microsoft/BotFramework-WebChat/pull/5650), by [@compulim](https://github.com/compulim)
316-
- Pinned to [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662)
315+
- Pinned to [`botframework-directlinespeech-sdk@4.18.1-main.20251208.8ccadd6`](https://npmjs.com/package/botframework-directlinespeech-sdk/v/4.18.1-main.20251208.8ccadd6), by [@OEvgeny](https://github.com/OEvgeny) in PR [#5662](https://github.com/microsoft/BotFramework-WebChat/pull/5662), and unpinned in PR [#XXX](https://github.com/microsoft/BotFramework-WebChat/pull/XXX)
317316
- Converted activity components to CSS Modules
318317
- Bubble, carousel, say-alt, in PR [#5668](https://github.com/microsoft/BotFramework-WebChat/pull/5668), by [@OEvgeny](https://github.com/OEvgeny)
319318
- Activity status, in PR [#5669](https://github.com/microsoft/BotFramework-WebChat/pull/5669), by [@OEvgeny](https://github.com/OEvgeny)

package-lock.json

Lines changed: 3 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bundle/package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -150,10 +150,6 @@
150150
"uuid": [
151151
"8",
152152
"uuid@9 emit non-ES5 build because of default parameters"
153-
],
154-
"botframework-directlinespeech-sdk": [
155-
"4.18.1-main.20251208.8ccadd6",
156-
"pinned temporarily due to missing access rights"
157153
]
158154
},
159155
"localDependencies": {
@@ -223,7 +219,7 @@
223219
"@babel/runtime": "7.28.4",
224220
"adaptivecards": "3.0.5",
225221
"botframework-directlinejs": "0.15.6",
226-
"botframework-directlinespeech-sdk": "4.18.1-main.20251208.8ccadd6",
222+
"botframework-directlinespeech-sdk": "0.0.0-0",
227223
"botframework-webchat-api": "0.0.0-0",
228224
"botframework-webchat-component": "0.0.0-0",
229225
"botframework-webchat-core": "0.0.0-0",

0 commit comments

Comments
 (0)