shortcode-tree
Advanced tools
Comparing version 1.4.12 to 1.4.13
@@ -144,2 +144,3 @@ "use strict"; | ||
* | ||
* @param {object} options Formatter options | ||
* @returns {string} | ||
@@ -150,4 +151,4 @@ */ | ||
key: "stringify", | ||
value: function stringify() { | ||
return ShortcodeFormatter.stringify(this); | ||
value: function stringify(options) { | ||
return ShortcodeFormatter.stringify(this, options); | ||
} | ||
@@ -154,0 +155,0 @@ |
{ | ||
"name": "shortcode-tree", | ||
"version": "1.4.12", | ||
"version": "1.4.13", | ||
"description": "Parser library for reading short codes (BB codes) into a tree structure", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
135492
3044