@kubb/cli 2.13.1 → 2.13.3
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.cjs +2 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/src/utils/getCosmiConfig.ts +0 -3
package/dist/index.cjs
CHANGED
|
@@ -2607,7 +2607,7 @@ var _tty = require('tty'); var _tty2 = _interopRequireDefault(_tty);
|
|
|
2607
2607
|
var p2 = w(_tty.isatty.call(void 0, 1));
|
|
2608
2608
|
|
|
2609
2609
|
// package.json
|
|
2610
|
-
var version = "2.13.
|
|
2610
|
+
var version = "2.13.3";
|
|
2611
2611
|
|
|
2612
2612
|
// src/generate.ts
|
|
2613
2613
|
init_cjs_shims();
|
|
@@ -5627,10 +5627,7 @@ var _cosmiconfig = require('cosmiconfig');
|
|
|
5627
5627
|
var tsLoader = async (configFile) => {
|
|
5628
5628
|
const { mod } = await _bundlerequire.bundleRequire.call(void 0, {
|
|
5629
5629
|
filepath: configFile,
|
|
5630
|
-
preserveTemporaryFile: false
|
|
5631
|
-
// makes it possible to use React and hooks
|
|
5632
|
-
// format: 'cjs',
|
|
5633
|
-
external: [/@mgx/]
|
|
5630
|
+
preserveTemporaryFile: false
|
|
5634
5631
|
});
|
|
5635
5632
|
return mod.default;
|
|
5636
5633
|
};
|