@updating-secrets/aws-secrets-manager-adapter 1.3.0 → 1.3.1
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.
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { type JsonCompatibleValue } from '@augment-vir/common';
|
|
1
|
+
import { type JsonCompatibleValue, type RequireExactlyOne } from '@augment-vir/common';
|
|
2
2
|
import { GetSecretValueCommand, type GetSecretValueCommandOutput } from '@aws-sdk/client-secrets-manager';
|
|
3
|
-
import { type RequireExactlyOne } from 'type-fest';
|
|
4
3
|
/**
|
|
5
4
|
* Mock secrets setup for {@link MockAwsSecretsManagerClient}.
|
|
6
5
|
*
|
|
@@ -31,7 +30,7 @@ export type MockAwsSecrets = {
|
|
|
31
30
|
* @category Mocks
|
|
32
31
|
*/
|
|
33
32
|
export declare class MockAwsSecretsManagerClient {
|
|
34
|
-
|
|
33
|
+
protected readonly mockSecrets: MockAwsSecrets;
|
|
35
34
|
constructor(mockSecrets: MockAwsSecrets);
|
|
36
35
|
/**
|
|
37
36
|
* A mock implementation of `SecretsManagerClient.send()`. Only the first parameter (the
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@updating-secrets/aws-secrets-manager-adapter",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "AWS Secrets Manager adapter for the updating-secrets package.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"secrets",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"type": "git",
|
|
20
20
|
"url": "git+https://github.com/electrovir/updating-secrets.git"
|
|
21
21
|
},
|
|
22
|
-
"license": "(MIT
|
|
22
|
+
"license": "(MIT OR CC0-1.0)",
|
|
23
23
|
"author": {
|
|
24
24
|
"name": "electrovir",
|
|
25
25
|
"url": "https://github.com/electrovir"
|
|
@@ -39,16 +39,15 @@
|
|
|
39
39
|
"test:update": "npm test update"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@augment-vir/assert": "^
|
|
43
|
-
"@augment-vir/common": "^
|
|
44
|
-
"@aws-sdk/client-secrets-manager": "^3.
|
|
45
|
-
"
|
|
46
|
-
"updating-secrets": "^1.3.0"
|
|
42
|
+
"@augment-vir/assert": "^32.2.1",
|
|
43
|
+
"@augment-vir/common": "^32.2.1",
|
|
44
|
+
"@aws-sdk/client-secrets-manager": "^3.1095.0",
|
|
45
|
+
"updating-secrets": "^1.3.1"
|
|
47
46
|
},
|
|
48
47
|
"devDependencies": {
|
|
49
|
-
"@augment-vir/test": "^
|
|
50
|
-
"@types/node": "^
|
|
51
|
-
"c8": "^
|
|
48
|
+
"@augment-vir/test": "^32.2.1",
|
|
49
|
+
"@types/node": "^26.1.1",
|
|
50
|
+
"c8": "^12.0.0",
|
|
52
51
|
"istanbul-smart-text-reporter": "^1.1.5"
|
|
53
52
|
},
|
|
54
53
|
"engines": {
|