ultimate-jekyll-manager 0.0.195 → 0.0.197

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.
@@ -830,7 +830,7 @@ async function migrateHooksToNestedStructure() {
830
830
  }
831
831
 
832
832
  // Move the file
833
- jetpack.move(oldPath, newPath);
833
+ jetpack.move(oldPath, newPath, { overwrite: true });
834
834
  logger.log(`✅ Migrated hook: ${migration.old} → ${migration.new}`);
835
835
  migratedCount++;
836
836
  }
@@ -34,7 +34,7 @@ gem "wdm", "~> 0.1.0" if Gem.win_platform?
34
34
  gem "logger"
35
35
 
36
36
  # Parallel processing for faster builds
37
- gem 'parallel'
37
+ # gem 'parallel'
38
38
 
39
39
  # Fix x86_64 / arm64e error
40
40
  # /Users/ian/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/redcarpet-3.6.0/lib/redcarpet.rb:1:in `require': dlopen(/Users/ian/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/redcarpet-3.6.0/lib/redcarpet.bundle, 0x0009): tried: '/Users/ian/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/redcarpet-3.6.0/lib/redcarpet.bundle' (mach-o file, but is an incompatible architecture (have (x86_64), need (arm64e))) - /Users/ian/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/gems/redcarpet-3.6.0/lib/redcarpet.bundle (LoadError)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "0.0.195",
3
+ "version": "0.0.197",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {