@junobuild/core 0.0.5 → 0.0.6

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,2 +1,3 @@
1
1
  export declare const delegationIdentityExpiration: bigint;
2
- export declare const internetIdentityMainnet = "https://identity.ic0.app";
2
+ export declare const popupWidth = 576;
3
+ export declare const popupHeight = 576;
@@ -9,5 +9,5 @@ export type User = Doc<UserData>;
9
9
  export interface SignInOptions {
10
10
  maxTimeToLive?: bigint;
11
11
  derivationOrigin?: string | URL;
12
- windowOpenerFeatures?: string;
12
+ windowed?: boolean;
13
13
  }
@@ -0,0 +1,4 @@
1
+ export declare const popupCenter: ({ width, height }: {
2
+ width: number;
3
+ height: number;
4
+ }) => string | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@junobuild/core",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "JavaScript core client for Juno",
5
5
  "author": "David Dal Busco (https://daviddalbusco.com)",
6
6
  "license": "MIT",