@edirect/mongo 11.0.20 → 11.0.21
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/package.json
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edirect/mongo",
|
|
3
|
-
"version": "11.0.
|
|
4
|
-
"packageScope": "@edirect",
|
|
3
|
+
"version": "11.0.21",
|
|
5
4
|
"main": "./dist/src/index.js",
|
|
6
5
|
"types": "./dist/src/index.d.ts",
|
|
7
6
|
"exports": {
|
|
@@ -18,28 +17,11 @@
|
|
|
18
17
|
],
|
|
19
18
|
"dependencies": {
|
|
20
19
|
"@aws-sdk/credential-providers": "^3.873.0",
|
|
21
|
-
"@edirect/config": "
|
|
20
|
+
"@edirect/config": "^11.0.21",
|
|
22
21
|
"@nestjs/common": "^11.1.6",
|
|
23
22
|
"mongodb": "^6.18.0",
|
|
24
23
|
"mongoose": "^8.17.2",
|
|
25
24
|
"tslib": "^2.8.1"
|
|
26
25
|
},
|
|
27
|
-
"nx": {
|
|
28
|
-
"name": "@edirect/mongo",
|
|
29
|
-
"targets": {
|
|
30
|
-
"build": {
|
|
31
|
-
"executor": "@nx/js:tsc",
|
|
32
|
-
"options": {
|
|
33
|
-
"main": "{workspaceRoot}/packages/edirect-mongo/src/index.ts",
|
|
34
|
-
"tsConfig": "{workspaceRoot}/packages/edirect-mongo/tsconfig.lib.json",
|
|
35
|
-
"outputPath": "{workspaceRoot}/packages/edirect-mongo/dist",
|
|
36
|
-
"assets": [
|
|
37
|
-
"{workspaceRoot}/packages/edirect-mongo/package.json",
|
|
38
|
-
"{workspaceRoot}/packages/edirect-mongo/README.md"
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
26
|
"type": "commonjs"
|
|
45
|
-
}
|
|
27
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edirect/mongo",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.21",
|
|
4
4
|
"packageScope": "@edirect",
|
|
5
5
|
"main": "./dist/src/index.js",
|
|
6
6
|
"types": "./dist/src/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"mongodb": "^6.18.0",
|
|
23
23
|
"mongoose": "^8.17.2",
|
|
24
24
|
"tslib": "^2.8.1",
|
|
25
|
-
"@edirect/config": "11.0.
|
|
25
|
+
"@edirect/config": "11.0.21"
|
|
26
26
|
},
|
|
27
27
|
"nx": {
|
|
28
28
|
"name": "@edirect/mongo",
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@edirect/mongo",
|
|
3
|
-
"version": "11.0.19",
|
|
4
|
-
"packageScope": "@edirect",
|
|
5
|
-
"main": "./dist/src/index.js",
|
|
6
|
-
"types": "./dist/src/index.d.ts",
|
|
7
|
-
"exports": {
|
|
8
|
-
".": {
|
|
9
|
-
"development": "./src/index.ts",
|
|
10
|
-
"default": "./dist/src/index.js",
|
|
11
|
-
"require": "./dist/src/index.js",
|
|
12
|
-
"types": "./dist/src/index.d.ts"
|
|
13
|
-
},
|
|
14
|
-
"./package.json": "./package.json"
|
|
15
|
-
},
|
|
16
|
-
"files": [
|
|
17
|
-
"dist"
|
|
18
|
-
],
|
|
19
|
-
"dependencies": {
|
|
20
|
-
"@aws-sdk/credential-providers": "^3.873.0",
|
|
21
|
-
"@edirect/config": "workspace:*",
|
|
22
|
-
"@nestjs/common": "^11.1.6",
|
|
23
|
-
"mongodb": "^6.18.0",
|
|
24
|
-
"mongoose": "^8.17.2",
|
|
25
|
-
"tslib": "^2.8.1"
|
|
26
|
-
},
|
|
27
|
-
"nx": {
|
|
28
|
-
"name": "@edirect/mongo",
|
|
29
|
-
"targets": {
|
|
30
|
-
"build": {
|
|
31
|
-
"executor": "@nx/js:tsc",
|
|
32
|
-
"options": {
|
|
33
|
-
"main": "{workspaceRoot}/packages/edirect-mongo/src/index.ts",
|
|
34
|
-
"tsConfig": "{workspaceRoot}/packages/edirect-mongo/tsconfig.lib.json",
|
|
35
|
-
"outputPath": "{workspaceRoot}/packages/edirect-mongo/dist",
|
|
36
|
-
"assets": [
|
|
37
|
-
"{workspaceRoot}/packages/edirect-mongo/package.json",
|
|
38
|
-
"{workspaceRoot}/packages/edirect-mongo/README.md"
|
|
39
|
-
]
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
File without changes
|