* Update @microsoft/ocsdk

* Update CHANGELOG.md
This commit is contained in:
xTEddie 2021-05-05 22:46:14 -07:00 коммит произвёл GitHub
Родитель 338b82be3b
Коммит daf9db60f4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 9 добавлений и 22 удалений

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

@ -2,6 +2,8 @@
All notable changes to this project will be documented in this file.
## [Unreleased]
### Changed
- Uptake [@microsoft/ocsdk@0.2.0](https://www.npmjs.com/package/@microsoft/ocsdk/v/0.2.0)
## [0.2.0] - 2021-04-30
### Added

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

@ -442,9 +442,9 @@
}
},
"@babel/runtime": {
"version": "7.12.13",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.13.tgz",
"integrity": "sha512-8+3UMPBrjFa/6TtKi/7sehPKqfAm4g6K+YQjyyFOLUTxzOngcRZTlAVY8sc2CORJYqdHQY8gRPHmn+qo15rCBw==",
"version": "7.14.0",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz",
"integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==",
"requires": {
"regenerator-runtime": "^0.13.4"
}
@ -1265,28 +1265,13 @@
}
},
"@microsoft/ocsdk": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/@microsoft/ocsdk/-/ocsdk-0.1.1.tgz",
"integrity": "sha512-06owdRQ88g93CNSIalpGsXvV5+y8yCSQVEOnX0OQNF8H++ud9Rve+Q9db5ym+bE64BtDa4W/U8iyByJfLQFAfA==",
"version": "0.2.0",
"resolved": "https://registry.npmjs.org/@microsoft/ocsdk/-/ocsdk-0.2.0.tgz",
"integrity": "sha512-4JrWGrzOpm2EclkkOCo+pP2GMBmPcYyr01bA6LtdD2LP/oB0b9pmNUThZ5NzsVhp4sp545MHSBiLLkBYV+Jexw==",
"requires": {
"@babel/runtime": "^7.10.3",
"@types/node": "^12.12.7",
"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": {

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

@ -38,7 +38,7 @@
"typescript": "^3.9.5"
},
"dependencies": {
"@microsoft/ocsdk": "^0.1.1",
"@microsoft/ocsdk": "^0.2.0",
"@microsoft/omnichannel-ic3core": "^0.1.1"
}
}