@eleven-am/pondsocket-nest 0.0.77 → 0.0.80
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/index.d.ts +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -308,6 +308,6 @@ declare function createParamDecorator<Input, ParamType> (callback: ParamDecorato
|
|
|
308
308
|
declare class PondSocketModule {
|
|
309
309
|
static forRoot({ guards, providers, imports, exports, isGlobal, redisOptions }: Metadata): DynamicModule;
|
|
310
310
|
|
|
311
|
-
static forRootAsync({ guards, providers, imports, exports, isGlobal, useFactory, inject }: AsyncMetadata):
|
|
311
|
+
static forRootAsync({ guards, providers, imports, exports, isGlobal, useFactory, inject }: AsyncMetadata): DynamicModule;
|
|
312
312
|
}
|
|
313
313
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eleven-am/pondsocket-nest",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.80",
|
|
4
4
|
"description": "PondSocket is a fast simple socket server",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"socket",
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"pipeline": "npm run lint && npm run build && npm run push"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@eleven-am/pondsocket": "^0.1.
|
|
31
|
+
"@eleven-am/pondsocket": "^0.1.173",
|
|
32
32
|
"@golevelup/nestjs-discovery": "^4.0.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|