@abtnode/blocklet-services 1.16.10-beta-75a4b94c → 1.16.10-beta-cceee857
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/emails/components/article.js +2 -1
- package/api/emails/components/asset.js +1 -1
- package/api/emails/components/token.js +1 -1
- package/api/emails/libs/chain.js +10 -1
- package/build/asset-manifest.json +5 -5
- package/build/index.html +1 -1
- package/build/static/js/59.93cdf496.chunk.js +3 -0
- package/build/static/js/main.8afd629c.js +3 -0
- package/build/static/js/{main.8e348f57.js.LICENSE.txt → main.8afd629c.js.LICENSE.txt} +1 -1
- package/package.json +25 -25
- package/build/static/js/59.c408028b.chunk.js +0 -3
- package/build/static/js/main.8e348f57.js +0 -3
- /package/build/static/js/{59.c408028b.chunk.js.LICENSE.txt → 59.93cdf496.chunk.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.10-beta-
|
|
6
|
+
"version": "1.16.10-beta-cceee857",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -33,17 +33,17 @@
|
|
|
33
33
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@abtnode/auth": "1.16.10-beta-
|
|
37
|
-
"@abtnode/client": "1.16.10-beta-
|
|
38
|
-
"@abtnode/connect-storage": "1.16.10-beta-
|
|
39
|
-
"@abtnode/constant": "1.16.10-beta-
|
|
40
|
-
"@abtnode/core": "1.16.10-beta-
|
|
41
|
-
"@abtnode/cron": "1.16.10-beta-
|
|
42
|
-
"@abtnode/logger": "1.16.10-beta-
|
|
43
|
-
"@abtnode/models": "1.16.10-beta-
|
|
44
|
-
"@abtnode/router-adapter": "1.16.10-beta-
|
|
45
|
-
"@abtnode/router-templates": "1.16.10-beta-
|
|
46
|
-
"@abtnode/util": "1.16.10-beta-
|
|
36
|
+
"@abtnode/auth": "1.16.10-beta-cceee857",
|
|
37
|
+
"@abtnode/client": "1.16.10-beta-cceee857",
|
|
38
|
+
"@abtnode/connect-storage": "1.16.10-beta-cceee857",
|
|
39
|
+
"@abtnode/constant": "1.16.10-beta-cceee857",
|
|
40
|
+
"@abtnode/core": "1.16.10-beta-cceee857",
|
|
41
|
+
"@abtnode/cron": "1.16.10-beta-cceee857",
|
|
42
|
+
"@abtnode/logger": "1.16.10-beta-cceee857",
|
|
43
|
+
"@abtnode/models": "1.16.10-beta-cceee857",
|
|
44
|
+
"@abtnode/router-adapter": "1.16.10-beta-cceee857",
|
|
45
|
+
"@abtnode/router-templates": "1.16.10-beta-cceee857",
|
|
46
|
+
"@abtnode/util": "1.16.10-beta-cceee857",
|
|
47
47
|
"@arcblock/did": "^1.18.80",
|
|
48
48
|
"@arcblock/did-auth": "1.18.80",
|
|
49
49
|
"@arcblock/did-ext": "^1.18.80",
|
|
@@ -51,14 +51,14 @@
|
|
|
51
51
|
"@arcblock/jwt": "1.18.80",
|
|
52
52
|
"@arcblock/validator": "^1.18.80",
|
|
53
53
|
"@arcblock/ws": "1.18.80",
|
|
54
|
-
"@blocklet/constant": "1.16.10-beta-
|
|
54
|
+
"@blocklet/constant": "1.16.10-beta-cceee857",
|
|
55
55
|
"@blocklet/form-builder": "^0.1.11",
|
|
56
56
|
"@blocklet/form-collector": "^0.1.6",
|
|
57
|
-
"@blocklet/meta": "1.16.10-beta-
|
|
58
|
-
"@blocklet/sdk": "1.16.10-beta-
|
|
59
|
-
"@did-connect/authenticator": "^2.1.
|
|
60
|
-
"@did-connect/relay-adapter-express": "^2.1.
|
|
61
|
-
"@did-connect/storage-nedb": "^2.1.
|
|
57
|
+
"@blocklet/meta": "1.16.10-beta-cceee857",
|
|
58
|
+
"@blocklet/sdk": "1.16.10-beta-cceee857",
|
|
59
|
+
"@did-connect/authenticator": "^2.1.59",
|
|
60
|
+
"@did-connect/relay-adapter-express": "^2.1.59",
|
|
61
|
+
"@did-connect/storage-nedb": "^2.1.59",
|
|
62
62
|
"@ocap/client": "1.18.80",
|
|
63
63
|
"@ocap/util": "1.18.80",
|
|
64
64
|
"@react-email/components": "^0.0.6",
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
"@nedb/core": "^2.1.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@abtnode/ux": "1.16.10-beta-
|
|
98
|
-
"@arcblock/did-connect": "^2.5.
|
|
99
|
-
"@arcblock/icons": "^2.5.
|
|
100
|
-
"@arcblock/ux": "^2.5.
|
|
101
|
-
"@blocklet/launcher-layout": "2.0.
|
|
102
|
-
"@blocklet/ui-react": "^2.5.
|
|
97
|
+
"@abtnode/ux": "1.16.10-beta-cceee857",
|
|
98
|
+
"@arcblock/did-connect": "^2.5.42",
|
|
99
|
+
"@arcblock/icons": "^2.5.42",
|
|
100
|
+
"@arcblock/ux": "^2.5.42",
|
|
101
|
+
"@blocklet/launcher-layout": "2.0.40",
|
|
102
|
+
"@blocklet/ui-react": "^2.5.42",
|
|
103
103
|
"@emotion/react": "^11.10.4",
|
|
104
104
|
"@emotion/styled": "^11.10.4",
|
|
105
105
|
"@iconify/iconify": "^2.2.1",
|
|
@@ -162,5 +162,5 @@
|
|
|
162
162
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
163
163
|
"email": "shijun@arcblock.io"
|
|
164
164
|
},
|
|
165
|
-
"gitHead": "
|
|
165
|
+
"gitHead": "821e24df918ee50a05c64e0da6757926d42a948d"
|
|
166
166
|
}
|