@junobuild/auth 1.0.1 → 2.0.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.
@@ -12,4 +12,4 @@ export type GetDelegationResult = SatelliteDid.GetDelegationResultResponse | Con
12
12
  export type SignedDelegation = SatelliteDid.SignedDelegation | ConsoleDid.SignedDelegation;
13
13
  export type AuthenticationData<T extends AuthParameters> = T extends {
14
14
  satellite: unknown;
15
- } ? Pick<SatelliteDid.Authentication, 'doc'> : Pick<ConsoleDid.Authentication, 'mission_control'>;
15
+ } ? Pick<SatelliteDid.Authentication, 'doc'> : Pick<ConsoleDid.Authentication, 'account'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/auth",
3
- "version": "1.0.1",
3
+ "version": "2.0.0",
4
4
  "description": "A SDK for working with Juno authentication modules",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",
@@ -49,6 +49,6 @@
49
49
  "peerDependencies": {
50
50
  "@dfinity/utils": "^4",
51
51
  "@icp-sdk/core": "^4.2",
52
- "@junobuild/ic-client": "^5"
52
+ "@junobuild/ic-client": "^7"
53
53
  }
54
54
  }