@vm0/cli 9.176.4 → 9.177.0
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-JQ72VVQC.js → chunk-IL6D4DEA.js} +5 -4
- package/{chunk-JQ72VVQC.js.map → chunk-IL6D4DEA.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +385 -273
- 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.
|
|
74086
|
+
release: "9.177.0",
|
|
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.
|
|
74105
|
+
version: "9.177.0",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -128485,7 +128485,8 @@ var onboardingSetupContract = c60.router({
|
|
|
128485
128485
|
sound: external_exports.string().optional(),
|
|
128486
128486
|
avatarUrl: external_exports.string().optional(),
|
|
128487
128487
|
selectedConnectors: external_exports.array(connectorTypeSchema).optional(),
|
|
128488
|
-
timezone: external_exports.string().optional()
|
|
128488
|
+
timezone: external_exports.string().optional(),
|
|
128489
|
+
role: external_exports.string().optional()
|
|
128489
128490
|
}),
|
|
128490
128491
|
responses: {
|
|
128491
128492
|
200: external_exports.object({ agentId: external_exports.string() }),
|
|
@@ -132701,4 +132702,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132701
132702
|
undici/lib/web/websocket/frame.js:
|
|
132702
132703
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132703
132704
|
*/
|
|
132704
|
-
//# sourceMappingURL=chunk-
|
|
132705
|
+
//# sourceMappingURL=chunk-IL6D4DEA.js.map
|