skalpel 2.0.23 → 2.0.24
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/cli/index.js +0 -11
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/proxy-runner.js +14 -65
- package/dist/cli/proxy-runner.js.map +1 -1
- package/dist/index.cjs +14 -65
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +14 -65
- package/dist/index.js.map +1 -1
- package/dist/proxy/index.cjs +14 -65
- package/dist/proxy/index.cjs.map +1 -1
- package/dist/proxy/index.js +14 -65
- package/dist/proxy/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -105,14 +105,6 @@ var init_fetch_error = __esm({
|
|
|
105
105
|
}
|
|
106
106
|
});
|
|
107
107
|
|
|
108
|
-
// src/proxy/trace-context.ts
|
|
109
|
-
import { randomBytes } from "crypto";
|
|
110
|
-
var init_trace_context = __esm({
|
|
111
|
-
"src/proxy/trace-context.ts"() {
|
|
112
|
-
"use strict";
|
|
113
|
-
}
|
|
114
|
-
});
|
|
115
|
-
|
|
116
108
|
// src/proxy/streaming.ts
|
|
117
109
|
var HOP_BY_HOP, STRIP_HEADERS;
|
|
118
110
|
var init_streaming = __esm({
|
|
@@ -123,7 +115,6 @@ var init_streaming = __esm({
|
|
|
123
115
|
init_envelope();
|
|
124
116
|
init_recovery();
|
|
125
117
|
init_fetch_error();
|
|
126
|
-
init_trace_context();
|
|
127
118
|
HOP_BY_HOP = /* @__PURE__ */ new Set([
|
|
128
119
|
"connection",
|
|
129
120
|
"keep-alive",
|
|
@@ -152,7 +143,6 @@ var init_ws_client = __esm({
|
|
|
152
143
|
"src/proxy/ws-client.ts"() {
|
|
153
144
|
"use strict";
|
|
154
145
|
init_codex_oauth();
|
|
155
|
-
init_trace_context();
|
|
156
146
|
H1_HTTPS_AGENT = new https.Agent({
|
|
157
147
|
ALPNProtocols: ["http/1.1"],
|
|
158
148
|
keepAlive: true
|
|
@@ -172,7 +162,6 @@ var init_handler = __esm({
|
|
|
172
162
|
init_codex_oauth();
|
|
173
163
|
init_recovery();
|
|
174
164
|
init_fetch_error();
|
|
175
|
-
init_trace_context();
|
|
176
165
|
}
|
|
177
166
|
});
|
|
178
167
|
|