ultimate-jekyll-manager 0.0.62 → 0.0.64

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.
@@ -373,7 +373,7 @@ faqs:
373
373
  <div class="card bg-body-tertiary border-0" data-lazy="@class animation-slide-up">
374
374
  <div class="card-body p-4 text-center">
375
375
  <h3 class="h2 mb-3">Enterprise</h3>
376
- <h4 class="text-muted mb-4">Custom pricing</h4>
376
+ <h4 class="mb-4">Custom pricing</h4>
377
377
  <p class="mb-4">Custom solutions for large organizations. Advanced security and flexible pricing based on your needs.</p>
378
378
  <button class="btn btn-primary btn-lg" data-plan-id="enterprise">
379
379
  {% uj_icon "envelope", "fa-lg me-2" %}
@@ -116,6 +116,9 @@ const settings = {
116
116
 
117
117
  // For importing the theme
118
118
  '__theme__': path.resolve(rootPathPackage, 'dist/assets/themes', config.theme.id),
119
+
120
+ // Force @sentry/core to use the version from web-manager to avoid version conflicts
121
+ '@sentry/core': path.resolve(rootPathPackage, 'node_modules/web-manager/node_modules/@sentry/core'),
119
122
  },
120
123
  // Add module resolution paths for local web-manager
121
124
  modules: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.62",
3
+ "version": "0.0.64",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {