@vm0/cli 9.156.0 → 9.156.1
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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.156.
|
|
74086
|
+
release: "9.156.1",
|
|
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.156.
|
|
74105
|
+
version: "9.156.1",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -102059,7 +102059,7 @@ var lark = {
|
|
|
102059
102059
|
LARK_TOKEN: "$secrets.LARK_TOKEN",
|
|
102060
102060
|
LARK_APP_ID: "$vars.LARK_APP_ID"
|
|
102061
102061
|
},
|
|
102062
|
-
helpText: "Connect your Lark
|
|
102062
|
+
helpText: "Connect your Lark app to manage messages, documents, calendars, and workflows",
|
|
102063
102063
|
authMethods: {
|
|
102064
102064
|
"api-token": {
|
|
102065
102065
|
label: "App Credentials",
|
|
@@ -117369,15 +117369,6 @@ var larkFirewall = {
|
|
|
117369
117369
|
}
|
|
117370
117370
|
},
|
|
117371
117371
|
permissions: []
|
|
117372
|
-
},
|
|
117373
|
-
{
|
|
117374
|
-
base: "https://open.feishu.cn",
|
|
117375
|
-
auth: {
|
|
117376
|
-
headers: {
|
|
117377
|
-
Authorization: "Bearer ${{ secrets.LARK_TOKEN }}"
|
|
117378
|
-
}
|
|
117379
|
-
},
|
|
117380
|
-
permissions: []
|
|
117381
117372
|
}
|
|
117382
117373
|
]
|
|
117383
117374
|
};
|
|
@@ -128903,4 +128894,4 @@ undici/lib/web/fetch/body.js:
|
|
|
128903
128894
|
undici/lib/web/websocket/frame.js:
|
|
128904
128895
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
128905
128896
|
*/
|
|
128906
|
-
//# sourceMappingURL=chunk-
|
|
128897
|
+
//# sourceMappingURL=chunk-QDFO6YP5.js.map
|