@abtnode/blocklet-services 1.16.20-beta-148929e2 → 1.16.20-beta-e6e3b017
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/package.json +19 -19
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publishConfig": {
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.16.20-beta-
|
|
6
|
+
"version": "1.16.20-beta-e6e3b017",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -31,17 +31,17 @@
|
|
|
31
31
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@abtnode/analytics": "1.16.20-beta-
|
|
35
|
-
"@abtnode/auth": "1.16.20-beta-
|
|
36
|
-
"@abtnode/client": "1.16.20-beta-
|
|
37
|
-
"@abtnode/connect-storage": "1.16.20-beta-
|
|
38
|
-
"@abtnode/constant": "1.16.20-beta-
|
|
39
|
-
"@abtnode/core": "1.16.20-beta-
|
|
40
|
-
"@abtnode/cron": "1.16.20-beta-
|
|
41
|
-
"@abtnode/logger": "1.16.20-beta-
|
|
42
|
-
"@abtnode/models": "1.16.20-beta-
|
|
43
|
-
"@abtnode/router-templates": "1.16.20-beta-
|
|
44
|
-
"@abtnode/util": "1.16.20-beta-
|
|
34
|
+
"@abtnode/analytics": "1.16.20-beta-e6e3b017",
|
|
35
|
+
"@abtnode/auth": "1.16.20-beta-e6e3b017",
|
|
36
|
+
"@abtnode/client": "1.16.20-beta-e6e3b017",
|
|
37
|
+
"@abtnode/connect-storage": "1.16.20-beta-e6e3b017",
|
|
38
|
+
"@abtnode/constant": "1.16.20-beta-e6e3b017",
|
|
39
|
+
"@abtnode/core": "1.16.20-beta-e6e3b017",
|
|
40
|
+
"@abtnode/cron": "1.16.20-beta-e6e3b017",
|
|
41
|
+
"@abtnode/logger": "1.16.20-beta-e6e3b017",
|
|
42
|
+
"@abtnode/models": "1.16.20-beta-e6e3b017",
|
|
43
|
+
"@abtnode/router-templates": "1.16.20-beta-e6e3b017",
|
|
44
|
+
"@abtnode/util": "1.16.20-beta-e6e3b017",
|
|
45
45
|
"@arcblock/did": "^1.18.103",
|
|
46
46
|
"@arcblock/did-auth": "1.18.103",
|
|
47
47
|
"@arcblock/did-ext": "^1.18.103",
|
|
@@ -50,11 +50,11 @@
|
|
|
50
50
|
"@arcblock/jwt": "1.18.103",
|
|
51
51
|
"@arcblock/validator": "^1.18.103",
|
|
52
52
|
"@arcblock/ws": "1.18.103",
|
|
53
|
-
"@blocklet/constant": "1.16.20-beta-
|
|
53
|
+
"@blocklet/constant": "1.16.20-beta-e6e3b017",
|
|
54
54
|
"@blocklet/form-builder": "^0.1.11",
|
|
55
55
|
"@blocklet/form-collector": "^0.1.6",
|
|
56
|
-
"@blocklet/meta": "1.16.20-beta-
|
|
57
|
-
"@blocklet/sdk": "1.16.20-beta-
|
|
56
|
+
"@blocklet/meta": "1.16.20-beta-e6e3b017",
|
|
57
|
+
"@blocklet/sdk": "1.16.20-beta-e6e3b017",
|
|
58
58
|
"@did-connect/authenticator": "^2.2.1",
|
|
59
59
|
"@did-connect/relay-adapter-express": "^2.2.1",
|
|
60
60
|
"@ocap/client": "1.18.103",
|
|
@@ -83,7 +83,6 @@
|
|
|
83
83
|
"nodemailer": "^6.9.2",
|
|
84
84
|
"p-limit": "3",
|
|
85
85
|
"p-map": "^4.0.0",
|
|
86
|
-
"react-hook-form": "^7.48.2",
|
|
87
86
|
"satori": "^0.10.2",
|
|
88
87
|
"satori-html": "^0.3.2",
|
|
89
88
|
"serve-static": "^1.15.0",
|
|
@@ -94,12 +93,12 @@
|
|
|
94
93
|
},
|
|
95
94
|
"resolutions": {},
|
|
96
95
|
"devDependencies": {
|
|
97
|
-
"@abtnode/ux": "1.16.20-beta-
|
|
96
|
+
"@abtnode/ux": "1.16.20-beta-e6e3b017",
|
|
98
97
|
"@arcblock/did-connect": "^2.8.21",
|
|
99
98
|
"@arcblock/icons": "^2.8.21",
|
|
100
99
|
"@arcblock/ux": "^2.8.21",
|
|
101
100
|
"@blocklet/launcher-layout": "2.2.47",
|
|
102
|
-
"@blocklet/tracker": "1.16.20-beta-
|
|
101
|
+
"@blocklet/tracker": "1.16.20-beta-e6e3b017",
|
|
103
102
|
"@blocklet/ui-react": "^2.8.21",
|
|
104
103
|
"@emotion/react": "^11.10.4",
|
|
105
104
|
"@emotion/styled": "^11.10.4",
|
|
@@ -129,6 +128,7 @@
|
|
|
129
128
|
"react-email": "^1.9.3",
|
|
130
129
|
"react-error-boundary": "^3.1.4",
|
|
131
130
|
"react-error-overlay": "6.0.9",
|
|
131
|
+
"react-hook-form": "^7.48.2",
|
|
132
132
|
"react-iframe": "^1.8.5",
|
|
133
133
|
"react-router-dom": "^6.4.2",
|
|
134
134
|
"react-use": "^17.4.0",
|
|
@@ -169,5 +169,5 @@
|
|
|
169
169
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
170
170
|
"email": "shijun@arcblock.io"
|
|
171
171
|
},
|
|
172
|
-
"gitHead": "
|
|
172
|
+
"gitHead": "764869cd8c889713e56416f4e60385cc70b9482e"
|
|
173
173
|
}
|