@vm0/cli 9.170.1 → 9.172.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-32G2S2HY.js → chunk-ZGYPAEOF.js} +6 -6
- package/{chunk-32G2S2HY.js.map → chunk-ZGYPAEOF.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +62 -21
- 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.172.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.172.0",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -98053,9 +98053,8 @@ var slock = {
|
|
|
98053
98053
|
deviceAuthUrl: `${SLOCK_API_BASE_URL}/api/auth/device/authorize`,
|
|
98054
98054
|
tokenUrl: `${SLOCK_API_BASE_URL}/api/auth/device/token`,
|
|
98055
98055
|
client: {
|
|
98056
|
-
clientRegistration: "
|
|
98057
|
-
clientType: "public"
|
|
98058
|
-
clientId: "vm0"
|
|
98056
|
+
clientRegistration: "dynamic",
|
|
98057
|
+
clientType: "public"
|
|
98059
98058
|
},
|
|
98060
98059
|
scopes: []
|
|
98061
98060
|
},
|
|
@@ -110999,6 +110998,7 @@ var computerUseCommandErrorCodeSchema = external_exports.enum([
|
|
|
110999
110998
|
"screen_recording_unavailable",
|
|
111000
110999
|
"app_not_found",
|
|
111001
111000
|
"app_open_failed",
|
|
111001
|
+
"element_action_unsupported",
|
|
111002
111002
|
"unsupported_command",
|
|
111003
111003
|
"timeout"
|
|
111004
111004
|
]);
|
|
@@ -135117,4 +135117,4 @@ undici/lib/web/fetch/body.js:
|
|
|
135117
135117
|
undici/lib/web/websocket/frame.js:
|
|
135118
135118
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
135119
135119
|
*/
|
|
135120
|
-
//# sourceMappingURL=chunk-
|
|
135120
|
+
//# sourceMappingURL=chunk-ZGYPAEOF.js.map
|