nodebb-plugin-ezoic-infinite 1.8.58 → 1.8.59

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.
Files changed (2) hide show
  1. package/library.js +1 -1
  2. package/package.json +1 -1
package/library.js CHANGED
@@ -153,7 +153,7 @@ const EZOIC_SCRIPTS = [
153
153
 
154
154
  // Analytics
155
155
  '<script src="https://ezoicanalytics.com/analytics.js"></script>',
156
- ].join('\n');
156
+ ].join('\n') + '\n';
157
157
 
158
158
  // ── Hooks ────────────────────────────────────────────────────────────────────
159
159
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nodebb-plugin-ezoic-infinite",
3
- "version": "1.8.58",
3
+ "version": "1.8.59",
4
4
  "description": "Production-ready Ezoic infinite ads integration for NodeBB 4.x",
5
5
  "main": "library.js",
6
6
  "license": "MIT",