vue-instantsearch
Advanced tools
Comparing version 4.16.2 to 4.17.0
@@ -19,3 +19,3 @@ { | ||
"license": "MIT", | ||
"version": "4.16.2", | ||
"version": "4.17.0", | ||
"files": [ | ||
@@ -40,4 +40,4 @@ "vue2", | ||
"dependencies": { | ||
"instantsearch-ui-components": "0.5.0", | ||
"instantsearch.js": "4.68.1", | ||
"instantsearch-ui-components": "0.6.0", | ||
"instantsearch.js": "4.69.0", | ||
"mitt": "^2.1.0" | ||
@@ -67,4 +67,4 @@ }, | ||
"algoliasearch": "4.23.2", | ||
"algoliasearch-helper": "3.19.0", | ||
"instantsearch.css": "8.1.0", | ||
"algoliasearch-helper": "3.20.0", | ||
"instantsearch.css": "8.2.0", | ||
"rollup": "1.32.1", | ||
@@ -95,3 +95,3 @@ "rollup-plugin-babel": "4.4.0", | ||
}, | ||
"gitHead": "500174c459e94ca09bd9368b38489c97886f603f" | ||
"gitHead": "95ec6c4ce746c77eeb92fab1e42b5f833f3f04bc" | ||
} |
@@ -342,2 +342,6 @@ /** | ||
}, | ||
createRelatedProductsConnectorTests: () => {}, | ||
createFrequentlyBoughtTogetherConnectorTests: () => {}, | ||
createTrendingItemsConnectorTests: () => {}, | ||
createLookingSimilarConnectorTests: () => {}, | ||
}; | ||
@@ -417,2 +421,26 @@ | ||
createToggleRefinementConnectorTests: undefined, | ||
createRelatedProductsConnectorTests: { | ||
skippedTests: { | ||
options: true, | ||
state: true, | ||
}, | ||
}, | ||
createFrequentlyBoughtTogetherConnectorTests: { | ||
skippedTests: { | ||
options: true, | ||
state: true, | ||
}, | ||
}, | ||
createTrendingItemsConnectorTests: { | ||
skippedTests: { | ||
options: true, | ||
state: true, | ||
}, | ||
}, | ||
createLookingSimilarConnectorTests: { | ||
skippedTests: { | ||
options: true, | ||
state: true, | ||
}, | ||
}, | ||
}; | ||
@@ -419,0 +447,0 @@ |
@@ -506,2 +506,16 @@ /** | ||
}, | ||
createRelatedProductsWidgetTests() { | ||
throw new Error('RelatedProduct is not supported in Vue InstantSearch'); | ||
}, | ||
createFrequentlyBoughtTogetherWidgetTests() { | ||
throw new Error( | ||
'FrequentlyBoughtTogether is not supported in Vue InstantSearch' | ||
); | ||
}, | ||
createTrendingItemsWidgetTests() { | ||
throw new Error('TrendingItems is not supported in Vue InstantSearch'); | ||
}, | ||
createLookingSimilarWidgetTests() { | ||
throw new Error('LookingSimilar is not supported in Vue InstantSearch'); | ||
}, | ||
}; | ||
@@ -529,2 +543,16 @@ | ||
createStatsWidgetTests: undefined, | ||
createRelatedProductsWidgetTests: { | ||
skippedTests: { | ||
'RelatedProducts widget common tests': true, | ||
}, | ||
}, | ||
createFrequentlyBoughtTogetherWidgetTests: { | ||
skippedTests: { 'FrequentlyBoughtTogether widget common tests': true }, | ||
}, | ||
createTrendingItemsWidgetTests: { | ||
skippedTests: { 'TrendingItems widget common tests': true }, | ||
}, | ||
createLookingSimilarWidgetTests: { | ||
skippedTests: { 'LookingSimilar widget common tests': true }, | ||
}, | ||
}; | ||
@@ -531,0 +559,0 @@ |
@@ -1,2 +0,2 @@ | ||
var r="4.16.2";export{r as version}; | ||
var r="4.17.0";export{r as version}; | ||
//# sourceMappingURL=package.json.js.map |
@@ -1,2 +0,2 @@ | ||
var r="4.16.2";export{r as version}; | ||
var r="4.17.0";export{r as version}; | ||
//# sourceMappingURL=package.json.js.map |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
4477913
14238
+ Addedalgoliasearch-helper@3.20.0(transitive)
+ Addedinstantsearch-ui-components@0.6.0(transitive)
+ Addedinstantsearch.js@4.69.0(transitive)
- Removedalgoliasearch-helper@3.19.0(transitive)
- Removedinstantsearch-ui-components@0.5.0(transitive)
- Removedinstantsearch.js@4.68.1(transitive)
Updatedinstantsearch.js@4.69.0