adf-builder
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -9,3 +9,5 @@ "use strict"; | ||
for (let i = 0; i < args.length; i++) { | ||
paragraph.text(strings[i]); | ||
if (strings[i].length) { | ||
paragraph.text(strings[i]); | ||
} | ||
if (args[i] instanceof index_1.TopLevelNode) { | ||
@@ -12,0 +14,0 @@ throw new Error('Top level nodes cannot be used in tagged templates'); |
{ | ||
"name": "adf-builder", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Atlassian Document Format Builder", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
68997
1294