@vm0/cli 9.156.6 → 9.156.7
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.156.
|
|
74086
|
+
release: "9.156.7",
|
|
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.156.
|
|
74105
|
+
version: "9.156.7",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -96608,6 +96608,7 @@ var zeroAgentsByIdContract = c15.router({
|
|
|
96608
96608
|
pathParams: external_exports.object({ id: external_exports.string().uuid() }),
|
|
96609
96609
|
responses: {
|
|
96610
96610
|
200: zeroAgentResponseSchema,
|
|
96611
|
+
400: apiErrorSchema,
|
|
96611
96612
|
401: apiErrorSchema,
|
|
96612
96613
|
403: apiErrorSchema,
|
|
96613
96614
|
404: apiErrorSchema
|
|
@@ -96655,6 +96656,7 @@ var zeroAgentsByIdContract = c15.router({
|
|
|
96655
96656
|
body: c15.noBody(),
|
|
96656
96657
|
responses: {
|
|
96657
96658
|
204: c15.noBody(),
|
|
96659
|
+
400: apiErrorSchema,
|
|
96658
96660
|
401: apiErrorSchema,
|
|
96659
96661
|
403: apiErrorSchema,
|
|
96660
96662
|
404: apiErrorSchema,
|
|
@@ -128459,7 +128461,12 @@ var FEATURE_SWITCHES = {
|
|
|
128459
128461
|
},
|
|
128460
128462
|
["storedSecretKmsRead" /* StoredSecretKmsRead */]: {
|
|
128461
128463
|
maintainer: "ethan@vm0.ai",
|
|
128462
|
-
description: "Prefer AWS KMS material when reading stored-secret envelopes. Disabled keeps reading the legacy AES branch during rollout
|
|
128464
|
+
description: "Prefer AWS KMS material when reading stored-secret envelopes. Disabled keeps reading the legacy AES branch during rollout. Read path is independent of StoredSecretKmsWrite \u2014 enable read only after dual-write has been on long enough to backfill existing rows.",
|
|
128465
|
+
enabled: false
|
|
128466
|
+
},
|
|
128467
|
+
["storedSecretKmsWrite" /* StoredSecretKmsWrite */]: {
|
|
128468
|
+
maintainer: "ethan@vm0.ai",
|
|
128469
|
+
description: "Dual-write stored-secret values to AWS KMS in addition to the legacy AES branch. When OFF, writes stay legacy-only even if SECRETS_KMS_KEY_ID is configured \u2014 this gates the KMS GenerateDataKey call so a missing IAM grant does not 500 every secret save.",
|
|
128463
128470
|
enabled: false
|
|
128464
128471
|
},
|
|
128465
128472
|
["trinity" /* Trinity */]: {
|
|
@@ -130032,4 +130039,4 @@ undici/lib/web/fetch/body.js:
|
|
|
130032
130039
|
undici/lib/web/websocket/frame.js:
|
|
130033
130040
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
130034
130041
|
*/
|
|
130035
|
-
//# sourceMappingURL=chunk-
|
|
130042
|
+
//# sourceMappingURL=chunk-KSOOAB7S.js.map
|