@abtnode/blocklet-services 1.8.61 → 1.8.63-beta-c51e554d
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/routes/blocklet.js +18 -16
- package/api/services/auth/index.js +9 -3
- package/build/asset-manifest.json +7 -7
- package/build/index.html +1 -1
- package/build/static/js/409.d234c0ae.chunk.js +2 -0
- package/build/static/js/409.d234c0ae.chunk.js.map +1 -0
- package/build/static/js/906.3058a45b.chunk.js +2 -0
- package/build/static/js/906.3058a45b.chunk.js.map +1 -0
- package/build/static/js/main.e03a3989.js +3 -0
- package/build/static/js/{main.eaf2e200.js.LICENSE.txt → main.e03a3989.js.LICENSE.txt} +0 -0
- package/build/static/js/{main.eaf2e200.js.map → main.e03a3989.js.map} +1 -1
- package/package.json +17 -16
- package/build/static/js/409.2a569bbb.chunk.js +0 -2
- package/build/static/js/409.2a569bbb.chunk.js.map +0 -1
- package/build/static/js/906.f8540d1c.chunk.js +0 -2
- package/build/static/js/906.f8540d1c.chunk.js.map +0 -1
- package/build/static/js/main.eaf2e200.js +0 -3
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.8.
|
|
6
|
+
"version": "1.8.63-beta-c51e554d",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,26 +31,26 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "MIT",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/auth": "1.8.
|
|
35
|
-
"@abtnode/client": "1.8.
|
|
36
|
-
"@abtnode/constant": "1.8.
|
|
37
|
-
"@abtnode/core": "1.8.
|
|
38
|
-
"@abtnode/cron": "1.8.
|
|
39
|
-
"@abtnode/db": "1.8.
|
|
40
|
-
"@abtnode/logger": "1.8.
|
|
41
|
-
"@abtnode/router-adapter": "1.8.
|
|
42
|
-
"@abtnode/router-templates": "1.8.
|
|
43
|
-
"@abtnode/util": "1.8.
|
|
34
|
+
"@abtnode/auth": "1.8.63-beta-c51e554d",
|
|
35
|
+
"@abtnode/client": "1.8.63-beta-c51e554d",
|
|
36
|
+
"@abtnode/constant": "1.8.63-beta-c51e554d",
|
|
37
|
+
"@abtnode/core": "1.8.63-beta-c51e554d",
|
|
38
|
+
"@abtnode/cron": "1.8.63-beta-c51e554d",
|
|
39
|
+
"@abtnode/db": "1.8.63-beta-c51e554d",
|
|
40
|
+
"@abtnode/logger": "1.8.63-beta-c51e554d",
|
|
41
|
+
"@abtnode/router-adapter": "1.8.63-beta-c51e554d",
|
|
42
|
+
"@abtnode/router-templates": "1.8.63-beta-c51e554d",
|
|
43
|
+
"@abtnode/util": "1.8.63-beta-c51e554d",
|
|
44
44
|
"@arcblock/did-auth": "1.18.36",
|
|
45
45
|
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
46
46
|
"@arcblock/event-hub": "1.18.36",
|
|
47
47
|
"@arcblock/jwt": "1.18.36",
|
|
48
48
|
"@arcblock/ws": "1.18.36",
|
|
49
|
-
"@blocklet/constant": "1.8.
|
|
49
|
+
"@blocklet/constant": "1.8.63-beta-c51e554d",
|
|
50
50
|
"@blocklet/form-builder": "^0.1.10",
|
|
51
51
|
"@blocklet/form-collector": "^0.1.5",
|
|
52
|
-
"@blocklet/meta": "1.8.
|
|
53
|
-
"@blocklet/sdk": "1.8.
|
|
52
|
+
"@blocklet/meta": "1.8.63-beta-c51e554d",
|
|
53
|
+
"@blocklet/sdk": "1.8.63-beta-c51e554d",
|
|
54
54
|
"@did-connect/authenticator": "^2.1.33",
|
|
55
55
|
"@did-connect/relay-adapter-express": "^2.1.33",
|
|
56
56
|
"@did-connect/storage-nedb": "^2.1.33",
|
|
@@ -59,6 +59,7 @@
|
|
|
59
59
|
"body-parser": "^1.20.1",
|
|
60
60
|
"buffer": "^6.0.3",
|
|
61
61
|
"compression": "^1.7.4",
|
|
62
|
+
"cookie": "^0.5.0",
|
|
62
63
|
"cookie-parser": "^1.4.6",
|
|
63
64
|
"cors": "^2.8.5",
|
|
64
65
|
"dayjs": "^1.11.7",
|
|
@@ -83,7 +84,7 @@
|
|
|
83
84
|
"@nedb/multi": "^2.0.5"
|
|
84
85
|
},
|
|
85
86
|
"devDependencies": {
|
|
86
|
-
"@abtnode/ux": "1.8.
|
|
87
|
+
"@abtnode/ux": "1.8.63-beta-c51e554d",
|
|
87
88
|
"@arcblock/did-connect": "^2.4.65",
|
|
88
89
|
"@arcblock/icons": "^2.4.65",
|
|
89
90
|
"@arcblock/ux": "^2.4.65",
|
|
@@ -147,5 +148,5 @@
|
|
|
147
148
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
148
149
|
"email": "shijun@arcblock.io"
|
|
149
150
|
},
|
|
150
|
-
"gitHead": "
|
|
151
|
+
"gitHead": "9913ed7968dfab63d6549201a5a98f9819fcfac6"
|
|
151
152
|
}
|