@vm0/cli 9.110.0 → 9.110.2
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-XBIXXD2C.js → chunk-W353Y7DH.js} +5 -4
- package/{chunk-XBIXXD2C.js.map → chunk-W353Y7DH.js.map} +1 -1
- package/index.js +10 -10
- package/package.json +1 -1
- package/zero.js +8 -39
- package/zero.js.map +1 -1
|
@@ -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.110.
|
|
34655
|
+
release: "9.110.2",
|
|
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.110.
|
|
34674
|
+
version: "9.110.2",
|
|
34675
34675
|
command: process.argv.slice(2).join(" ")
|
|
34676
34676
|
});
|
|
34677
34677
|
Sentry.setContext("runtime", {
|
|
@@ -70975,7 +70975,8 @@ var onboardingSetupContract = c15.router({
|
|
|
70975
70975
|
workspaceName: external_exports.string().optional(),
|
|
70976
70976
|
sound: external_exports.string().optional(),
|
|
70977
70977
|
avatarUrl: external_exports.string().optional(),
|
|
70978
|
-
selectedConnectors: external_exports.array(external_exports.string()).optional()
|
|
70978
|
+
selectedConnectors: external_exports.array(external_exports.string()).optional(),
|
|
70979
|
+
timezone: external_exports.string().optional()
|
|
70979
70980
|
}),
|
|
70980
70981
|
responses: {
|
|
70981
70982
|
200: external_exports.object({ agentId: external_exports.string() }),
|
|
@@ -75953,4 +75954,4 @@ undici/lib/web/fetch/body.js:
|
|
|
75953
75954
|
undici/lib/web/websocket/frame.js:
|
|
75954
75955
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
75955
75956
|
*/
|
|
75956
|
-
//# sourceMappingURL=chunk-
|
|
75957
|
+
//# sourceMappingURL=chunk-W353Y7DH.js.map
|