@abtnode/blocklet-services 1.8.16 → 1.8.17
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/state/index.js +7 -24
- package/api/state/message.js +6 -4
- package/build/asset-manifest.json +5 -5
- package/build/index.html +1 -1
- package/build/static/js/575.ceda4e9e.chunk.js +2 -0
- package/build/static/js/575.ceda4e9e.chunk.js.map +1 -0
- package/build/static/js/main.5cdb1ae7.js +3 -0
- package/build/static/js/{main.699663ce.js.LICENSE.txt → main.5cdb1ae7.js.LICENSE.txt} +0 -0
- package/build/static/js/{main.699663ce.js.map → main.5cdb1ae7.js.map} +1 -1
- package/package.json +29 -28
- package/build/static/js/575.e131ca88.chunk.js +0 -2
- package/build/static/js/575.e131ca88.chunk.js.map +0 -1
- package/build/static/js/main.699663ce.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.17",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,27 +31,28 @@
|
|
|
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/
|
|
40
|
-
"@abtnode/
|
|
41
|
-
"@abtnode/router-
|
|
42
|
-
"@abtnode/
|
|
43
|
-
"@
|
|
44
|
-
"@arcblock/did-auth
|
|
45
|
-
"@arcblock/
|
|
46
|
-
"@arcblock/
|
|
47
|
-
"@arcblock/
|
|
48
|
-
"@
|
|
49
|
-
"@blocklet/
|
|
50
|
-
"@
|
|
51
|
-
"@did-connect/
|
|
52
|
-
"@did-connect/
|
|
53
|
-
"@
|
|
54
|
-
"@ocap/
|
|
34
|
+
"@abtnode/auth": "1.8.17",
|
|
35
|
+
"@abtnode/client": "1.8.17",
|
|
36
|
+
"@abtnode/constant": "1.8.17",
|
|
37
|
+
"@abtnode/core": "1.8.17",
|
|
38
|
+
"@abtnode/cron": "1.8.17",
|
|
39
|
+
"@abtnode/db": "1.8.17",
|
|
40
|
+
"@abtnode/logger": "1.8.17",
|
|
41
|
+
"@abtnode/router-adapter": "1.8.17",
|
|
42
|
+
"@abtnode/router-templates": "1.8.17",
|
|
43
|
+
"@abtnode/util": "1.8.17",
|
|
44
|
+
"@arcblock/did-auth": "1.17.19",
|
|
45
|
+
"@arcblock/did-auth-storage-nedb": "^1.7.1",
|
|
46
|
+
"@arcblock/event-hub": "1.17.19",
|
|
47
|
+
"@arcblock/jwt": "1.17.19",
|
|
48
|
+
"@arcblock/ws": "1.17.19",
|
|
49
|
+
"@blocklet/meta": "1.8.17",
|
|
50
|
+
"@blocklet/sdk": "1.8.17",
|
|
51
|
+
"@did-connect/authenticator": "^2.1.13",
|
|
52
|
+
"@did-connect/relay-adapter-express": "^2.1.13",
|
|
53
|
+
"@did-connect/storage-nedb": "^2.1.13",
|
|
54
|
+
"@ocap/client": "1.17.19",
|
|
55
|
+
"@ocap/util": "1.17.19",
|
|
55
56
|
"body-parser": "^1.20.0",
|
|
56
57
|
"buffer": "^6.0.3",
|
|
57
58
|
"compression": "^1.7.4",
|
|
@@ -75,17 +76,17 @@
|
|
|
75
76
|
"url-join": "^4.0.1"
|
|
76
77
|
},
|
|
77
78
|
"devDependencies": {
|
|
78
|
-
"@abtnode/ux": "1.8.
|
|
79
|
-
"@arcblock/did-connect": "^2.4.
|
|
80
|
-
"@arcblock/icons": "^2.4.
|
|
81
|
-
"@arcblock/ux": "^2.4.
|
|
79
|
+
"@abtnode/ux": "1.8.17",
|
|
80
|
+
"@arcblock/did-connect": "^2.4.23",
|
|
81
|
+
"@arcblock/icons": "^2.4.23",
|
|
82
|
+
"@arcblock/ux": "^2.4.23",
|
|
82
83
|
"@blocklet/launcher-layout": "^1.8.26",
|
|
83
84
|
"@emotion/react": "^11.10.0",
|
|
84
85
|
"@emotion/styled": "^11.10.0",
|
|
85
86
|
"@mui/icons-material": "^5.8.4",
|
|
86
87
|
"@mui/material": "^5.10.0",
|
|
87
88
|
"@mui/styles": "^5.9.3",
|
|
88
|
-
"@ocap/wallet": "1.17.
|
|
89
|
+
"@ocap/wallet": "1.17.19",
|
|
89
90
|
"ahooks": "^3.7.0",
|
|
90
91
|
"axios": "^0.27.2",
|
|
91
92
|
"copy-webpack-plugin": "^11.0.0",
|
|
@@ -133,5 +134,5 @@
|
|
|
133
134
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
134
135
|
"email": "shijun@arcblock.io"
|
|
135
136
|
},
|
|
136
|
-
"gitHead": "
|
|
137
|
+
"gitHead": "aa1854b3b71a6250182bfcad794235099f38a514"
|
|
137
138
|
}
|