backend-manager 3.2.112 → 3.2.113

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,6 +1,6 @@
1
1
  {
2
2
  "name": "backend-manager",
3
- "version": "3.2.112",
3
+ "version": "3.2.113",
4
4
  "description": "Quick tools for developing Firebase functions",
5
5
  "main": "src/manager/index.js",
6
6
  "bin": {
@@ -76,4 +76,4 @@
76
76
  "wonderful-log": "^1.0.5",
77
77
  "yargs": "^17.7.2"
78
78
  }
79
- }
79
+ }
@@ -98,7 +98,7 @@ Module.prototype.main = function () {
98
98
  const formattedContent = powertools.template(POST_TEMPLATE, payload.data.payload);
99
99
 
100
100
  // Insert ads
101
- const articleWithAds = insertAds(formattedContent, 3, 1500);
101
+ const articleWithAds = insertAds(formattedContent, 6, 4000);
102
102
 
103
103
  // Log
104
104
  assistant.log(`main(): articleWithAds`, articleWithAds);