@webdiscus/pug-loader
Advanced tools
Comparing version 2.9.2 to 2.9.3
# Change log | ||
## 2.9.3 (2022-09-17) | ||
- chore: add peerDependenciesMeta to package.json for optional modules | ||
## 2.9.2 (2022-09-10) | ||
@@ -4,0 +7,0 @@ - fix: resolve modules whose package.json contains `exports` field |
{ | ||
"name": "@webdiscus/pug-loader", | ||
"version": "2.9.2", | ||
"version": "2.9.3", | ||
"description": "Pug loader renders Pug files into HTML or compiles them into a template function.", | ||
@@ -61,6 +61,16 @@ "keywords": [ | ||
"webpack": ">=5.32.0", | ||
"enhanced-resolve": ">=5.7.0" | ||
"enhanced-resolve": ">=5.7.0", | ||
"markdown-it": "^13.0.1", | ||
"prismjs": "^1.29.0" | ||
}, | ||
"peerDependenciesMeta": { | ||
"markdown-it": { | ||
"optional": true | ||
}, | ||
"prismjs": { | ||
"optional": true | ||
} | ||
}, | ||
"dependencies": { | ||
"ansis": "1.5.2", | ||
"ansis": "1.5.4", | ||
"parse5": "^7.1.1", | ||
@@ -71,4 +81,4 @@ "pug": "^3.0.2", | ||
"devDependencies": { | ||
"@babel/core": "^7.19.0", | ||
"@babel/preset-env": "^7.19.0", | ||
"@babel/core": "^7.19.1", | ||
"@babel/preset-env": "^7.19.1", | ||
"@types/jest": "^28.1.8", | ||
@@ -81,3 +91,3 @@ "css-loader": "^6.7.1", | ||
"prismjs": "^1.29.0", | ||
"pug-plugin": "~4.3.1", | ||
"pug-plugin": "~4.3.2", | ||
"responsive-loader": "^3.1.1", | ||
@@ -84,0 +94,0 @@ "sharp": "^0.30.7", |
@@ -123,3 +123,3 @@ const fs = require('fs'); | ||
* | ||
* @note: This is implementation of the 'pug-walk' logic without recursion and up to x2.5 faster. | ||
* @note: This is implementation of the 'pug-walk' logic without recursion, up to x2.5 faster. | ||
* | ||
@@ -126,0 +126,0 @@ * @param {Object} tree The tree of Pug nodes. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
130618
9
+ Addedansis@1.5.4(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)
+ Addedprismjs@1.29.0(transitive)
+ Addeduc.micro@1.0.6(transitive)
- Removedansis@1.5.2(transitive)
Updatedansis@1.5.4