@batijs/core 0.0.448 → 0.0.450

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.
@@ -1,7 +1,7 @@
1
- import { createRequire } from 'module';
1
+ import { createRequire as BATI_core_createRequire } from 'module';
2
2
  import { fileURLToPath as BATI_fileURLToPath } from "node:url";
3
3
  import { dirname as BATI_dirname } from "node:path";
4
- const require = createRequire(import.meta.url);
4
+ const require = BATI_core_createRequire(import.meta.url);
5
5
 
6
6
  const __filename = BATI_fileURLToPath(import.meta.url);
7
7
  const __dirname = BATI_dirname(__filename);