@innovastudio/contentbuilder 1.3.83 → 1.3.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@innovastudio/contentbuilder",
3
3
  "type": "module",
4
- "version": "1.3.83",
4
+ "version": "1.3.84",
5
5
  "description": "",
6
6
  "main": "public/contentbuilder/contentbuilder.esm.js",
7
7
  "files": [
@@ -77357,8 +77357,8 @@ class ContentBuilder {
77357
77357
  this.shortenOutput = shortenOutput;
77358
77358
  let html = this.html();
77359
77359
  this.makeAbsolute = false;
77360
- output = pageTemplate.replace('[%CONTENT%]', html);
77361
- this.shortenOutput = false; // Custom
77360
+ this.shortenOutput = false;
77361
+ output = pageTemplate.replace('[%CONTENT%]', html); // Custom
77362
77362
 
77363
77363
  if (options.replace) {
77364
77364
  options.replace.forEach(rule => {