@aws-sdk/client-payment-cryptography 3.677.0 → 3.678.0

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/README.md CHANGED
@@ -14,7 +14,7 @@ AWS SDK for JavaScript PaymentCryptography Client for Node.js, Browser and React
14
14
 
15
15
  ## Installing
16
16
 
17
- To install the this package, simply type add or install @aws-sdk/client-payment-cryptography
17
+ To install this package, simply type add or install @aws-sdk/client-payment-cryptography
18
18
  using your favorite package manager:
19
19
 
20
20
  - `npm install @aws-sdk/client-payment-cryptography`
package/dist-cjs/index.js CHANGED
@@ -405,6 +405,8 @@ var KeyAlgorithm = {
405
405
  AES_128: "AES_128",
406
406
  AES_192: "AES_192",
407
407
  AES_256: "AES_256",
408
+ ECC_NIST_P256: "ECC_NIST_P256",
409
+ ECC_NIST_P384: "ECC_NIST_P384",
408
410
  RSA_2048: "RSA_2048",
409
411
  RSA_3072: "RSA_3072",
410
412
  RSA_4096: "RSA_4096",
@@ -108,6 +108,8 @@ export const KeyAlgorithm = {
108
108
  AES_128: "AES_128",
109
109
  AES_192: "AES_192",
110
110
  AES_256: "AES_256",
111
+ ECC_NIST_P256: "ECC_NIST_P256",
112
+ ECC_NIST_P384: "ECC_NIST_P384",
111
113
  RSA_2048: "RSA_2048",
112
114
  RSA_3072: "RSA_3072",
113
115
  RSA_4096: "RSA_4096",
@@ -254,6 +254,8 @@ export declare const KeyAlgorithm: {
254
254
  readonly AES_128: "AES_128";
255
255
  readonly AES_192: "AES_192";
256
256
  readonly AES_256: "AES_256";
257
+ readonly ECC_NIST_P256: "ECC_NIST_P256";
258
+ readonly ECC_NIST_P384: "ECC_NIST_P384";
257
259
  readonly RSA_2048: "RSA_2048";
258
260
  readonly RSA_3072: "RSA_3072";
259
261
  readonly RSA_4096: "RSA_4096";
@@ -102,6 +102,8 @@ export declare const KeyAlgorithm: {
102
102
  readonly AES_128: "AES_128";
103
103
  readonly AES_192: "AES_192";
104
104
  readonly AES_256: "AES_256";
105
+ readonly ECC_NIST_P256: "ECC_NIST_P256";
106
+ readonly ECC_NIST_P384: "ECC_NIST_P384";
105
107
  readonly RSA_2048: "RSA_2048";
106
108
  readonly RSA_3072: "RSA_3072";
107
109
  readonly RSA_4096: "RSA_4096";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-payment-cryptography",
3
3
  "description": "AWS SDK for JavaScript Payment Cryptography Client for Node.js, Browser and React Native",
4
- "version": "3.677.0",
4
+ "version": "3.678.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-payment-cryptography",
@@ -20,19 +20,19 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/client-sso-oidc": "3.677.0",
24
- "@aws-sdk/client-sts": "3.677.0",
25
- "@aws-sdk/core": "3.677.0",
26
- "@aws-sdk/credential-provider-node": "3.677.0",
23
+ "@aws-sdk/client-sso-oidc": "3.678.0",
24
+ "@aws-sdk/client-sts": "3.678.0",
25
+ "@aws-sdk/core": "3.678.0",
26
+ "@aws-sdk/credential-provider-node": "3.678.0",
27
27
  "@aws-sdk/middleware-host-header": "3.667.0",
28
28
  "@aws-sdk/middleware-logger": "3.667.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.667.0",
30
- "@aws-sdk/middleware-user-agent": "3.677.0",
30
+ "@aws-sdk/middleware-user-agent": "3.678.0",
31
31
  "@aws-sdk/region-config-resolver": "3.667.0",
32
32
  "@aws-sdk/types": "3.667.0",
33
33
  "@aws-sdk/util-endpoints": "3.667.0",
34
34
  "@aws-sdk/util-user-agent-browser": "3.675.0",
35
- "@aws-sdk/util-user-agent-node": "3.677.0",
35
+ "@aws-sdk/util-user-agent-node": "3.678.0",
36
36
  "@smithy/config-resolver": "^3.0.9",
37
37
  "@smithy/core": "^2.4.8",
38
38
  "@smithy/fetch-http-handler": "^3.2.9",