@abtnode/blocklet-services 1.16.7 → 1.16.8-beta-0c0c5eb2
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.
- package/api/index.js +2 -0
- package/api/libs/auth/utils.js +19 -4
- package/api/libs/connect/session.js +4 -4
- package/api/middlewares/verify-sig.js +25 -0
- package/api/routes/oauth.js +34 -19
- package/api/routes/user.js +251 -0
- package/api/services/oauth/index.js +6 -3
- package/api/util/error.js +8 -0
- package/api/validators/login.js +21 -0
- package/build/asset-manifest.json +9 -9
- package/build/index.html +1 -1
- package/build/static/css/{702.f684be9e.chunk.css → 286.97b3dab6.chunk.css} +1 -1
- package/build/static/js/286.af946efa.chunk.js +3 -0
- package/build/static/js/343.0b145b64.chunk.js +2 -0
- package/build/static/js/main.0006cb61.js +3 -0
- package/package.json +17 -16
- package/build/static/js/343.b2beb5b2.chunk.js +0 -2
- package/build/static/js/702.8320bb4a.chunk.js +0 -3
- package/build/static/js/main.a741fa5b.js +0 -3
- /package/build/static/js/{702.8320bb4a.chunk.js.LICENSE.txt → 286.af946efa.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.a741fa5b.js.LICENSE.txt → main.0006cb61.js.LICENSE.txt} +0 -0
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.
|
|
6
|
+
"version": "1.16.8-beta-0c0c5eb2",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,28 +31,29 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/auth": "1.16.
|
|
35
|
-
"@abtnode/client": "1.16.
|
|
36
|
-
"@abtnode/constant": "1.16.
|
|
37
|
-
"@abtnode/core": "1.16.
|
|
38
|
-
"@abtnode/cron": "1.16.
|
|
39
|
-
"@abtnode/db": "1.16.
|
|
40
|
-
"@abtnode/logger": "1.16.
|
|
41
|
-
"@abtnode/router-adapter": "1.16.
|
|
42
|
-
"@abtnode/router-templates": "1.16.
|
|
43
|
-
"@abtnode/util": "1.16.
|
|
34
|
+
"@abtnode/auth": "1.16.8-beta-0c0c5eb2",
|
|
35
|
+
"@abtnode/client": "1.16.8-beta-0c0c5eb2",
|
|
36
|
+
"@abtnode/constant": "1.16.8-beta-0c0c5eb2",
|
|
37
|
+
"@abtnode/core": "1.16.8-beta-0c0c5eb2",
|
|
38
|
+
"@abtnode/cron": "1.16.8-beta-0c0c5eb2",
|
|
39
|
+
"@abtnode/db": "1.16.8-beta-0c0c5eb2",
|
|
40
|
+
"@abtnode/logger": "1.16.8-beta-0c0c5eb2",
|
|
41
|
+
"@abtnode/router-adapter": "1.16.8-beta-0c0c5eb2",
|
|
42
|
+
"@abtnode/router-templates": "1.16.8-beta-0c0c5eb2",
|
|
43
|
+
"@abtnode/util": "1.16.8-beta-0c0c5eb2",
|
|
44
44
|
"@arcblock/did": "^1.18.78",
|
|
45
45
|
"@arcblock/did-auth": "1.18.78",
|
|
46
46
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
47
47
|
"@arcblock/did-ext": "^1.18.78",
|
|
48
48
|
"@arcblock/event-hub": "1.18.78",
|
|
49
49
|
"@arcblock/jwt": "1.18.78",
|
|
50
|
+
"@arcblock/validator": "^1.18.78",
|
|
50
51
|
"@arcblock/ws": "1.18.78",
|
|
51
|
-
"@blocklet/constant": "1.16.
|
|
52
|
+
"@blocklet/constant": "1.16.8-beta-0c0c5eb2",
|
|
52
53
|
"@blocklet/form-builder": "^0.1.11",
|
|
53
54
|
"@blocklet/form-collector": "^0.1.6",
|
|
54
|
-
"@blocklet/meta": "1.16.
|
|
55
|
-
"@blocklet/sdk": "1.16.
|
|
55
|
+
"@blocklet/meta": "1.16.8-beta-0c0c5eb2",
|
|
56
|
+
"@blocklet/sdk": "1.16.8-beta-0c0c5eb2",
|
|
56
57
|
"@did-connect/authenticator": "^2.1.54",
|
|
57
58
|
"@did-connect/relay-adapter-express": "^2.1.54",
|
|
58
59
|
"@did-connect/storage-nedb": "^2.1.54",
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
"@nedb/multi": "^2.0.5"
|
|
90
91
|
},
|
|
91
92
|
"devDependencies": {
|
|
92
|
-
"@abtnode/ux": "1.16.
|
|
93
|
+
"@abtnode/ux": "1.16.8-beta-0c0c5eb2",
|
|
93
94
|
"@arcblock/did-connect": "^2.5.37",
|
|
94
95
|
"@arcblock/icons": "^2.5.37",
|
|
95
96
|
"@arcblock/ux": "^2.5.37",
|
|
@@ -155,5 +156,5 @@
|
|
|
155
156
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
156
157
|
"email": "shijun@arcblock.io"
|
|
157
158
|
},
|
|
158
|
-
"gitHead": "
|
|
159
|
+
"gitHead": "0d8ec3154caf670770284dbdabc61a5f4e8b205f"
|
|
159
160
|
}
|