ultimate-jekyll-manager 0.0.159 → 0.0.161

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.
@@ -189,7 +189,7 @@ async function sendUserSignupMetadata(user, webManager) {
189
189
  };
190
190
 
191
191
  // Get server API URL
192
- const serverApiURL = webManager.getApiUrl() + '/backend-manager';
192
+ const serverApiURL = `${webManager.getApiUrl()}/backend-manager`;
193
193
 
194
194
  // Make API call to send signup metadata
195
195
  const response = await authorizedFetch(serverApiURL, {
@@ -367,6 +367,11 @@ export class FormManager {
367
367
  return;
368
368
  }
369
369
 
370
+ // Skip if field is not in current input group (respects setInputGroup filter)
371
+ if (!this._isFieldInGroup($field)) {
372
+ return;
373
+ }
374
+
370
375
  // Skip if already has an error (from previous validation)
371
376
  if (this._fieldErrors[name]) {
372
377
  return;
@@ -65,7 +65,7 @@ function setupResetApiKeyForm() {
65
65
  }
66
66
 
67
67
  // Get server API URL
68
- const serverApiURL = webManager.getApiUrl() + '/backend-manager';
68
+ const serverApiURL = `${webManager.getApiUrl()}/backend-manager`;
69
69
 
70
70
  // Make API call to reset API key
71
71
  const response = await authorizedFetch(serverApiURL, {
@@ -16,7 +16,7 @@ const supportedProviders = ['google', 'discord', 'github', 'twitter', 'facebook'
16
16
 
17
17
  // Get API URL helper
18
18
  function getApiUrl() {
19
- return webManager.getApiUrl() + '/backend-manager';
19
+ return `${webManager.getApiUrl()}/backend-manager`;
20
20
  }
21
21
 
22
22
  // Initialize connections section
@@ -198,7 +198,7 @@ async function updateActiveSessions(account) {
198
198
 
199
199
  // Fetch other active sessions from server
200
200
  try {
201
- const serverApiURL = webManager.getApiUrl() + '/backend-manager';
201
+ const serverApiURL = `${webManager.getApiUrl()}/backend-manager`;
202
202
 
203
203
  const data = await authorizedFetch(serverApiURL, {
204
204
  method: 'POST',
@@ -58,6 +58,7 @@ function setupForm() {
58
58
  company: data.company || '',
59
59
  subject: data.subject,
60
60
  message: data.message,
61
+ user: data.user || {},
61
62
  };
62
63
 
63
64
  // Get API endpoint from site config or use default
@@ -207,7 +207,7 @@ function setupMobileEmailForms() {
207
207
  console.log('Mobile email form submitted:', { platform, email: data.email });
208
208
 
209
209
  // Get API endpoint
210
- const apiEndpoint = webManager.getApiUrl() + '/backend-manager';
210
+ const apiEndpoint = `${webManager.getApiUrl()}/backend-manager`;
211
211
 
212
212
  // Send request using wonderful-fetch
213
213
  await fetch(apiEndpoint, {
@@ -208,6 +208,10 @@ faqs:
208
208
  <input type="text" class="form-control" name="honey" tabindex="-1" autocomplete="off">
209
209
  </div>
210
210
 
211
+ <!-- Hidden auth fields (auto-populated via bindings) -->
212
+ <input type="hidden" aria-hidden="true" name="auth.user.uid" data-wm-bind="@value auth.user.uid">
213
+ <input type="hidden" aria-hidden="true" name="auth.user.email" data-wm-bind="@value auth.user.email">
214
+
211
215
  <div class="mb-4">
212
216
  <label for="email" class="form-label fw-semibold">Email Address <span class="text-danger">*</span></label>
213
217
  <input type="email" class="form-control form-control-lg" id="email" name="email"
@@ -3322,3 +3322,31 @@
3322
3322
  [debug] [2025-12-11T09:13:42.754Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3323
3323
  [debug] [2025-12-11T09:13:42.755Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3324
3324
  [debug] [2025-12-11T09:13:42.755Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3325
+ [debug] [2025-12-13T03:05:39.376Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3326
+ [debug] [2025-12-13T03:05:39.377Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3327
+ [debug] [2025-12-13T03:05:39.378Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3328
+ [debug] [2025-12-13T03:05:39.379Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3329
+ [debug] [2025-12-13T03:05:39.379Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3330
+ [debug] [2025-12-13T03:05:39.395Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3331
+ [debug] [2025-12-13T03:05:39.396Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3332
+ [debug] [2025-12-13T03:05:39.379Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3333
+ [debug] [2025-12-13T03:05:39.380Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3334
+ [debug] [2025-12-13T03:05:39.380Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3335
+ [debug] [2025-12-13T03:05:39.396Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3336
+ [debug] [2025-12-13T03:05:39.396Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3337
+ [debug] [2025-12-13T03:05:39.513Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3338
+ [debug] [2025-12-13T03:05:39.513Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3339
+ [debug] [2025-12-13T03:05:39.515Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3340
+ [debug] [2025-12-13T03:05:39.515Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3341
+ [debug] [2025-12-13T03:05:39.517Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3342
+ [debug] [2025-12-13T03:05:39.517Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3343
+ [debug] [2025-12-13T03:05:39.518Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3344
+ [debug] [2025-12-13T03:05:39.518Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3345
+ [debug] [2025-12-13T03:05:39.523Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3346
+ [debug] [2025-12-13T03:05:39.524Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3347
+ [debug] [2025-12-13T03:05:39.525Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3348
+ [debug] [2025-12-13T03:05:39.525Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3349
+ [debug] [2025-12-13T03:05:39.527Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3350
+ [debug] [2025-12-13T03:05:39.527Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
3351
+ [debug] [2025-12-13T03:05:39.528Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"]
3352
+ [debug] [2025-12-13T03:05:39.528Z] > authorizing via signed-in user (ian.wiedenman@gmail.com)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.159",
3
+ "version": "0.0.161",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -74,7 +74,7 @@
74
74
  "cheerio": "^1.1.2",
75
75
  "chrome-launcher": "^1.2.1",
76
76
  "dotenv": "^17.2.3",
77
- "fast-xml-parser": "^5.3.2",
77
+ "fast-xml-parser": "^5.3.3",
78
78
  "fs-jetpack": "^5.1.0",
79
79
  "glob": "^13.0.0",
80
80
  "gulp-clean-css": "^4.3.0",
@@ -94,11 +94,11 @@
94
94
  "node-powertools": "^2.3.2",
95
95
  "npm-api": "^1.0.1",
96
96
  "postcss": "^8.5.6",
97
- "prettier": "^3.7.3",
98
- "sass": "^1.94.2",
97
+ "prettier": "^3.7.4",
98
+ "sass": "^1.96.0",
99
99
  "spellchecker": "^3.7.1",
100
100
  "through2": "^4.0.2",
101
- "web-manager": "^4.0.32",
101
+ "web-manager": "^4.0.34",
102
102
  "webpack": "^5.103.0",
103
103
  "wonderful-fetch": "^1.3.4",
104
104
  "wonderful-version": "^1.3.2",