@abtnode/auth 1.16.11-next-ca5f18b5 → 1.16.11-next-61882496

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 +0 -1
  2. package/package.json +7 -7
package/lib/server.js CHANGED
@@ -777,7 +777,6 @@ const createLaunchBlockletHandler =
777
777
  description,
778
778
  appSk,
779
779
  skSource: didwallet?.version ? `${didwallet.os}-wallet-v${didwallet.version}` : '',
780
- delay: 4000, // wait for ws connection from frontend
781
780
  downloadTokenList: extraParams?.previousWorkflowData?.downloadTokenList,
782
781
  controller: role === SERVER_ROLES.EXTERNAL_BLOCKLET_CONTROLLER ? controller : null,
783
782
  },
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.11-next-ca5f18b5",
6
+ "version": "1.16.11-next-61882496",
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-ca5f18b5",
24
- "@abtnode/logger": "1.16.11-next-ca5f18b5",
25
- "@abtnode/util": "1.16.11-next-ca5f18b5",
23
+ "@abtnode/constant": "1.16.11-next-61882496",
24
+ "@abtnode/logger": "1.16.11-next-61882496",
25
+ "@abtnode/util": "1.16.11-next-61882496",
26
26
  "@arcblock/did": "1.18.80",
27
27
  "@arcblock/vc": "1.18.80",
28
- "@blocklet/constant": "1.16.11-next-ca5f18b5",
29
- "@blocklet/meta": "1.16.11-next-ca5f18b5",
28
+ "@blocklet/constant": "1.16.11-next-61882496",
29
+ "@blocklet/meta": "1.16.11-next-61882496",
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": "d797d0177d585b66d17876c99c994fda4d812f37"
45
+ "gitHead": "75e004bf1084bd138e89aadf7629f9fd061ec74d"
46
46
  }