@kubb/core 5.0.0-beta.102 → 5.0.0-beta.103

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_usingCtx = require("./usingCtx-CZyLSqds.cjs");
2
+ const require_usingCtx = require("./usingCtx-CO6pGcST.cjs");
3
3
  let node_async_hooks = require("node:async_hooks");
4
4
  let node_util = require("node:util");
5
5
  let node_crypto = require("node:crypto");
@@ -151,7 +151,7 @@ function randomCliColor(text) {
151
151
  }
152
152
  //#endregion
153
153
  //#region package.json
154
- var version = "5.0.0-beta.102";
154
+ var version = "5.0.0-beta.103";
155
155
  //#endregion
156
156
  //#region src/constants.ts
157
157
  /**
@@ -1483,6 +1483,7 @@ var KubbDriver = class {
1483
1483
  updateBuffer.push(item);
1484
1484
  },
1485
1485
  end: async (files) => {
1486
+ updateBuffer.sort((a, b) => a.processed - b.processed);
1486
1487
  await hooks.callHook("kubb:files:processing:update", { files: updateBuffer.map((item) => ({
1487
1488
  ...item,
1488
1489
  config