@adobe/helix-shared-indexer
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.2.11](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer@0.2.10...@adobe/helix-shared-indexer@0.2.11) (2022-02-09) | ||
### Bug Fixes | ||
* don't pin helix-fetch and universal for better deduping ([#639](https://github.com/adobe/helix-shared/issues/639)) ([d4f4060](https://github.com/adobe/helix-shared/commit/d4f40603a1c899e6cfbd51900bb49453a63d32dd)) | ||
## [0.2.10](https://github.com/adobe/helix-shared/compare/@adobe/helix-shared-indexer@0.2.9...@adobe/helix-shared-indexer@0.2.10) (2022-02-09) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@adobe/helix-shared-indexer", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"description": "Shared modules of the Helix Project - Indexer", | ||
@@ -32,7 +32,7 @@ "main": "src/index.js", | ||
"devDependencies": { | ||
"@adobe/helix-fetch": "3.0.3", | ||
"@adobe/helix-shared-config": "^1.7.8", | ||
"@adobe/helix-fetch": "^3.0.3", | ||
"@adobe/helix-shared-config": "^1.7.9", | ||
"mocha": "9.2.0" | ||
}, | ||
"gitHead": "69c960319e92ab98dd353645ca7e90c356a4d718" | ||
"gitHead": "cb647f9b883bc9e7f626c88950e019d40d3faa31" | ||
} |
31330