@nmxjs/app 1.0.92 → 1.0.94
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
/// <reference types="types" />
|
|
1
2
|
import { Test } from '@nestjs/testing';
|
|
2
|
-
import { ClientProxy } from '@nestjs/microservices';
|
|
3
3
|
export declare function createTestNestApp(module: Parameters<typeof Test.createTestingModule>[0]): Promise<{
|
|
4
|
-
app:
|
|
5
|
-
client:
|
|
4
|
+
app: any;
|
|
5
|
+
client: any;
|
|
6
6
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"createTestNestApp.js","sourceRoot":"","sources":["../src/createTestNestApp.ts"],"names":[],"mappings":";;;AAAA,6CAAuC;AACvC,
|
|
1
|
+
{"version":3,"file":"createTestNestApp.js","sourceRoot":"","sources":["../src/createTestNestApp.ts"],"names":[],"mappings":";;;AAAA,6CAAuC;AACvC,yDAAiE;AAE1D,KAAK,UAAU,iBAAiB,CAAC,MAAsD;IAC5F,MAAM,SAAS,GAAG,MAAM,CAAC,YAAY,CAAC,CAAC;IAEvC,MAAM,CAAC,OAAO,CAAC,IAAI,CAAC,6BAAa,CAAC,QAAQ,CAAC,CAAC,EAAE,IAAI,EAAE,SAAS,EAAE,SAAS,EAAE,yBAAS,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC;IAE7F,MAAM,aAAa,GAAG,MAAM,cAAI,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,OAAO,EAAE,CAAC;IACvE,MAAM,GAAG,GAAG,aAAa,CAAC,qBAAqB,EAAE,CAAC;IAElD,GAAG,CAAC,mBAAmB,CAAC;QACtB,SAAS,EAAE,yBAAS,CAAC,GAAG;KACzB,CAAC,CAAC;IAEH,MAAM,GAAG,CAAC,qBAAqB,EAAE,CAAC;IAClC,MAAM,GAAG,CAAC,IAAI,EAAE,CAAC;IAEjB,MAAM,MAAM,GAAG,GAAG,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IAClC,MAAM,MAAM,CAAC,OAAO,EAAE,CAAC;IAEvB,OAAO;QACL,GAAG;QACH,MAAM;KACP,CAAC;AACJ,CAAC;AAtBD,8CAsBC"}
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="types" />
|
|
1
2
|
import { Test } from '@nestjs/testing';
|
|
2
|
-
export declare function createTestNestHttpApp(module: Parameters<typeof Test.createTestingModule>[0]): Promise<
|
|
3
|
+
export declare function createTestNestHttpApp(module: Parameters<typeof Test.createTestingModule>[0]): Promise<any>;
|
|
@@ -1,2 +1,3 @@
|
|
|
1
|
+
/// <reference types="types" />
|
|
1
2
|
import { TypeOrmModuleOptions } from '@nestjs/typeorm';
|
|
2
|
-
export declare const getTypeOrmModule: (options?: Partial<TypeOrmModuleOptions>) =>
|
|
3
|
+
export declare const getTypeOrmModule: (options?: Partial<TypeOrmModuleOptions>) => any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nmxjs/app",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.94",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,36 +22,37 @@
|
|
|
22
22
|
},
|
|
23
23
|
"homepage": "https://github.com/n1ghtm6r9/nm-app#readme",
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@types/node": "^
|
|
25
|
+
"@types/node": "^22.13.0",
|
|
26
26
|
"typescript": "^5.1.6"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@apollo/server": "^4.9.5",
|
|
30
|
-
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.1",
|
|
31
|
-
"@graphql-tools/utils": "^10.5.4",
|
|
32
|
-
"@nestjs/core": "^10.3.0",
|
|
33
|
-
"@nestjs/microservices": "^10.3.0",
|
|
34
|
-
"@nestjs/testing": "^10.3.4",
|
|
35
|
-
"@nestjs/typeorm": "^10.0.0",
|
|
36
29
|
"@nmxjs/constants": "^1.0.4",
|
|
37
30
|
"@nmxjs/errors": "^1.0.9",
|
|
38
31
|
"@nmxjs/utils": "^1.0.14",
|
|
39
|
-
"apollo-server-express": "^3.10.2",
|
|
40
32
|
"compression": "^1.7.4",
|
|
33
|
+
"graphql-ws": "^6.0.3",
|
|
34
|
+
"helmet": "^8.0.0",
|
|
35
|
+
"typeorm": "^0.3.10",
|
|
41
36
|
"graphql": "^16.6.0",
|
|
42
|
-
"graphql-
|
|
43
|
-
"graphql-type-json": "^0.3.2",
|
|
44
|
-
"graphql-upload-ts": "^2.1.2",
|
|
45
|
-
"graphql-ws": "^5.11.2",
|
|
46
|
-
"helmet": "^7.1.0",
|
|
47
|
-
"typeorm": "^0.3.10"
|
|
37
|
+
"graphql-upload-ts": "^2.1.2"
|
|
48
38
|
},
|
|
49
39
|
"peerDependencies": {
|
|
50
|
-
"@nestjs/
|
|
51
|
-
"@nestjs/
|
|
40
|
+
"@nestjs/core": "^11.0.7",
|
|
41
|
+
"@nestjs/microservices": "^11.0.7",
|
|
42
|
+
"@nestjs/testing": "^11.0.7",
|
|
43
|
+
"@nestjs/typeorm": "^11.0.0",
|
|
44
|
+
"@nestjs/apollo": "^13.0.2",
|
|
45
|
+
"@nestjs/graphql": "^13.0.2",
|
|
52
46
|
"@nmxjs/api": "^1.1.16",
|
|
53
47
|
"@nmxjs/config": "^1.0.8",
|
|
54
48
|
"@nmxjs/events": "^1.0.9",
|
|
55
|
-
"@nmxjs/types": "^1.0.15"
|
|
49
|
+
"@nmxjs/types": "^1.0.15",
|
|
50
|
+
"@nestjs/platform-express": "^11.0.7",
|
|
51
|
+
"apollo-server-express": "^3.10.2",
|
|
52
|
+
"@apollo/server": "^4.9.5",
|
|
53
|
+
"@apollo/server-plugin-landing-page-graphql-playground": "^4.0.1",
|
|
54
|
+
"graphql-subscriptions": "^3.0.0",
|
|
55
|
+
"graphql-type-json": "^0.3.2",
|
|
56
|
+
"@graphql-tools/utils": "^10.5.4"
|
|
56
57
|
}
|
|
57
58
|
}
|
package/types.d.ts
CHANGED
|
@@ -1,3 +1,23 @@
|
|
|
1
|
+
declare module '@nestjs/typeorm' {
|
|
2
|
+
class TypeOrmModule {
|
|
3
|
+
static forRootAsync: any;
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
type TypeOrmModuleOptions = {};
|
|
7
|
+
}
|
|
8
|
+
declare module '@nestjs/core' {
|
|
9
|
+
class NestFactory {}
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare module '@nestjs/testing' {
|
|
13
|
+
class Test {
|
|
14
|
+
static createTestingModule(options: { imports: any[] }): any;
|
|
15
|
+
}
|
|
16
|
+
}
|
|
17
|
+
declare module '@graphql-tools/utils' {
|
|
18
|
+
const pruneSchema: any;
|
|
19
|
+
}
|
|
20
|
+
|
|
1
21
|
declare module '@nmxjs/config' {
|
|
2
22
|
interface IConfig {
|
|
3
23
|
event?: any;
|