Skip to content
Open
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
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ jobs:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Audit Dependencies
command: npm audit --audit-level=high
- run:
name: Installing Dependencies
command: npm install
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.3 (November 26, 2021)

* Upgrade sailor version to 2.6.26

# 1.0.2 (November 27, 2020)

* Update Sailor version to 2.6.19
Expand Down
5 changes: 3 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
{
"title": "Outlook",
"version": "1.0.3",
"description": "elastic.io integration component for Office 365 Outlook REST API",
"buildType": "docker",
"envVars": {
"buildType": "docker",
"envVars": {
"OAUTH_CLIENT_ID": {
"required": true,
"description": "Your App Client ID"
Expand Down
Loading