@vm0/cli 9.160.1 → 9.160.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.
|
@@ -74083,7 +74083,7 @@ if (DSN) {
|
|
|
74083
74083
|
init2({
|
|
74084
74084
|
dsn: DSN,
|
|
74085
74085
|
environment: process.env.SENTRY_ENVIRONMENT ?? "production",
|
|
74086
|
-
release: "9.160.
|
|
74086
|
+
release: "9.160.2",
|
|
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.160.
|
|
74105
|
+
version: "9.160.2",
|
|
74106
74106
|
command: process.argv.slice(2).join(" ")
|
|
74107
74107
|
});
|
|
74108
74108
|
setContext("runtime", {
|
|
@@ -104556,7 +104556,7 @@ var weread = {
|
|
|
104556
104556
|
"bookshelf"
|
|
104557
104557
|
],
|
|
104558
104558
|
environmentMapping: {
|
|
104559
|
-
|
|
104559
|
+
WEREAD_TOKEN: "$secrets.WEREAD_TOKEN"
|
|
104560
104560
|
},
|
|
104561
104561
|
helpText: "Connect WeChat Reading (\u5FAE\u4FE1\u8BFB\u4E66) to search books, browse your bookshelf, and read your notes, highlights, reviews, and reading statistics",
|
|
104562
104562
|
authMethods: {
|
|
@@ -104564,7 +104564,7 @@ var weread = {
|
|
|
104564
104564
|
label: "WeRead API Key",
|
|
104565
104565
|
helpText: "1. Open the [WeRead Skill page](https://weread.qq.com/r/weread-skills)\n2. Scan the QR code with WeChat to sign in to your WeChat Reading account\n3. Copy the generated API key (it begins with `wrk-`)\n4. The key authorises every endpoint under `i.weread.qq.com` and is scoped to your own account data",
|
|
104566
104566
|
secrets: {
|
|
104567
|
-
|
|
104567
|
+
WEREAD_TOKEN: {
|
|
104568
104568
|
label: "API Key",
|
|
104569
104569
|
required: true,
|
|
104570
104570
|
placeholder: "wrk-xxxxxxxxxxxxxxxx"
|
|
@@ -123376,14 +123376,14 @@ var wereadFirewall = {
|
|
|
123376
123376
|
name: "weread",
|
|
123377
123377
|
description: "WeRead (\u5FAE\u4FE1\u8BFB\u4E66) Agent gateway: bookshelf, notes, reading stats, search",
|
|
123378
123378
|
placeholders: {
|
|
123379
|
-
|
|
123379
|
+
WEREAD_TOKEN: "wrk-CoffeeSafeLocalCoffeeSafeLocalCoffee"
|
|
123380
123380
|
},
|
|
123381
123381
|
apis: [
|
|
123382
123382
|
{
|
|
123383
123383
|
base: "https://i.weread.qq.com",
|
|
123384
123384
|
auth: {
|
|
123385
123385
|
headers: {
|
|
123386
|
-
Authorization: "Bearer ${{ secrets.
|
|
123386
|
+
Authorization: "Bearer ${{ secrets.WEREAD_TOKEN }}"
|
|
123387
123387
|
}
|
|
123388
123388
|
},
|
|
123389
123389
|
permissions: []
|
|
@@ -132360,4 +132360,4 @@ undici/lib/web/fetch/body.js:
|
|
|
132360
132360
|
undici/lib/web/websocket/frame.js:
|
|
132361
132361
|
(*! ws. MIT License. Einar Otto Stangvik <einaros@gmail.com> *)
|
|
132362
132362
|
*/
|
|
132363
|
-
//# sourceMappingURL=chunk-
|
|
132363
|
+
//# sourceMappingURL=chunk-BCUYVXFR.js.map
|