@vm0/cli 9.160.7 → 9.160.8
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/{chunk-JLWCGWMZ.js → chunk-3P3WTJU2.js} +44 -4
- package/{chunk-JLWCGWMZ.js.map → chunk-3P3WTJU2.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +15 -4
- package/zero.js.map +1 -1
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.160.
|
|
74086
|
+
release: "9.160.8",
|
|
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.160.
|
|
74105
|
+
version: "9.160.8",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -74491,7 +74491,7 @@ var FEATURE_SWITCHES = {
|
|
|
74491
74491
|
["persistentSecretKmsRead" /* PersistentSecretKmsRead */]: {
|
|
74492
74492
|
maintainer: "ethan@vm0.ai",
|
|
74493
74493
|
description: "Prefer AWS KMS material when reading persistent secret envelopes such as bot tokens, callback secrets, OAuth tokens, and queued execution secrets. Legacy AES remains as a fallback while backfills complete.",
|
|
74494
|
-
enabled:
|
|
74494
|
+
enabled: true
|
|
74495
74495
|
},
|
|
74496
74496
|
["persistentSecretKmsWrite" /* PersistentSecretKmsWrite */]: {
|
|
74497
74497
|
maintainer: "ethan@vm0.ai",
|
|
@@ -104290,6 +104290,45 @@ var testOauth = {
|
|
|
104290
104290
|
}
|
|
104291
104291
|
};
|
|
104292
104292
|
|
|
104293
|
+
// ../../packages/connectors/src/connectors/test-oauth-device.ts
|
|
104294
|
+
init_esm_shims();
|
|
104295
|
+
var testOauthDevice = {
|
|
104296
|
+
"test-oauth-device": {
|
|
104297
|
+
label: "Test OAuth Device (internal)",
|
|
104298
|
+
category: "data-automation-infrastructure",
|
|
104299
|
+
environmentMapping: {
|
|
104300
|
+
TEST_OAUTH_DEVICE_TOKEN: "$secrets.TEST_OAUTH_DEVICE_ACCESS_TOKEN"
|
|
104301
|
+
},
|
|
104302
|
+
helpText: "Synthetic OAuth 2.0 device authorization connector. For automated tests only.",
|
|
104303
|
+
authMethods: {
|
|
104304
|
+
oauth: {
|
|
104305
|
+
featureFlag: "testOauthConnector" /* TestOauthConnector */,
|
|
104306
|
+
label: "OAuth Device Authorization",
|
|
104307
|
+
helpText: "Test-only OAuth device provider.",
|
|
104308
|
+
secrets: {
|
|
104309
|
+
TEST_OAUTH_DEVICE_ACCESS_TOKEN: {
|
|
104310
|
+
label: "Access Token",
|
|
104311
|
+
required: true
|
|
104312
|
+
}
|
|
104313
|
+
}
|
|
104314
|
+
}
|
|
104315
|
+
},
|
|
104316
|
+
defaultAuthMethod: "oauth",
|
|
104317
|
+
oauth: {
|
|
104318
|
+
flow: "device-authorization",
|
|
104319
|
+
deviceAuthorizationUrl: "https://oauth-device.test/device/code",
|
|
104320
|
+
tokenUrl: "https://oauth-device.test/token",
|
|
104321
|
+
client: {
|
|
104322
|
+
clientRegistration: "static",
|
|
104323
|
+
clientType: "public",
|
|
104324
|
+
tokenEndpointAuthMethod: "none",
|
|
104325
|
+
clientId: "test-oauth-device-client"
|
|
104326
|
+
},
|
|
104327
|
+
scopes: ["read"]
|
|
104328
|
+
}
|
|
104329
|
+
}
|
|
104330
|
+
};
|
|
104331
|
+
|
|
104293
104332
|
// ../../packages/connectors/src/connectors/testrail.ts
|
|
104294
104333
|
init_esm_shims();
|
|
104295
104334
|
var testrail = {
|
|
@@ -105146,6 +105185,7 @@ var CONNECTOR_TYPES_DEF = {
|
|
|
105146
105185
|
...supermemory,
|
|
105147
105186
|
...tavily,
|
|
105148
105187
|
...testOauth,
|
|
105188
|
+
...testOauthDevice,
|
|
105149
105189
|
...testrail,
|
|
105150
105190
|
...tldv,
|
|
105151
105191
|
...together,
|
|
@@ -132530,4 +132570,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132530
132570
|
undici/lib/web/websocket/frame.js:
|
|
132531
132571
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132532
132572
|
*/
|
|
132533
|
-
//# sourceMappingURL=chunk-
|
|
132573
|
+
//# sourceMappingURL=chunk-3P3WTJU2.js.map
|