eleventy-generate-posts 0.0.8 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -187,7 +187,7 @@ for (let i = 1; i < numPosts; i++) {
187
187
  let postContent;
188
188
  log.debug('Getting bacon ipsum text (this may take a few seconds)...');
189
189
  try {
190
- let response = await fetch(`https://baconipsumX.com/api/?type=all-meat&paras=${getRandomInt(10)}&start-with-lorem=1`);
190
+ let response = await fetch(`https://baconipsum.com/api/?type=all-meat&paras=${getRandomInt(10)}&start-with-lorem=1`);
191
191
  if (!response.ok) {
192
192
  writeConsole(red, 'Error', `${baconIpsumErrorStr}\nStatus: ${response.status}`);
193
193
  process.exit(1);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleventy-generate-posts",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "Generates batches of Eleventy posts",
5
5
  "author": "John M. Wargo",
6
6
  "license": "MIT",