@kubb/core 0.37.18 → 0.37.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/dist/index.d.ts +1 -1
- package/dist/index.global.js +2 -2
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.global.js
CHANGED
|
@@ -15587,6 +15587,7 @@ var kubb = (function (exports) {
|
|
|
15587
15587
|
|
|
15588
15588
|
// src/build.ts
|
|
15589
15589
|
init_define_process();
|
|
15590
|
+
var import_path4 = __toESM(require_path_browserify());
|
|
15590
15591
|
|
|
15591
15592
|
// src/managers/pluginManager/PluginManager.ts
|
|
15592
15593
|
init_define_process();
|
|
@@ -16211,7 +16212,6 @@ ${file.source}`
|
|
|
16211
16212
|
};
|
|
16212
16213
|
|
|
16213
16214
|
// src/build.ts
|
|
16214
|
-
var import_path4 = __toESM(require_path_browserify());
|
|
16215
16215
|
async function transformReducer(_previousCode, result, _plugin) {
|
|
16216
16216
|
if (result === null) {
|
|
16217
16217
|
return null;
|
|
@@ -16233,7 +16233,7 @@ ${file.source}`
|
|
|
16233
16233
|
fileManager.events.onSuccess(async () => {
|
|
16234
16234
|
await pluginManager.hookParallel("buildEnd");
|
|
16235
16235
|
setTimeout(() => {
|
|
16236
|
-
done({ fileManager });
|
|
16236
|
+
done({ files: fileManager.files });
|
|
16237
16237
|
}, 1e3);
|
|
16238
16238
|
});
|
|
16239
16239
|
fileManager.events.onAdd(async (id, file) => {
|