backend-manager
Advanced tools
Comparing version 3.2.163 to 3.2.164
{ | ||
"name": "backend-manager", | ||
"version": "3.2.163", | ||
"version": "3.2.164", | ||
"description": "Quick tools for developing Firebase functions", | ||
@@ -54,2 +54,3 @@ "main": "src/manager/index.js", | ||
"inquirer": "^8.2.5", | ||
"itwcw-package-analytics": "^1.0.0", | ||
"json5": "^2.2.3", | ||
@@ -80,2 +81,2 @@ "jwt-decode": "^3.1.2", | ||
} | ||
} | ||
} |
@@ -280,2 +280,3 @@ // Libraries | ||
url: settings.app.url, | ||
sectionQuantity: powertools.random(3, 6, {mode: 'gaussian'}), | ||
feedUrl: `${settings.app.url}/feeds/posts.json`, | ||
@@ -282,0 +283,0 @@ links: settings.links, |
@@ -180,3 +180,3 @@ // Libraries | ||
if (!appId) { | ||
console.warn('⚠️ Missing config.app.id'); | ||
self.assistant.warn('⚠️ Missing config.app.id'); | ||
} | ||
@@ -188,3 +188,3 @@ | ||
const sentryDSN = self.config?.sentry?.dsn || ''; | ||
// console.log('Sentry', sentryRelease, sentryDSN); | ||
// self.assistant.log('Sentry', sentryRelease, sentryDSN); | ||
@@ -942,3 +942,3 @@ self.libraries.sentry = require('@sentry/node'); | ||
routes.forEach((file) => { | ||
// console.log('---file', file); | ||
// self.assistant.log('---file', file); | ||
// Require the file | ||
@@ -945,0 +945,0 @@ const cors = self.libraries.cors; |
@@ -187,3 +187,2 @@ const fetch = require('wonderful-fetch'); | ||
// console.log('*** input.path', input.path); | ||
// _log('Loading', input); | ||
@@ -195,2 +194,5 @@ let text = ''; | ||
const exists = jetpack.exists(input.path); | ||
_log('Reading prompt from path:', input.path); | ||
if (!exists) { | ||
@@ -197,0 +199,0 @@ return new Error(`Path ${input.path} not found`); |
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
540721
14564
42