@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 +3 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/mocks.cjs +1 -1
- package/dist/mocks.d.ts +1 -1
- package/dist/mocks.js +1 -1
- package/dist/{types-B14Ba9P7.d.ts → types-CYp43kqg.d.ts} +6 -3
- package/dist/{usingCtx-BNggxUEL.js → usingCtx-C8EG-wqH.js} +22 -16
- package/dist/{usingCtx-BNggxUEL.js.map → usingCtx-C8EG-wqH.js.map} +1 -1
- package/dist/{usingCtx-CZyLSqds.cjs → usingCtx-CO6pGcST.cjs} +22 -16
- package/dist/{usingCtx-CZyLSqds.cjs.map → usingCtx-CO6pGcST.cjs.map} +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
-
const require_usingCtx = require("./usingCtx-
|
|
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.
|
|
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
|