@donotdev/core 0.0.5 → 0.0.7

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/next/empty.js ADDED
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @fileoverview Empty placeholder for optional features
3
+ * @description Used by Next.js/Turbopack resolution to alias missing optional features
4
+ */
5
+ export default {};