@bookshop/eleventy-engine
Advanced tools
Comparing version 3.3.2 to 3.3.3
@@ -1,1 +0,1 @@ | ||
{"processes":{"63cca601-7770-46e8-8034-b773559479ea":{"parent":"7be80b40-0223-44db-a677-e4d351b77717","children":[]},"70cae311-3d0b-46da-9acc-6b692dbd8987":{"parent":"7be80b40-0223-44db-a677-e4d351b77717","children":[]},"7be80b40-0223-44db-a677-e4d351b77717":{"parent":null,"children":["63cca601-7770-46e8-8034-b773559479ea","70cae311-3d0b-46da-9acc-6b692dbd8987","855bd7bc-bb05-4e9f-952d-10a06f389ed9"]},"855bd7bc-bb05-4e9f-952d-10a06f389ed9":{"parent":"7be80b40-0223-44db-a677-e4d351b77717","children":[]}},"files":{},"externalIds":{}} | ||
{"processes":{"0e24bc5e-9771-451f-9a81-09a4ad7bbffa":{"parent":null,"children":["635c4360-0b33-43fe-a674-8697221d3196","675a0181-5ede-4b2e-929d-759f1e93ad76","aeca82ad-66ae-4086-b67f-6b512bccbe2c"]},"635c4360-0b33-43fe-a674-8697221d3196":{"parent":"0e24bc5e-9771-451f-9a81-09a4ad7bbffa","children":[]},"675a0181-5ede-4b2e-929d-759f1e93ad76":{"parent":"0e24bc5e-9771-451f-9a81-09a4ad7bbffa","children":[]},"aeca82ad-66ae-4086-b67f-6b512bccbe2c":{"parent":"0e24bc5e-9771-451f-9a81-09a4ad7bbffa","children":[]}},"files":{},"externalIds":{}} |
@@ -9,2 +9,3 @@ import { Liquid, Context } from 'liquidjs'; | ||
import slug from './plugins/slug-plugin.js'; | ||
import markdownify from './plugins/markdownify.js'; | ||
import loopContext from './plugins/loop_context.js'; | ||
@@ -25,3 +26,3 @@ import urlFilterBuilder from './plugins/url.js'; | ||
this.plugins = options.plugins || []; | ||
this.plugins.push(unbind, slug, loopContext); | ||
this.plugins.push(unbind, slug, loopContext, markdownify); | ||
@@ -28,0 +29,0 @@ this.meta = {}; |
{ | ||
"name": "@bookshop/eleventy-engine", | ||
"packageManager": "yarn@3.0.0", | ||
"version": "3.3.2", | ||
"version": "3.3.3", | ||
"description": "Bookshop frontend Eleventy renderer", | ||
@@ -30,5 +30,6 @@ "type": "module", | ||
"dependencies": { | ||
"@bookshop/helpers": "3.3.2", | ||
"@bookshop/helpers": "3.3.3", | ||
"esbuild": "^0.13.10", | ||
"liquidjs": "9.28.0", | ||
"markdown-it": "^13.0.1", | ||
"slugify": "^1.5.3" | ||
@@ -35,0 +36,0 @@ }, |
24306
24
505
5
+ Addedmarkdown-it@^13.0.1
+ Added@bookshop/helpers@3.3.3(transitive)
+ Addedargparse@2.0.1(transitive)
+ Addedentities@3.0.1(transitive)
+ Addedlinkify-it@4.0.1(transitive)
+ Addedmarkdown-it@13.0.2(transitive)
+ Addedmdurl@1.0.1(transitive)
+ Addeduc.micro@1.0.6(transitive)
- Removed@bookshop/helpers@3.3.2(transitive)
Updated@bookshop/helpers@3.3.3