@inertiajs/core 2.2.14 → 2.2.15

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.
package/dist/index.js CHANGED
@@ -95,7 +95,8 @@ var config = new Config({
95
95
  useDialogForErrorModal: false
96
96
  },
97
97
  prefetch: {
98
- cacheFor: 3e4
98
+ cacheFor: 3e4,
99
+ hoverDelay: 75
99
100
  }
100
101
  });
101
102