@edirect/mongo 11.0.42 → 11.0.44

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,6 @@
1
1
  {
2
2
  "name": "@edirect/mongo",
3
- "version": "11.0.41",
3
+ "version": "11.0.43",
4
4
  "main": "./dist/src/index.js",
5
5
  "types": "./dist/src/index.d.ts",
6
6
  "exports": {
@@ -17,15 +17,12 @@
17
17
  ],
18
18
  "dependencies": {
19
19
  "@aws-sdk/credential-providers": "^3.975.0",
20
- "@edirect/config": "^11.0.41",
20
+ "@edirect/config": "^11.0.43",
21
21
  "@nestjs/common": "^11.1.12",
22
22
  "aws4": "^1.13.2",
23
23
  "mongodb": "^7.0.0",
24
24
  "mongoose": "^9.1.5",
25
25
  "tslib": "^2.8.1"
26
26
  },
27
- "devDependencies": {
28
- "@types/aws4": "^1.11.6"
29
- },
30
27
  "type": "commonjs"
31
28
  }
@@ -1 +1 @@
1
- {"version":3,"file":"aws.d.ts","sourceRoot":"","sources":["../../src/aws.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAOzC,eAAO,MAAM,oBAAoB,oBAAmC,CAAC;AACrE,eAAO,MAAM,2BAA2B,oBACC,CAAC;AAI1C,wBAAgB,6BAA6B,IAAI,MAAM,OAAO,CAAC,cAAc,CAAC,CAY7E"}
1
+ {"version":3,"file":"aws.d.ts","sourceRoot":"","sources":["../../src/aws.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAKzC,eAAO,MAAM,oBAAoB,oBAAmC,CAAC;AACrE,eAAO,MAAM,2BAA2B,oBACC,CAAC;AAI1C,wBAAgB,6BAA6B,IAAI,MAAM,OAAO,CAAC,cAAc,CAAC,CAY7E"}
package/dist/src/aws.js CHANGED
@@ -2,10 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AWS_WEB_IDENTITY_TOKEN_FILE = exports.MONGODB_AWS_ROLE_ARN = void 0;
4
4
  exports.getMongoAwsCredentialProvider = getMongoAwsCredentialProvider;
5
- const tslib_1 = require("tslib");
6
5
  const credential_providers_1 = require("@aws-sdk/credential-providers");
7
- const aws4_1 = tslib_1.__importDefault(require("aws4"));
8
- aws4_1.default.RequestSigner; // ensure types are loaded
9
6
  // Environment variables required for IRSA/EKS role assumption authentication:
10
7
  // MONGODB_AWS_ROLE_ARN: the AWS IAM Role ARN to assume
11
8
  // AWS_WEB_IDENTITY_TOKEN_FILE: path to serviceAccount token (set by kubelet when IRSA is enabled)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edirect/mongo",
3
- "version": "11.0.42",
3
+ "version": "11.0.44",
4
4
  "packageScope": "@edirect",
5
5
  "main": "./dist/src/index.js",
6
6
  "types": "./dist/src/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "mongodb": "^7.0.0",
24
24
  "mongoose": "^9.1.5",
25
25
  "tslib": "^2.8.1",
26
- "@edirect/config": "11.0.42"
26
+ "@edirect/config": "11.0.44"
27
27
  },
28
28
  "nx": {
29
29
  "name": "@edirect/mongo",
@@ -41,8 +41,5 @@
41
41
  }
42
42
  }
43
43
  }
44
- },
45
- "devDependencies": {
46
- "@types/aws4": "^1.11.6"
47
44
  }
48
45
  }