@abtnode/auth 1.16.11-next-49394ba1 → 1.16.11-next-a4e155ae

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.
Files changed (2) hide show
  1. package/lib/server.js +1 -1
  2. package/package.json +7 -7
package/lib/server.js CHANGED
@@ -777,7 +777,7 @@ const createLaunchBlockletHandler =
777
777
  description,
778
778
  appSk,
779
779
  skSource: didwallet?.version ? `${didwallet.os}-wallet-v${didwallet.version}` : '',
780
- delay: 2000, // wait for ws connection from frontend
780
+ delay: 4000, // wait for ws connection from frontend
781
781
  downloadTokenList: extraParams?.previousWorkflowData?.downloadTokenList,
782
782
  controller: role === SERVER_ROLES.EXTERNAL_BLOCKLET_CONTROLLER ? controller : null,
783
783
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.11-next-49394ba1",
6
+ "version": "1.16.11-next-a4e155ae",
7
7
  "description": "Simple lib to manage auth in ABT Node",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -20,13 +20,13 @@
20
20
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
21
21
  "license": "Apache-2.0",
22
22
  "dependencies": {
23
- "@abtnode/constant": "1.16.11-next-49394ba1",
24
- "@abtnode/logger": "1.16.11-next-49394ba1",
25
- "@abtnode/util": "1.16.11-next-49394ba1",
23
+ "@abtnode/constant": "1.16.11-next-a4e155ae",
24
+ "@abtnode/logger": "1.16.11-next-a4e155ae",
25
+ "@abtnode/util": "1.16.11-next-a4e155ae",
26
26
  "@arcblock/did": "1.18.80",
27
27
  "@arcblock/vc": "1.18.80",
28
- "@blocklet/constant": "1.16.11-next-49394ba1",
29
- "@blocklet/meta": "1.16.11-next-49394ba1",
28
+ "@blocklet/constant": "1.16.11-next-a4e155ae",
29
+ "@blocklet/meta": "1.16.11-next-a4e155ae",
30
30
  "@ocap/mcrypto": "1.18.80",
31
31
  "@ocap/util": "1.18.80",
32
32
  "@ocap/wallet": "1.18.80",
@@ -42,5 +42,5 @@
42
42
  "devDependencies": {
43
43
  "jest": "^27.5.1"
44
44
  },
45
- "gitHead": "bff5782698d3fdce6a5f1a3af144c809d283020d"
45
+ "gitHead": "6e426ebc362f9763daf10299527f6d6acc1e0e25"
46
46
  }