asherah 1.0.40 → 1.0.41

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/asherah.d.ts CHANGED
@@ -26,7 +26,7 @@ export declare type AsherahConfig = {
26
26
  SessionCacheDuration: number | null;
27
27
  /** Configures the master key management service (Default kms) { "aws", "static" } */
28
28
  KMS: string | null;
29
- /** A comma separated list of key-value pairs in the form of REGION1=ARN1[,REGION2=ARN2] (required if kms=aws) */
29
+ /** Dictionary of REGION: ARN (required if kms=aws) */
30
30
  RegionMap: {
31
31
  [name: string]: string;
32
32
  } | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asherah",
3
- "version": "1.0.40",
3
+ "version": "1.0.41",
4
4
  "description": "Asherah envelope encryption and key rotation library",
5
5
  "main": "dist/asherah.js",
6
6
  "repository": {