@raytio/decrypt-helper 6.4.0 → 6.4.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,4 +1,4 @@
1
- import * as maxcryptor from "@raytio/maxcryptor";
1
+ import maxcryptor from "@raytio/maxcryptor";
2
2
  import type { ICognitoUserAttributeData } from "amazon-cognito-identity-js";
3
3
  import { type Config } from "../constants.js";
4
4
  export declare function setupMaxcryptor(CONFIG: Config, cognitoAttributes: ICognitoUserAttributeData[]): Promise<maxcryptor.Maxcryptor>;
@@ -7,7 +7,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
7
7
  step((generator = generator.apply(thisArg, _arguments || [])).next());
8
8
  });
9
9
  };
10
- import * as maxcryptor from "@raytio/maxcryptor";
10
+ import maxcryptor from "@raytio/maxcryptor";
11
11
  import { assocPath } from "ramda";
12
12
  import { ATTRIBUTE_MAP } from "../constants.js";
13
13
  const { encryptorFromExistingUser } = maxcryptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@raytio/decrypt-helper",
3
- "version": "6.4.0",
3
+ "version": "6.4.1",
4
4
  "author": "Raytio",
5
5
  "type": "module",
6
6
  "description": "A helper to decrypt data shared by Raytio users",