@kyro-cms/admin 0.12.18 → 0.12.19

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyro-cms/admin",
3
- "version": "0.12.18",
3
+ "version": "0.12.19",
4
4
  "engines": {
5
5
  "node": ">=22"
6
6
  },
@@ -248,7 +248,8 @@ function debug(namespace) {
248
248
  debug.enable = function() {};
249
249
  debug.disable = function() {};
250
250
  debug.enabled = function() { return false; };
251
- export default debug;
251
+ debug.default = debug;
252
+ module.exports = debug;
252
253
  `;
253
254
  }
254
255
  },