@vm0/cli 9.176.1 → 9.176.3
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-TPUYVLNY.js → chunk-PK542UZ7.js} +4 -3
- package/{chunk-TPUYVLNY.js.map → chunk-PK542UZ7.js.map} +1 -1
- package/index.js +9 -9
- package/package.json +1 -1
- package/zero.js +16 -11
- 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.176.
|
|
74086
|
+
release: "9.176.3",
|
|
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.176.
|
|
74105
|
+
version: "9.176.3",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -95302,6 +95302,7 @@ var zeroBillingStatusContract = c8.router({
|
|
|
95302
95302
|
responses: {
|
|
95303
95303
|
200: billingStatusResponseSchema,
|
|
95304
95304
|
401: apiErrorSchema,
|
|
95305
|
+
403: apiErrorSchema,
|
|
95305
95306
|
500: apiErrorSchema
|
|
95306
95307
|
},
|
|
95307
95308
|
summary: "Get billing status for current org"
|
|
@@ -132732,4 +132733,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132732
132733
|
undici/lib/web/websocket/frame.js:
|
|
132733
132734
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132734
132735
|
*/
|
|
132735
|
-
//# sourceMappingURL=chunk-
|
|
132736
|
+
//# sourceMappingURL=chunk-PK542UZ7.js.map
|