@fedify/nestjs 2.3.0-dev.994 → 2.3.0-pr.809.36

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
@@ -5,7 +5,7 @@
5
5
 
6
6
  [![npm][npm badge]][npm]
7
7
  [![Matrix][Matrix badge]][Matrix]
8
- [![Follow @fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
8
+ [![@fedify@hollo.social][@fedify@hollo.social badge]][@fedify@hollo.social]
9
9
 
10
10
  > [!IMPORTANT]
11
11
  > In a CommonJS-based NestJS project, this ESM-only module requires setting
@@ -135,7 +135,7 @@ export class AppModule implements NestModule {
135
135
  [npm]: https://www.npmjs.com/package/@fedify/nestjs
136
136
  [Matrix badge]: https://img.shields.io/matrix/fedify%3Amatrix.org
137
137
  [Matrix]: https://matrix.to/#/#fedify:matrix.org
138
- [@fedify@hollo.social badge]: https://fedi-badge.deno.dev/@fedify@hollo.social/followers.svg
138
+ [@fedify@hollo.social badge]: https://fedi-badge.minhee.org/@fedify@hollo.social/followers.svg
139
139
  [@fedify@hollo.social]: https://hollo.social/@fedify
140
140
  [Fedify]: https://fedify.dev/
141
141
  [NestJS]: https://nestjs.com/
package/dist/index.cjs CHANGED
@@ -5,7 +5,7 @@ let node_buffer = require("node:buffer");
5
5
  //#region src/fedify.constants.ts
6
6
  const FEDIFY_FEDERATION = "FEDIFY_FEDERATION";
7
7
  //#endregion
8
- //#region \0@oxc-project+runtime@0.122.0/helpers/decorate.js
8
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
9
9
  function __decorate(decorators, target, key, desc) {
10
10
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
11
11
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
package/dist/index.mjs CHANGED
@@ -4,7 +4,7 @@ import { Buffer } from "node:buffer";
4
4
  //#region src/fedify.constants.ts
5
5
  const FEDIFY_FEDERATION = "FEDIFY_FEDERATION";
6
6
  //#endregion
7
- //#region \0@oxc-project+runtime@0.122.0/helpers/decorate.js
7
+ //#region \0@oxc-project+runtime@0.129.0/helpers/decorate.js
8
8
  function __decorate(decorators, target, key, desc) {
9
9
  var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
10
10
  if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fedify/nestjs",
3
- "version": "2.3.0-dev.994+9071ca0a",
3
+ "version": "2.3.0-pr.809.36+c592d116",
4
4
  "description": "Integrate Fedify with Nest.js",
5
5
  "keywords": [
6
6
  "Fedify",
@@ -49,13 +49,13 @@
49
49
  "peerDependencies": {
50
50
  "@nestjs/common": "^11.0.1",
51
51
  "express": "^4.0.0 || ^5.0.0",
52
- "@fedify/fedify": "^2.3.0-dev.994+9071ca0a"
52
+ "@fedify/fedify": "^2.3.0-pr.809.36+c592d116"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/express": "^4.0.0",
56
56
  "@types/node": "^22.17.0",
57
- "tsdown": "^0.21.6",
58
- "typescript": "^5.9.2"
57
+ "tsdown": "^0.22.0",
58
+ "typescript": "^6.0.0"
59
59
  },
60
60
  "scripts": {
61
61
  "build:self": "tsdown",