@vm0/cli 9.150.10 → 9.150.11
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.150.
|
|
74086
|
+
release: "9.150.11",
|
|
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.150.
|
|
74105
|
+
version: "9.150.11",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -103575,7 +103575,8 @@ var zeroConnectorsSearchContract = c16.router({
|
|
|
103575
103575
|
query: external_exports.object({ keyword: external_exports.string().optional() }),
|
|
103576
103576
|
responses: {
|
|
103577
103577
|
200: connectorSearchResponseSchema,
|
|
103578
|
-
401: apiErrorSchema
|
|
103578
|
+
401: apiErrorSchema,
|
|
103579
|
+
403: apiErrorSchema
|
|
103579
103580
|
},
|
|
103580
103581
|
summary: "Search available connector types"
|
|
103581
103582
|
}
|
|
@@ -127555,4 +127556,4 @@ undici/lib/web/fetch/body.js:
|
|
|
127555
127556
|
undici/lib/web/websocket/frame.js:
|
|
127556
127557
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
127557
127558
|
*/
|
|
127558
|
-
//# sourceMappingURL=chunk-
|
|
127559
|
+
//# sourceMappingURL=chunk-2ZSJAVJT.js.map
|