@raycast/generate-docs
Advanced tools
Comparing version 0.8.16 to 0.8.17
@@ -187,2 +187,3 @@ #!/usr/bin/env node | ||
const htmlImageRegex = /<img src="(.+?)".*?>/gm; | ||
const htmlSourceRegex = /<source srcset="(.+?)".*?>/gm; | ||
/** check that every images points to an image that's present in the assets */ | ||
@@ -193,2 +194,3 @@ function checkImages(filepath, content, assets) { | ||
...content.matchAll(htmlImageRegex), | ||
...content.matchAll(htmlSourceRegex), | ||
].map((x) => ({ | ||
@@ -195,0 +197,0 @@ file: filepath, |
{ | ||
"name": "@raycast/generate-docs", | ||
"version": "0.8.16", | ||
"version": "0.8.17", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
32846
983