@edirect/mongo 11.0.19 → 11.0.20
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,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edirect/mongo",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.19",
|
|
4
|
+
"packageScope": "@edirect",
|
|
4
5
|
"main": "./dist/src/index.js",
|
|
5
6
|
"types": "./dist/src/index.d.ts",
|
|
6
7
|
"exports": {
|
|
@@ -17,11 +18,28 @@
|
|
|
17
18
|
],
|
|
18
19
|
"dependencies": {
|
|
19
20
|
"@aws-sdk/credential-providers": "^3.873.0",
|
|
20
|
-
"@edirect/config": "
|
|
21
|
+
"@edirect/config": "workspace:*",
|
|
21
22
|
"@nestjs/common": "^11.1.6",
|
|
22
23
|
"mongodb": "^6.18.0",
|
|
23
24
|
"mongoose": "^8.17.2",
|
|
24
25
|
"tslib": "^2.8.1"
|
|
25
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
|
+
},
|
|
26
44
|
"type": "commonjs"
|
|
27
|
-
}
|
|
45
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edirect/mongo",
|
|
3
|
-
"version": "11.0.
|
|
3
|
+
"version": "11.0.20",
|
|
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.20"
|
|
26
26
|
},
|
|
27
27
|
"nx": {
|
|
28
28
|
"name": "@edirect/mongo",
|
|
File without changes
|