@portkey/onboarding 2.0.1-alpha.0 → 2.0.1-alpha.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.
@@ -6,19 +6,19 @@ exports.APP_DOWNLOAD_URL = {
6
6
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.did',
7
7
  };
8
8
  exports.PORTKEY_V2_DOWNLOAD_URL = {
9
- APP_STORE: 'https://apps.apple.com/us/app/wallet-lite/id6473827308',
9
+ APP_STORE: 'https://apps.apple.com/us/app/portkey-wallet/id6473827308',
10
10
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.finance',
11
11
  };
12
12
  exports.EXTENSION_DOWNLOAD_URL = {
13
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
14
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
13
+ CHROME: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
14
+ EDGE: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
15
15
  DEFAULT: 'https://portkey.finance/download',
16
16
  };
17
17
  exports.EXTENSION_V2_DOWNLOAD_URL = {
18
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
19
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
18
+ CHROME: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
19
+ EDGE: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
20
20
  DEFAULT: 'https://portkey.finance/download',
21
21
  };
22
22
  exports.WEB_PAGE = 'https://openlogin.portkey.finance';
23
23
  // export const WEB_PAGE = 'https://openlogin-test.portkey.finance';
24
- // export const WEB_PAGE = 'http://localhost:3000';
24
+ // export const WEB_PAGE = 'http://192.168.11.230:3001';
@@ -5,9 +5,10 @@ const evokeApp_1 = require("../evokeApp");
5
5
  const constants_1 = require("../constants");
6
6
  const evokePortkeyApp = ({ domain, custom, action, timeout = 4000, customFailureCallback, onStatusChange, version, }) => {
7
7
  const downloadUrl = version !== 'v1' ? constants_1.PORTKEY_V2_DOWNLOAD_URL : constants_1.APP_DOWNLOAD_URL;
8
+ const scheme = version !== 'v1' ? utils_1.scheme.DID_APP_SCHEMA : utils_1.scheme.V1_DID_APP_SCHEMA;
8
9
  const callLib = new evokeApp_1.EvokeApp({
9
10
  scheme: {
10
- protocol: utils_1.scheme.DID_APP_SCHEMA,
11
+ protocol: scheme,
11
12
  domain: domain || (window === null || window === void 0 ? void 0 : window.location.host),
12
13
  },
13
14
  timeout,
@@ -16,7 +17,7 @@ const evokePortkeyApp = ({ domain, custom, action, timeout = 4000, customFailure
16
17
  logFunc: onStatusChange,
17
18
  buildScheme: (config, options) => {
18
19
  return utils_1.scheme.formatScheme({
19
- scheme: utils_1.scheme.DID_APP_SCHEMA,
20
+ scheme,
20
21
  action: action,
21
22
  domain: options.scheme.domain,
22
23
  custom: config.param,
@@ -5,21 +5,25 @@ export declare const evokePortkey: {
5
5
  domain?: string | undefined;
6
6
  action: "login";
7
7
  custom: any;
8
+ version?: "v1" | undefined;
8
9
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
9
10
  (params: {
10
11
  domain?: string | undefined;
11
12
  action: "linkDapp";
12
13
  custom: import("@portkey/utils/dist/commonjs/scheme").LinkDappData;
14
+ version?: "v1" | undefined;
13
15
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
14
16
  (params: {
15
17
  domain?: string | undefined;
16
18
  action: "addContact";
17
19
  custom: string;
20
+ version?: "v1" | undefined;
18
21
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
19
22
  (params: {
20
23
  domain?: string | undefined;
21
24
  action: "addGroup";
22
25
  custom: string;
26
+ version?: "v1" | undefined;
23
27
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
24
28
  };
25
29
  extension: (params?: import("./types").IEvokeExtensionProps | undefined) => Promise<boolean>;
@@ -3,19 +3,19 @@ export const APP_DOWNLOAD_URL = {
3
3
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.did',
4
4
  };
5
5
  export const PORTKEY_V2_DOWNLOAD_URL = {
6
- APP_STORE: 'https://apps.apple.com/us/app/wallet-lite/id6473827308',
6
+ APP_STORE: 'https://apps.apple.com/us/app/portkey-wallet/id6473827308',
7
7
  CHROME_STORE: 'https://play.google.com/store/apps/details?id=com.portkey.finance',
8
8
  };
9
9
  export const EXTENSION_DOWNLOAD_URL = {
10
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
11
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
10
+ CHROME: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
11
+ EDGE: 'https://chromewebstore.google.com/detail/hpjiiechbbhefmpggegmahejiiphbmij',
12
12
  DEFAULT: 'https://portkey.finance/download',
13
13
  };
14
14
  export const EXTENSION_V2_DOWNLOAD_URL = {
15
- CHROME: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
16
- EDGE: 'https://chrome.google.com/webstore/detail/portkey-did-crypto-nft/hpjiiechbbhefmpggegmahejiiphbmij',
15
+ CHROME: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
16
+ EDGE: 'https://chromewebstore.google.com/detail/iglbgmakmggfkoidiagnhknlndljlolb',
17
17
  DEFAULT: 'https://portkey.finance/download',
18
18
  };
19
19
  export const WEB_PAGE = 'https://openlogin.portkey.finance';
20
20
  // export const WEB_PAGE = 'https://openlogin-test.portkey.finance';
21
- // export const WEB_PAGE = 'http://localhost:3000';
21
+ // export const WEB_PAGE = 'http://192.168.11.230:3001';
@@ -3,9 +3,10 @@ import { EvokeApp } from '../evokeApp/index.js';
3
3
  import { APP_DOWNLOAD_URL, PORTKEY_V2_DOWNLOAD_URL } from '../constants/index.js';
4
4
  const evokePortkeyApp = ({ domain, custom, action, timeout = 4000, customFailureCallback, onStatusChange, version, }) => {
5
5
  const downloadUrl = version !== 'v1' ? PORTKEY_V2_DOWNLOAD_URL : APP_DOWNLOAD_URL;
6
+ const scheme = version !== 'v1' ? schemeUtils.DID_APP_SCHEMA : schemeUtils.V1_DID_APP_SCHEMA;
6
7
  const callLib = new EvokeApp({
7
8
  scheme: {
8
- protocol: schemeUtils.DID_APP_SCHEMA,
9
+ protocol: scheme,
9
10
  domain: domain || (window === null || window === void 0 ? void 0 : window.location.host),
10
11
  },
11
12
  timeout,
@@ -14,7 +15,7 @@ const evokePortkeyApp = ({ domain, custom, action, timeout = 4000, customFailure
14
15
  logFunc: onStatusChange,
15
16
  buildScheme: (config, options) => {
16
17
  return schemeUtils.formatScheme({
17
- scheme: schemeUtils.DID_APP_SCHEMA,
18
+ scheme,
18
19
  action: action,
19
20
  domain: options.scheme.domain,
20
21
  custom: config.param,
@@ -5,21 +5,25 @@ export declare const evokePortkey: {
5
5
  domain?: string | undefined;
6
6
  action: "login";
7
7
  custom: any;
8
+ version?: "v1" | undefined;
8
9
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
9
10
  (params: {
10
11
  domain?: string | undefined;
11
12
  action: "linkDapp";
12
13
  custom: import("@portkey/utils/dist/commonjs/scheme").LinkDappData;
14
+ version?: "v1" | undefined;
13
15
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
14
16
  (params: {
15
17
  domain?: string | undefined;
16
18
  action: "addContact";
17
19
  custom: string;
20
+ version?: "v1" | undefined;
18
21
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
19
22
  (params: {
20
23
  domain?: string | undefined;
21
24
  action: "addGroup";
22
25
  custom: string;
26
+ version?: "v1" | undefined;
23
27
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
24
28
  };
25
29
  extension: (params?: import("./types").IEvokeExtensionProps | undefined) => Promise<boolean>;
@@ -5,21 +5,25 @@ export declare const evokePortkey: {
5
5
  domain?: string | undefined;
6
6
  action: "login";
7
7
  custom: any;
8
+ version?: "v1" | undefined;
8
9
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
9
10
  (params: {
10
11
  domain?: string | undefined;
11
12
  action: "linkDapp";
12
13
  custom: import("@portkey/utils/dist/commonjs/scheme").LinkDappData;
14
+ version?: "v1" | undefined;
13
15
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
14
16
  (params: {
15
17
  domain?: string | undefined;
16
18
  action: "addContact";
17
19
  custom: string;
20
+ version?: "v1" | undefined;
18
21
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
19
22
  (params: {
20
23
  domain?: string | undefined;
21
24
  action: "addGroup";
22
25
  custom: string;
26
+ version?: "v1" | undefined;
23
27
  } & import("./types").IBaseEvokeAppOption & import("./types").TVersion): void;
24
28
  };
25
29
  extension: (params?: import("./types").IEvokeExtensionProps | undefined) => Promise<boolean>;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/evokePortkey/index.ts"],"names":[],"mappings":"AAGA,cAAc,SAAS,CAAC;AACxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/evokePortkey/index.ts"],"names":[],"mappings":"AAGA,cAAc,SAAS,CAAC;AACxB,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAiC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@portkey/onboarding",
3
- "version": "2.0.1-alpha.0",
3
+ "version": "2.0.1-alpha.1",
4
4
  "description": "",
5
5
  "main": "./dist/commonjs/index.js",
6
6
  "module": "./dist/esm/index.js",
@@ -41,10 +41,10 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@portkey/detect-provider": "^2.0.0-alpha.2",
44
- "@portkey/types": "^2.0.1-alpha.0",
45
- "@portkey/utils": "^2.0.1-alpha.0",
44
+ "@portkey/types": "^2.0.1-alpha.1",
45
+ "@portkey/utils": "^2.0.1-alpha.1",
46
46
  "bowser": "^2.11.0",
47
47
  "query-string": "^7.1.1"
48
48
  },
49
- "gitHead": "cecc0a69b3c8992c6ed5d0e632fbd4a60ed1949a"
49
+ "gitHead": "d4baa5ed9bd192d5a48d0e142febdd6149fd2223"
50
50
  }