ultimate-jekyll-manager 0.0.64 → 0.0.65

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.
@@ -116,9 +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
-
119
+
120
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'),
121
+ // '@sentry/core': path.resolve(rootPathPackage, 'node_modules/web-manager/node_modules/@sentry/core'),
122
122
  },
123
123
  // Add module resolution paths for local web-manager
124
124
  modules: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.64",
3
+ "version": "0.0.65",
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.2",
97
+ "web-manager": "^4.0.3",
98
98
  "webpack": "^5.101.3",
99
99
  "wonderful-fetch": "^1.3.3",
100
100
  "wonderful-version": "^1.3.2",