ultimate-jekyll-manager 0.0.63 → 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.
@@ -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.63",
3
+ "version": "0.0.64",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {