* Add file patterns to be included in the package

* Uptake latest ocsdk & ic3core packages

* Fix package dependencies

* Fix package dependencies

* Update CHANGELOG.md

* Update README.md
This commit is contained in:
xTEddie 2021-02-17 10:35:54 -08:00 коммит произвёл GitHub
Родитель 34c5a39a9b
Коммит 0753062a3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
10 изменённых файлов: 25010 добавлений и 24746 удалений

Просмотреть файл

@ -7,6 +7,10 @@ All notable changes to this project will be documented in this file.
- Escalation to Voice & View support (Web Only)
- React sample app using Omnichannel Chat SDK with [BotFramework-WebChat](https://github.com/microsoft/BotFramework-WebChat)
### Changed
- Uptake [@microsoft/ocsdk@0.1.1](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.1.1)
- Uptake [@microsoft/omnichannel-ic3core@0.1.1](https://www.npmjs.com/package/@microsoft/omnichannel-ic3core/v/0.1.1)
### Fixed
- onAgentEndSession triggered on accept voice & video call

65
package-lock.json сгенерированный
Просмотреть файл

@ -364,9 +364,9 @@
}
},
"@babel/runtime": {
"version": "7.12.5",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
"integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -970,21 +970,36 @@
}
},
"@microsoft/ocsdk": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@microsoft/ocsdk/-/ocsdk-0.1.0.tgz",
"integrity": "sha512-0OmMOQp/njh2DWqv/1JnhzsbygmRBgcN4sqBSvyoC2jwtZt6JakSJwv3EhHhWp10yJcyY2NoyArr1qzR0HBORQ==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@microsoft/ocsdk/-/ocsdk-0.1.1.tgz",
"integrity": "sha512-06owdRQ88g93CNSIalpGsXvV5+y8yCSQVEOnX0OQNF8H++ud9Rve+Q9db5ym+bE64BtDa4W/U8iyByJfLQFAfA==",
"requires": {
"@babel/runtime": "^7.10.3",
"@types/node": "^12.12.7",
"axios": "^0.19.0"
"axios": "^0.21.1"
},
"dependencies": {
"axios": {
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "^1.10.0"
}
},
"follow-redirects": {
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
"integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
}
}
},
"@microsoft/omnichannel-ic3core": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/@microsoft/omnichannel-ic3core/-/omnichannel-ic3core-0.1.0.tgz",
"integrity": "sha512-G+WGAOo1VxWjC1sa382KugFA4Qf5Y39Hl11dvHd+viWzveB3edq1tUXl9sHaFj0FUbBEXvs10ktfP/n8Jful7w==",
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@microsoft/omnichannel-ic3core/-/omnichannel-ic3core-0.1.1.tgz",
"integrity": "sha512-N2Y6ntsXW5BO6ZN+6/1c1frGvCH7n9BR8edhsj1KjJZ+OHHoObqaaJv9Ik2KhrMTTHrgbDitvbMmXPPkia/kHg==",
"requires": {
"axios": "^0.19.2",
"axios": "^0.21.1",
"buffer": "^5.6.0"
}
},
@ -1505,11 +1520,11 @@
"dev": true
},
"axios": {
"version": "0.19.2",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.19.2.tgz",
"integrity": "sha512-fjgm5MvRHLhx+osE2xoekY70AhARk3a6hkN+3Io1jc00jtquGvxYlKlsFUhmUET0V5te6CcZI7lcv2Ym61mjHA==",
"version": "0.21.1",
"resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz",
"integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==",
"requires": {
"follow-redirects": "1.5.10"
"follow-redirects": "^1.10.0"
}
},
"babel-jest": {
@ -1984,14 +1999,6 @@
"whatwg-url": "^8.0.0"
}
},
"debug": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz",
"integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==",
"requires": {
"ms": "2.0.0"
}
},
"decamelize": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
@ -2776,12 +2783,9 @@
"dev": true
},
"follow-redirects": {
"version": "1.5.10",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.5.10.tgz",
"integrity": "sha512-0V5l4Cizzvqt5D44aTXbFZz+FtyXV1vrDN6qrelxtfYQKW0KO0W2T/hkE8xvGa/540LkZlkaUjO4ailYTFtHVQ==",
"requires": {
"debug": "=3.1.0"
}
"version": "1.13.2",
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.13.2.tgz",
"integrity": "sha512-6mPTgLxYm3r6Bkkg0vNM0HTjfGrOEtsfbhagQvbxDEsEkpNhw582upBaoRZylzen6krEmxXJgt9Ju6HiI4O7BA=="
},
"for-in": {
"version": "1.0.2",
@ -5066,7 +5070,8 @@
"ms": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
"integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
"dev": true
},
"nanomatch": {
"version": "1.2.13",

Просмотреть файл

@ -2,6 +2,10 @@
"name": "@microsoft/omnichannel-chat-sdk",
"version": "0.1.1-0",
"description": "Microsoft Omnichannel Chat SDK",
"files": [
"dist/**/*",
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
@ -35,7 +39,7 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@microsoft/ocsdk": "^0.1.0",
"@microsoft/omnichannel-ic3core": "^0.1.0"
"@microsoft/ocsdk": "^0.1.1",
"@microsoft/omnichannel-ic3core": "^0.1.1"
}
}

Просмотреть файл

@ -63,4 +63,4 @@ orgUrl='[your-org-url]'
widgetId='[your-app-id]'
```
### 5. Install the project with `npm install` and run the application with `npm run android` or `npm run ios`
### 5. Install the project with `npm ci` and run the application with `npm run android` or `npm run ios`

10724
samples/GiftedChatReactNativeControl/package-lock.json сгенерированный

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -22,6 +22,7 @@ The sample app includes the following scenarios:
- [X] Reconnect existing chat
- [X] Data masking middleware
- [ ] Attachment middleware
- [X] Escalation to Voice & Video
## Prerequisites
- [React](https://reactjs.org/)
@ -67,4 +68,4 @@ REACT_APP_orgUrl='[your-org-url]'
REACT_APP_widgetId='[your-app-id]'
```
### 5. Install the project with `npm install` and run the application with `npm run start`
### 5. Install the project with `npm ci` and run the application with `npm run start`

17538
samples/botframework-webchat-control/package-lock.json сгенерированный Normal file

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@microsoft/omnichannel-chat-sdk": "^0.1.1-main.4d027bc",
"@microsoft/omnichannel-chat-sdk": "0.1.1-main.4d027bc",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",

Разница между файлами не показана из-за своего большого размера Загрузить разницу