@kubb/studio 5.2.8 → 5.3.1
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 +4 -4
- package/dist/index.js +3 -3
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -2,14 +2,14 @@ Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
|
2
2
|
const require_rolldown_runtime = require("./rolldown-runtime-qbf5tadS.cjs");
|
|
3
3
|
const require_protocol = require("./protocol.cjs");
|
|
4
4
|
let node_util = require("node:util");
|
|
5
|
+
let node_process = require("node:process");
|
|
6
|
+
node_process = require_rolldown_runtime.__toESM(node_process, 1);
|
|
7
|
+
let node_child_process = require("node:child_process");
|
|
5
8
|
let node_fs_promises = require("node:fs/promises");
|
|
6
9
|
let node_path = require("node:path");
|
|
7
10
|
node_path = require_rolldown_runtime.__toESM(node_path, 1);
|
|
8
|
-
let node_child_process = require("node:child_process");
|
|
9
11
|
let ofetch = require("ofetch");
|
|
10
12
|
let node_crypto = require("node:crypto");
|
|
11
|
-
let node_process = require("node:process");
|
|
12
|
-
node_process = require_rolldown_runtime.__toESM(node_process, 1);
|
|
13
13
|
let unstorage = require("unstorage");
|
|
14
14
|
let unstorage_drivers_fs = require("unstorage/drivers/fs");
|
|
15
15
|
unstorage_drivers_fs = require_rolldown_runtime.__toESM(unstorage_drivers_fs, 1);
|
|
@@ -651,7 +651,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
|
|
|
651
651
|
}
|
|
652
652
|
//#endregion
|
|
653
653
|
//#region package.json
|
|
654
|
-
var version = "5.
|
|
654
|
+
var version = "5.3.1";
|
|
655
655
|
//#endregion
|
|
656
656
|
//#region src/hooks.ts
|
|
657
657
|
/**
|
package/dist/index.js
CHANGED
|
@@ -2,12 +2,12 @@ import { t as __name } from "./rolldown-runtime-CRm0XQPb.js";
|
|
|
2
2
|
import { createJobId, isCommandMessage, isDisconnectMessage, isStudioPingMessage, isStudioReadyMessage } from "./protocol.js";
|
|
3
3
|
import { createRequire } from "node:module";
|
|
4
4
|
import { styleText } from "node:util";
|
|
5
|
+
import process$1 from "node:process";
|
|
6
|
+
import { spawn } from "node:child_process";
|
|
5
7
|
import { readFile, writeFile } from "node:fs/promises";
|
|
6
8
|
import path, { isAbsolute, relative, resolve } from "node:path";
|
|
7
|
-
import { spawn } from "node:child_process";
|
|
8
9
|
import { FetchError, ofetch } from "ofetch";
|
|
9
10
|
import { hash, randomBytes } from "node:crypto";
|
|
10
|
-
import process$1 from "node:process";
|
|
11
11
|
import { createStorage } from "unstorage";
|
|
12
12
|
import fsDriver from "unstorage/drivers/fs";
|
|
13
13
|
import { Diagnostics, Hookable, createKubb, fsStorage, memoryStorage } from "@kubb/core";
|
|
@@ -646,7 +646,7 @@ async function createAgent({ studioUrl, token, name, machineToken }) {
|
|
|
646
646
|
}
|
|
647
647
|
//#endregion
|
|
648
648
|
//#region package.json
|
|
649
|
-
var version = "5.
|
|
649
|
+
var version = "5.3.1";
|
|
650
650
|
//#endregion
|
|
651
651
|
//#region src/hooks.ts
|
|
652
652
|
/**
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kubb/studio",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.1",
|
|
4
4
|
"description": "Kubb Studio client runtime. Connects a Kubb project to Kubb Studio over WebSocket and streams code generation events, shared by the `kubb studio` CLI command and the Docker agent.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agent",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"registry": "https://registry.npmjs.org/"
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
|
-
"@kubb/core": "5.
|
|
65
|
+
"@kubb/core": "5.3.1",
|
|
66
66
|
"magicast": "^0.5.5",
|
|
67
67
|
"ofetch": "^1.5.1",
|
|
68
68
|
"remeda": "^2.48.0",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@internals/utils": "0.0.1",
|
|
75
|
-
"@kubb/adapter-oas": "5.
|
|
75
|
+
"@kubb/adapter-oas": "5.3.1",
|
|
76
76
|
"@types/ws": "^8.18.1"
|
|
77
77
|
},
|
|
78
78
|
"engines": {
|