gatsby-plugin-azure-search
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -5,2 +5,4 @@ # Changelog | ||
### [0.0.12](https://github.com/artchen/gatsby-plugin-azure-search/compare/v0.0.11...v0.0.12) (2022-01-22) | ||
### [0.0.11](https://github.com/artchen/gatsby-plugin-azure-search/compare/v0.0.9...v0.0.11) (2021-10-04) | ||
@@ -7,0 +9,0 @@ |
@@ -118,2 +118,6 @@ const axios = require('axios'); | ||
}) => { | ||
if(!docs || !docs.length) { | ||
reporter.warn(`Skipped: No docs to reindex`) | ||
return Promise.resolve({}) | ||
} | ||
const url = `https://${serviceName}.search.windows.net/indexes/${indexName}/docs/index?api-version=${API_VERSION}`; | ||
@@ -120,0 +124,0 @@ const body = { |
{ | ||
"name": "gatsby-plugin-azure-search", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "Gatsby plugin to ingest data to Microsoft Azure search service.", | ||
@@ -26,6 +26,6 @@ "scripts": { | ||
"devDependencies": { | ||
"standard-version": "^9.3.1" | ||
"standard-version": "^9.3.2" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.22.0" | ||
"axios": "^0.25.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "files": [ |
@@ -0,0 +0,0 @@ # Gatsby Plugin Azure Search |
Sorry, the diff of this file is not supported yet
222
13311
+ Addedaxios@0.25.0(transitive)
- Removedaxios@0.22.0(transitive)
Updatedaxios@^0.25.0