@webdiscus/pug-loader
Advanced tools
Comparing version 2.9.0 to 2.9.1
# Change log | ||
## 2.9.0 (2022-09-27) | ||
## 2.9.1 (2022-09-08) | ||
- fix: fixed last stable version of ansis in package.json to avoid issues in dependency | ||
## 2.9.0 (2022-08-27) | ||
- feat: add resolving for require in conditional, e.g.: | ||
@@ -16,3 +19,3 @@ ```pug | ||
## 2.8.2 (2022-09-21) | ||
## 2.8.2 (2022-08-21) | ||
- chore: optimize script store for pug-plugin | ||
@@ -19,0 +22,0 @@ |
{ | ||
"name": "@webdiscus/pug-loader", | ||
"version": "2.9.0", | ||
"version": "2.9.1", | ||
"description": "Pug loader renders Pug files into HTML or compiles them into a template function.", | ||
@@ -63,3 +63,3 @@ "keywords": [ | ||
"dependencies": { | ||
"ansis": "^1.4.0", | ||
"ansis": "1.4.0", | ||
"parse5": "^7.0.0", | ||
@@ -66,0 +66,0 @@ "pug": ">=3.0.2", |
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
129845
+ Addedansis@1.4.0(transitive)
- Removedansis@1.5.6(transitive)
Updatedansis@1.4.0