@arshad/gatsby-source-podcast
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,4 +6,12 @@ # Change Log | ||
## [1.0.2](https://github.com/arshad/gatsby-themes/compare/@arshad/gatsby-source-podcast@1.0.1...@arshad/gatsby-source-podcast@1.0.2) (2020-05-05) | ||
**Note:** Version bump only for package @arshad/gatsby-source-podcast | ||
## 1.0.1 (2019-11-30) | ||
**Note:** Version bump only for package @arshad/gatsby-source-podcast |
@@ -55,6 +55,3 @@ "use strict" | ||
const createContentDigest = obj => | ||
_crypto.default | ||
.createHash(`md5`) | ||
.update(JSON.stringify(obj)) | ||
.digest(`hex`) | ||
_crypto.default.createHash(`md5`).update(JSON.stringify(obj)).digest(`hex`) | ||
@@ -61,0 +58,0 @@ exports.sourceNodes = async ( |
@@ -5,3 +5,3 @@ { | ||
"author": "arshad <arshad@chummun.com>", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"main": "gatsby-node.js", | ||
@@ -30,3 +30,3 @@ "license": "MIT", | ||
}, | ||
"gitHead": "e10843ecab2ec51dbb0a3f2e08d2846dd6b17028" | ||
"gitHead": "4ba7651973470009d221d4fd412bbcd4d30c091c" | ||
} |
4333
4
70