@bdky/aaas-pilot-kit 1.1.4 → 1.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/http.cjs.js +5 -1
- package/dist/http.esm.js +5 -1
- package/dist/http.umd.js +5 -1
- package/dist/index.cjs.js +9 -5
- package/dist/index.esm.js +12 -8
- package/dist/index.umd.js +12 -8
- package/dist/ky-aaas-pilot-kit.umd.js +12 -8
- package/dist/libs/aaas-pilot-kit/src/http.d.ts +1 -1
- package/package.json +2 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default as ky } from 'ky';
|
|
2
2
|
export type { KyInstance, Input, Options, NormalizedOptions, RetryOptions, SearchParamsOption, Progress, Hooks, BeforeRequestHook, BeforeRetryHook, BeforeRetryState, BeforeErrorHook, AfterResponseHook, ResponsePromise, KyRequest, KyResponse } from 'ky';
|
|
3
3
|
export { HTTPError, TimeoutError } from 'ky';
|
|
4
|
-
export * as sseHook from '@
|
|
4
|
+
export * as sseHook from '@bdky/ky-sse-hook';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bdky/aaas-pilot-kit",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "百度数字员工基础套件 - AI智能体、语音识别、数字人渲染全链路SDK,事件驱动、框架无关",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"digital-employee",
|
|
@@ -62,6 +62,7 @@
|
|
|
62
62
|
"@bddh/starling-dh-picture-client": "^1.0.52",
|
|
63
63
|
"@bddh/starling-dhiframe": "^2.1.9",
|
|
64
64
|
"@bddh/starling-realtime-client": "^2.0.10",
|
|
65
|
+
"@bdky/ky-sse-hook": "^1.0.2",
|
|
65
66
|
"@types/ua-parser-js": "^0.7.39",
|
|
66
67
|
"abort-signal-polyfill": "^1.0.0",
|
|
67
68
|
"baidurtc": "^1.2.21",
|