@pattern-lab/engine-handlebars
Advanced tools
Comparing version 5.14.3 to 5.15.1
@@ -6,2 +6,11 @@ # Change Log | ||
## [5.15.1](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.15.0...v5.15.1) (2021-10-16) | ||
**Note:** Version bump only for package @pattern-lab/engine-handlebars | ||
## [5.14.3](https://github.com/pattern-lab/patternlab-node/tree/master/packages/engine-handlebars/compare/v5.14.2...v5.14.3) (2021-05-17) | ||
@@ -8,0 +17,0 @@ |
@@ -32,3 +32,4 @@ 'use strict'; | ||
const findPartialsRE = /{{#?>\s*([\w-\/.]+)(?:.|\s+)*?}}/g; | ||
const findListItemsRE = /({{#( )?)(list(I|i)tems.)(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen|twenty)( )?}}/g; | ||
const findListItemsRE = | ||
/({{#( )?)(list(I|i)tems.)(one|two|three|four|five|six|seven|eight|nine|ten|eleven|twelve|thirteen|fourteen|fifteen|sixteen|seventeen|eighteen|nineteen|twenty)( )?}}/g; | ||
const findAtPartialBlockRE = /{{#?>\s*@partial-block\s*}}/g; | ||
@@ -35,0 +36,0 @@ |
{ | ||
"name": "@pattern-lab/engine-handlebars", | ||
"description": "The Handlebars engine for Pattern Lab / Node", | ||
"version": "5.14.3", | ||
"version": "5.15.1", | ||
"main": "lib/engine_handlebars.js", | ||
@@ -26,3 +26,3 @@ "dependencies": { | ||
"engines": { | ||
"node": ">=12.12.0" | ||
"node": ">=12.13.1" | ||
}, | ||
@@ -32,3 +32,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "4431c5d4baf4c5089daf15cde30beda6afd3f4f8" | ||
"gitHead": "d01b062de612f80ee683210abdb5746eae146c14" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
19412
144