@tonightpass/nest 0.0.225 → 0.0.227

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/index.d.mts CHANGED
@@ -28,6 +28,10 @@ declare module "@nestjs/common" {
28
28
  >(
29
29
  path: Path
30
30
  ) => MethodDecorator;
31
+
32
+ export const Sse: <Path extends tonightpass.SSEEndpoints>(
33
+ path: Path
34
+ ) => MethodDecorator;
31
35
  }
32
36
 
33
37
  declare const _ = "";
package/dist/index.d.ts CHANGED
@@ -28,6 +28,10 @@ declare module "@nestjs/common" {
28
28
  >(
29
29
  path: Path
30
30
  ) => MethodDecorator;
31
+
32
+ export const Sse: <Path extends tonightpass.SSEEndpoints>(
33
+ path: Path
34
+ ) => MethodDecorator;
31
35
  }
32
36
 
33
37
  declare const _ = "";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonightpass/nest",
3
- "version": "0.0.225",
3
+ "version": "0.0.227",
4
4
  "description": "@tonightpass nest sdk.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "pathcat": "^1.2.2",
31
31
  "redaxios": "^0.5.1",
32
- "tonightpass": "^0.0.240"
32
+ "tonightpass": "^0.0.242"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "@nestjs/common": ">=8.x.x"