Skip to content

Commit 9088d8b

Browse files
committed
remove old custom typings
1 parent 85cfb58 commit 9088d8b

File tree

6 files changed

+5
-3422
lines changed

6 files changed

+5
-3422
lines changed

template/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@
4848
},
4949
"dependencies": {
5050
{{#apiGW}}
51-
"moleculer-web": "^0.10.4",
51+
"moleculer-web": "^0.10.5",
5252
{{/apiGW}}
5353
{{#dbService}}
54-
"moleculer-db": "^0.8.20",
55-
"moleculer-db-adapter-mongo": "^0.4.15",
54+
"moleculer-db": "^0.8.21",
55+
"moleculer-db-adapter-mongo": "^0.4.16",
5656
{{/dbService}}
5757
{{#if_eq transporter "NATS"}}
5858
"nats": "^2.7.1",
@@ -75,7 +75,7 @@
7575
{{#redis}}
7676
"ioredis": "^5.0.0",
7777
{{/redis}}
78-
"moleculer": "^0.14.26"
78+
"moleculer": "^0.14.27"
7979
},
8080
"engines": {
8181
"node": ">= 16.x.x"

template/tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,7 @@
2929
// "rootDir": "./", /* Specify the root folder within your source files. */
3030
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
3131
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
32-
"paths": {
33-
"moleculer": ["./typings/moleculer"],
34-
"moleculer-web": ["./typings/moleculer-web"],
35-
"moleculer-db": ["./typings/moleculer-db"],
36-
"moleculer-db-adapter-mongo": ["./typings/moleculer-db-adapter-mongo"],
37-
}, /* Specify a set of entries that re-map imports to additional lookup locations. */
32+
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3833
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
3934
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */
4035
// "types": [], /* Specify type package names to be included without being referenced in a source file. */

template/typings/moleculer-db-adapter-mongo/index.d.ts

Lines changed: 0 additions & 198 deletions
This file was deleted.

0 commit comments

Comments
 (0)