@fedify/botkit 0.5.0-dev.205 → 0.5.0-dev.209

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/README.md CHANGED
@@ -65,7 +65,7 @@ For more information, see the [BotKit docs][BotKit].
65
65
  [GitHub Actions]: https://github.com/fedify-dev/botkit/actions/workflows/main.yaml
66
66
  [Codecov badge]: https://codecov.io/gh/fedify-dev/botkit/graph/badge.svg?token=1KVVER1626
67
67
  [Codecov]: https://codecov.io/gh/fedify-dev/botkit
68
- [Fediverse badge]: https://fedi-badge.deno.dev/@botkit@hollo.social/followers.svg
68
+ [Fediverse badge]: https://fedi-badge.minhee.org/@botkit@hollo.social/followers.svg
69
69
  [Fediverse]: https://hollo.social/@botkit
70
70
  [ActivityPub]: https://activitypub.rocks/
71
71
  [Fedify]: https://fedify.dev/
@@ -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 hono_jsx_jsx_dev_runtime0 from "hono/jsx/jsx-dev-runtime";
4
+ import * as hono_jsx_jsx_dev_runtime1 from "hono/jsx/jsx-dev-runtime";
5
5
 
6
6
  //#region src/components/FollowButton.d.ts
7
7
  interface FollowButtonProps {
@@ -9,7 +9,7 @@ interface FollowButtonProps {
9
9
  }
10
10
  declare function FollowButton({
11
11
  bot
12
- }: FollowButtonProps): hono_jsx_jsx_dev_runtime0.JSX.Element;
12
+ }: FollowButtonProps): hono_jsx_jsx_dev_runtime1.JSX.Element;
13
13
  //# sourceMappingURL=FollowButton.d.ts.map
14
14
 
15
15
  //#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 hono_utils_html1 from "hono/utils/html";
5
+ import * as hono_utils_html2 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<hono_utils_html1.HtmlEscapedString>;
15
+ }: FollowerProps): Promise<hono_utils_html2.HtmlEscapedString>;
16
16
  //# sourceMappingURL=Follower.d.ts.map
17
17
 
18
18
  //#endregion
@@ -2,7 +2,7 @@ import { Temporal, toTemporalInstant } from "@js-temporal/polyfill";
2
2
  Date.prototype.toTemporalInstant = toTemporalInstant;
3
3
  import { MessageClass } from "../message.js";
4
4
  import { Session } from "../session.js";
5
- import * as hono_utils_html2 from "hono/utils/html";
5
+ import * as hono_utils_html3 from "hono/utils/html";
6
6
 
7
7
  //#region src/components/Message.d.ts
8
8
  interface MessageProps {
@@ -12,7 +12,7 @@ interface MessageProps {
12
12
  declare function Message({
13
13
  session,
14
14
  message
15
- }: MessageProps): Promise<hono_utils_html2.HtmlEscapedString>;
15
+ }: MessageProps): Promise<hono_utils_html3.HtmlEscapedString>;
16
16
  declare function renderCustomEmojis(html: string, emojis: Record<string, string>): string;
17
17
  //# sourceMappingURL=Message.d.ts.map
18
18
 
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.205+aa40e37b";
7
+ var version = "0.5.0-dev.209+7759c808";
8
8
  var license = "AGPL-3.0-only";
9
9
  var exports = {
10
10
  ".": "./src/mod.ts",
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.205+aa40e37b\",\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 \"./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 \"tasks\": {\n \"test\": \"deno test --allow-env=NODE_V8_COVERAGE,JEST_WORKER_ID --allow-net=hollo.social --parallel\",\n \"test:node\": \"pnpm install && pnpm test\",\n \"test-all\": {\n \"dependencies\": [\n \"check\",\n \"test\",\n \"test:node\"\n ]\n },\n \"coverage\": \"deno task test --coverage --clean && deno coverage --html\"\n }\n}\n"],"mappings":";;;;;WACU;cACG;cACA;cACA;CACT,KAAK;CACL,SAAS;CACT,WAAW;CACX,YAAY;CACZ,YAAY;CACZ,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;YACQ;CACP,QAAQ;CACR,aAAa;CACb,YAAY,EACV,gBAAgB;EACd;EACA;EACA;CACD,EACF;CACD,YAAY;AACb;mBAtDH;;;;;;;;;AAuDC"}
1
+ {"version":3,"file":"deno.js","names":[],"sources":["../deno.json"],"sourcesContent":["{\n \"name\": \"@fedify/botkit\",\n \"version\": \"0.5.0-dev.209+7759c808\",\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 \"./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 \"tasks\": {\n \"test\": \"deno test --allow-env=NODE_V8_COVERAGE,JEST_WORKER_ID --allow-net=hollo.social --parallel\",\n \"test:node\": \"pnpm install && pnpm test\",\n \"test-all\": {\n \"dependencies\": [\n \"check\",\n \"test\",\n \"test:node\"\n ]\n },\n \"coverage\": \"deno task test --coverage --clean && deno coverage --html\"\n }\n}\n"],"mappings":";;;;;WACU;cACG;cACA;cACA;CACT,KAAK;CACL,SAAS;CACT,WAAW;CACX,YAAY;CACZ,YAAY;CACZ,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;YACQ;CACP,QAAQ;CACR,aAAa;CACb,YAAY,EACV,gBAAgB;EACd;EACA;EACA;CACD,EACF;CACD,YAAY;AACb;mBAtDH;;;;;;;;;AAuDC"}
package/dist/pages.d.ts CHANGED
@@ -2,7 +2,7 @@ import { Temporal, toTemporalInstant } from "@js-temporal/polyfill";
2
2
  Date.prototype.toTemporalInstant = toTemporalInstant;
3
3
  import { BotImpl } from "./bot-impl.js";
4
4
  import { Hono } from "hono";
5
- import * as hono_types3 from "hono/types";
5
+ import * as hono_types0 from "hono/types";
6
6
 
7
7
  //#region src/pages.d.ts
8
8
  interface Bindings {
@@ -12,7 +12,7 @@ interface Bindings {
12
12
  interface Env {
13
13
  readonly Bindings: Bindings;
14
14
  }
15
- declare const app: Hono<Env, hono_types3.BlankSchema, "/">;
15
+ declare const app: Hono<Env, hono_types0.BlankSchema, "/">;
16
16
  //# sourceMappingURL=pages.d.ts.map
17
17
 
18
18
  //#endregion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/botkit",
3
- "version": "0.5.0-dev.205",
3
+ "version": "0.5.0-dev.209",
4
4
  "description": "A framework for creating ActivityPub bots",
5
5
  "license": "AGPL-3.0-only",
6
6
  "author": {
@@ -84,9 +84,9 @@
84
84
  "README.md"
85
85
  ],
86
86
  "dependencies": {
87
- "@fedify/fedify": "2.1.14",
88
- "@fedify/vocab": "2.1.14",
89
- "@fedify/vocab-runtime": "2.1.14",
87
+ "@fedify/fedify": "~2.1.15",
88
+ "@fedify/vocab": "~2.1.15",
89
+ "@fedify/vocab-runtime": "~2.1.15",
90
90
  "@fedify/markdown-it-hashtag": "^0.3.0",
91
91
  "@fedify/markdown-it-mention": "^0.3.0",
92
92
  "@js-temporal/polyfill": "^0.5.1",