ultimate-jekyll-manager 0.0.70 → 0.0.72

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.
@@ -20,7 +20,7 @@
20
20
  </a>
21
21
  </div>
22
22
  {% if logo_description and logo_description != '' and logo_description != 'null' %}
23
- <p class="text-body-secondary mb-0">{{ logo_description }}</p>
23
+ <p class="mb-0">{{ logo_description }}</p>
24
24
  {% endif %}
25
25
  </div>
26
26
 
@@ -116,9 +116,6 @@ 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'),
122
119
  },
123
120
  // Add module resolution paths for local web-manager
124
121
  modules: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.70",
3
+ "version": "0.0.72",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {
@@ -94,7 +94,7 @@
94
94
  "sass": "^1.93.2",
95
95
  "spellchecker": "^3.7.1",
96
96
  "through2": "^4.0.2",
97
- "web-manager": "^4.0.8",
97
+ "web-manager": "^4.0.9",
98
98
  "webpack": "^5.101.3",
99
99
  "wonderful-fetch": "^1.3.3",
100
100
  "wonderful-version": "^1.3.2",