File tree Expand file tree Collapse file tree 6 files changed +5
-3422
lines changed
moleculer-db-adapter-mongo Expand file tree Collapse file tree 6 files changed +5
-3422
lines changed Original file line number Diff line number Diff line change 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" ,
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"
Original file line number Diff line number Diff line change 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. */
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments