@fedify/botkit 0.5.0-dev.225 → 0.5.0-dev.226
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/dist/components/FollowButton.d.ts +2 -2
- package/dist/components/Follower.d.ts +2 -2
- package/dist/deno.js +2 -13
- package/dist/deno.js.map +1 -1
- package/dist/pages.d.ts +3 -3
- package/dist/pages.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Temporal, toTemporalInstant } from "@js-temporal/polyfill";
|
|
2
2
|
Date.prototype.toTemporalInstant = toTemporalInstant;
|
|
3
3
|
import { BotImpl } from "../bot-impl.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as hono_jsx_jsx_dev_runtime0 from "hono/jsx/jsx-dev-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/components/FollowButton.d.ts
|
|
7
7
|
interface FollowButtonProps {
|
|
@@ -11,7 +11,7 @@ interface FollowButtonProps {
|
|
|
11
11
|
declare function FollowButton({
|
|
12
12
|
bot,
|
|
13
13
|
action
|
|
14
|
-
}: FollowButtonProps):
|
|
14
|
+
}: FollowButtonProps): hono_jsx_jsx_dev_runtime0.JSX.Element;
|
|
15
15
|
//# sourceMappingURL=FollowButton.d.ts.map
|
|
16
16
|
|
|
17
17
|
//#endregion
|
|
@@ -2,7 +2,7 @@ import { Temporal, toTemporalInstant } from "@js-temporal/polyfill";
|
|
|
2
2
|
Date.prototype.toTemporalInstant = toTemporalInstant;
|
|
3
3
|
import { Session } from "../session.js";
|
|
4
4
|
import { Actor } from "@fedify/vocab";
|
|
5
|
-
import * as
|
|
5
|
+
import * as hono_utils_html1 from "hono/utils/html";
|
|
6
6
|
|
|
7
7
|
//#region src/components/Follower.d.ts
|
|
8
8
|
interface FollowerProps {
|
|
@@ -12,7 +12,7 @@ interface FollowerProps {
|
|
|
12
12
|
declare function Follower({
|
|
13
13
|
actor,
|
|
14
14
|
session
|
|
15
|
-
}: FollowerProps): Promise<
|
|
15
|
+
}: FollowerProps): Promise<hono_utils_html1.HtmlEscapedString>;
|
|
16
16
|
//# sourceMappingURL=Follower.d.ts.map
|
|
17
17
|
|
|
18
18
|
//#endregion
|
package/dist/deno.js
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
//#region deno.json
|
|
6
6
|
var name = "@fedify/botkit";
|
|
7
|
-
var version = "0.5.0-dev.
|
|
7
|
+
var version = "0.5.0-dev.226+7cde32c7";
|
|
8
8
|
var license = "AGPL-3.0-only";
|
|
9
9
|
var exports = {
|
|
10
10
|
".": "./src/mod.ts",
|
|
@@ -44,16 +44,6 @@ var fmt = { "exclude": [
|
|
|
44
44
|
"*.yml",
|
|
45
45
|
"src/static/*.ts"
|
|
46
46
|
] };
|
|
47
|
-
var tasks = {
|
|
48
|
-
"test": "deno test --allow-env=NODE_V8_COVERAGE,JEST_WORKER_ID --allow-net=hollo.social --parallel",
|
|
49
|
-
"test:node": "pnpm install && pnpm test",
|
|
50
|
-
"test-all": { "dependencies": [
|
|
51
|
-
"check",
|
|
52
|
-
"test",
|
|
53
|
-
"test:node"
|
|
54
|
-
] },
|
|
55
|
-
"coverage": "deno task test --coverage --clean && deno coverage --html"
|
|
56
|
-
};
|
|
57
47
|
var deno_default = {
|
|
58
48
|
name,
|
|
59
49
|
version,
|
|
@@ -61,8 +51,7 @@ var deno_default = {
|
|
|
61
51
|
exports,
|
|
62
52
|
imports,
|
|
63
53
|
exclude,
|
|
64
|
-
fmt
|
|
65
|
-
tasks
|
|
54
|
+
fmt
|
|
66
55
|
};
|
|
67
56
|
|
|
68
57
|
//#endregion
|
package/dist/deno.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deno.js","names":[],"sources":["../deno.json"],"sourcesContent":["{\n \"name\": \"@fedify/botkit\",\n \"version\": \"0.5.0-dev.
|
|
1
|
+
{"version":3,"file":"deno.js","names":[],"sources":["../deno.json"],"sourcesContent":["{\n \"name\": \"@fedify/botkit\",\n \"version\": \"0.5.0-dev.226+7cde32c7\",\n \"license\": \"AGPL-3.0-only\",\n \"exports\": {\n \".\": \"./src/mod.ts\",\n \"./bot\": \"./src/bot.ts\",\n \"./emoji\": \"./src/emoji.ts\",\n \"./events\": \"./src/events.ts\",\n \"./follow\": \"./src/follow.ts\",\n \"./instance\": \"./src/instance.ts\",\n \"./message\": \"./src/message.ts\",\n \"./poll\": \"./src/poll.ts\",\n \"./reaction\": \"./src/reaction.ts\",\n \"./repository\": \"./src/repository.ts\",\n \"./session\": \"./src/session.ts\",\n \"./text\": \"./src/text.ts\"\n },\n \"imports\": {\n \"@fedify/vocab\": \"jsr:@fedify/vocab@^2.1.2\",\n \"@fedify/vocab-runtime\": \"jsr:@fedify/vocab-runtime@^2.1.2\",\n \"@fedify/markdown-it-hashtag\": \"jsr:@fedify/markdown-it-hashtag@^0.3.0\",\n \"@fedify/markdown-it-mention\": \"jsr:@fedify/markdown-it-mention@^0.3.0\",\n \"html-entities\": \"npm:html-entities@^2.6.0\",\n \"markdown-it\": \"npm:markdown-it@^14.1.0\",\n \"mime-db\": \"npm:mime-db@^1.54.0\",\n \"tsdown\": \"npm:tsdown@^0.12.8\",\n \"url-template\": \"npm:url-template@^3.1.1\",\n \"uuid\": \"npm:uuid@^11.1.0\",\n \"xss\": \"npm:xss@^1.0.15\"\n },\n \"exclude\": [\n \"dist\",\n \"junit.xml\",\n \"src/css\"\n ],\n \"fmt\": {\n \"exclude\": [\n \"*.md\",\n \"*.yaml\",\n \"*.yml\",\n \"src/static/*.ts\"\n ]\n }\n}\n"],"mappings":";;;;;WACU;cACG;cACA;cACA;CACT,KAAK;CACL,SAAS;CACT,WAAW;CACX,YAAY;CACZ,YAAY;CACZ,cAAc;CACd,aAAa;CACb,UAAU;CACV,cAAc;CACd,gBAAgB;CAChB,aAAa;CACb,UAAU;AACX;cACU;CACT,iBAAiB;CACjB,yBAAyB;CACzB,+BAA+B;CAC/B,+BAA+B;CAC/B,iBAAiB;CACjB,eAAe;CACf,WAAW;CACX,UAAU;CACV,gBAAgB;CAChB,QAAQ;CACR,OAAO;AACR;cACU;CACT;CACA;CACA;AACD;UACM,EACL,WAAW;CACT;CACA;CACA;CACA;AACD,EACF;mBA3CH;;;;;;;;AA4CC"}
|
package/dist/pages.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ Date.prototype.toTemporalInstant = toTemporalInstant;
|
|
|
3
3
|
import { InstanceImpl } from "./instance-impl.js";
|
|
4
4
|
import { BotImpl } from "./bot-impl.js";
|
|
5
5
|
import { Hono } from "hono";
|
|
6
|
-
import * as
|
|
6
|
+
import * as hono_types2 from "hono/types";
|
|
7
7
|
|
|
8
8
|
//#region src/pages.d.ts
|
|
9
9
|
interface Bindings {
|
|
@@ -20,8 +20,8 @@ interface InstanceBindings {
|
|
|
20
20
|
interface InstanceEnv {
|
|
21
21
|
readonly Bindings: InstanceBindings;
|
|
22
22
|
}
|
|
23
|
-
declare const app: Hono<Env,
|
|
24
|
-
declare const multiApp: Hono<InstanceEnv,
|
|
23
|
+
declare const app: Hono<Env, hono_types2.BlankSchema, "/">;
|
|
24
|
+
declare const multiApp: Hono<InstanceEnv, hono_types2.BlankSchema, "/">;
|
|
25
25
|
//# sourceMappingURL=pages.d.ts.map
|
|
26
26
|
|
|
27
27
|
//#endregion
|
package/dist/pages.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pages.d.ts","names":[],"sources":["../src/pages.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UA0CiB,QAAA;gBACD;;;UAIC,GAAA;qBACI;;AANJ,UASA,gBAAA,CARM;EAIN,SAAG,
|
|
1
|
+
{"version":3,"file":"pages.d.ts","names":[],"sources":["../src/pages.tsx"],"sourcesContent":[],"mappings":";;;;;;;;UA0CiB,QAAA;gBACD;;;UAIC,GAAA;qBACI;;AANJ,UASA,gBAAA,CARM;EAIN,SAAG,QAAA,EAKC,YAJQ,CAAA,OAAA,CAAA;EAGZ,SAAA,WAAgB,EAAA,OAAA;AAKjC;AAOa,UAPI,WAAA,CAOiB;EAAA,SAAA,QAAA,EANb,gBAMa;;AAAlB,cAAH,GAAG,EAAA,IAAA,CAAA,GAAA,EAAA,WAAA,CAAA,WAAA,EAAA,GAAA,CAAA;AAAA,cAyhBH,QAzhBG,EAyhBK,IAzhBL,CAyhBK,WAzhBL,EAyhBK,WAAA,CAAA,WAAA,EAzhBL,GAAA,CAAA;AAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fedify/botkit",
|
|
3
|
-
"version": "0.5.0-dev.
|
|
3
|
+
"version": "0.5.0-dev.226",
|
|
4
4
|
"description": "A framework for creating ActivityPub bots",
|
|
5
5
|
"license": "AGPL-3.0-only",
|
|
6
6
|
"author": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
"scripts": {
|
|
111
111
|
"build": "tsdown",
|
|
112
|
-
"prepublish": "
|
|
112
|
+
"prepublish": "mise run check && tsdown",
|
|
113
113
|
"test": "tsdown && cd dist/ && node --test"
|
|
114
114
|
}
|
|
115
115
|
}
|