@vm0/cli 9.111.2 → 9.111.3
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.
|
@@ -34652,7 +34652,7 @@ if (DSN) {
|
|
|
34652
34652
|
Sentry.init({
|
|
34653
34653
|
dsn: DSN,
|
|
34654
34654
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
34655
|
-
release: "9.111.
|
|
34655
|
+
release: "9.111.3",
|
|
34656
34656
|
sendDefaultPii: false,
|
|
34657
34657
|
tracesSampleRate: 0,
|
|
34658
34658
|
shutdownTimeout: 500,
|
|
@@ -34671,7 +34671,7 @@ if (DSN) {
|
|
|
34671
34671
|
}
|
|
34672
34672
|
});
|
|
34673
34673
|
Sentry.setContext("cli", {
|
|
34674
|
-
version: "9.111.
|
|
34674
|
+
version: "9.111.3",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -68496,7 +68496,8 @@ var orgResponseSchema = external_exports.object({
|
|
|
68496
68496
|
slug: external_exports.string(),
|
|
68497
68497
|
name: external_exports.string(),
|
|
68498
68498
|
tier: external_exports.string().optional(),
|
|
68499
|
-
role: orgRoleSchema.optional()
|
|
68499
|
+
role: orgRoleSchema.optional(),
|
|
68500
|
+
createdBy: external_exports.string().optional()
|
|
68500
68501
|
});
|
|
68501
68502
|
var updateOrgRequestSchema = external_exports.object({
|
|
68502
68503
|
slug: orgSlugSchema.optional(),
|
|
@@ -75974,4 +75975,4 @@ undici/lib/web/fetch/body.js:
|
|
|
75974
75975
|
undici/lib/web/websocket/frame.js:
|
|
75975
75976
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
75976
75977
|
*/
|
|
75977
|
-
//# sourceMappingURL=chunk-
|
|
75978
|
+
//# sourceMappingURL=chunk-JZJGXOGN.js.map
|