@vm0/cli 9.145.1 → 9.145.2
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.145.
|
|
74086
|
+
release: "9.145.2",
|
|
74087
74087
|
sendDefaultPii: false,
|
|
74088
74088
|
tracesSampleRate: 0,
|
|
74089
74089
|
shutdownTimeout: 500,
|
|
@@ -74102,7 +74102,7 @@ if (DSN) {
|
|
|
74102
74102
|
}
|
|
74103
74103
|
});
|
|
74104
74104
|
setContext("cli", {
|
|
74105
|
-
version: "9.145.
|
|
74105
|
+
version: "9.145.2",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -102891,7 +102891,17 @@ var MODEL_PROVIDER_FIREWALL_CONFIGS = {
|
|
|
102891
102891
|
"ChatGPT-Account-ID": "${{ secrets.CHATGPT_ACCOUNT_ID }}"
|
|
102892
102892
|
}
|
|
102893
102893
|
},
|
|
102894
|
-
permissions: [
|
|
102894
|
+
permissions: [
|
|
102895
|
+
{
|
|
102896
|
+
name: "codex:api",
|
|
102897
|
+
rules: [
|
|
102898
|
+
"GET /models",
|
|
102899
|
+
"GET /responses",
|
|
102900
|
+
"POST /responses",
|
|
102901
|
+
"POST /analytics-events/events"
|
|
102902
|
+
]
|
|
102903
|
+
}
|
|
102904
|
+
]
|
|
102895
102905
|
},
|
|
102896
102906
|
{
|
|
102897
102907
|
base: "https://auth.openai.com",
|
|
@@ -121977,4 +121987,4 @@ undici/lib/web/fetch/body.js:
|
|
|
121977
121987
|
undici/lib/web/websocket/frame.js:
|
|
121978
121988
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
121979
121989
|
*/
|
|
121980
|
-
//# sourceMappingURL=chunk-
|
|
121990
|
+
//# sourceMappingURL=chunk-OXSVCIKP.js.map
|