@abtnode/blocklet-services 1.16.14-beta-9743e8e2 → 1.16.14-beta-c775fe49
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 +8 -3
- package/api/libs/error.svg +1 -0
- package/api/libs/image.js +235 -0
- package/api/routes/blocklet.js +11 -1
- package/api/services/image/index.js +61 -0
- package/build/asset-manifest.json +3 -3
- package/build/index.html +1 -1
- package/build/service-worker.js +1 -1
- package/build/static/js/{main.82cb8447.js → main.1a8e765b.js} +3 -3
- package/package.json +21 -19
- /package/build/static/js/{main.82cb8447.js.LICENSE.txt → main.1a8e765b.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.14-beta-
|
|
6
|
+
"version": "1.16.14-beta-c775fe49",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
|
|
34
34
|
"license": "Apache-2.0",
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@abtnode/analytics": "1.16.14-beta-
|
|
37
|
-
"@abtnode/auth": "1.16.14-beta-
|
|
38
|
-
"@abtnode/client": "1.16.14-beta-
|
|
39
|
-
"@abtnode/connect-storage": "1.16.14-beta-
|
|
40
|
-
"@abtnode/constant": "1.16.14-beta-
|
|
41
|
-
"@abtnode/core": "1.16.14-beta-
|
|
42
|
-
"@abtnode/cron": "1.16.14-beta-
|
|
43
|
-
"@abtnode/logger": "1.16.14-beta-
|
|
44
|
-
"@abtnode/models": "1.16.14-beta-
|
|
45
|
-
"@abtnode/router-adapter": "1.16.14-beta-
|
|
46
|
-
"@abtnode/router-templates": "1.16.14-beta-
|
|
47
|
-
"@abtnode/util": "1.16.14-beta-
|
|
36
|
+
"@abtnode/analytics": "1.16.14-beta-c775fe49",
|
|
37
|
+
"@abtnode/auth": "1.16.14-beta-c775fe49",
|
|
38
|
+
"@abtnode/client": "1.16.14-beta-c775fe49",
|
|
39
|
+
"@abtnode/connect-storage": "1.16.14-beta-c775fe49",
|
|
40
|
+
"@abtnode/constant": "1.16.14-beta-c775fe49",
|
|
41
|
+
"@abtnode/core": "1.16.14-beta-c775fe49",
|
|
42
|
+
"@abtnode/cron": "1.16.14-beta-c775fe49",
|
|
43
|
+
"@abtnode/logger": "1.16.14-beta-c775fe49",
|
|
44
|
+
"@abtnode/models": "1.16.14-beta-c775fe49",
|
|
45
|
+
"@abtnode/router-adapter": "1.16.14-beta-c775fe49",
|
|
46
|
+
"@abtnode/router-templates": "1.16.14-beta-c775fe49",
|
|
47
|
+
"@abtnode/util": "1.16.14-beta-c775fe49",
|
|
48
48
|
"@arcblock/did": "^1.18.88",
|
|
49
49
|
"@arcblock/did-auth": "1.18.88",
|
|
50
50
|
"@arcblock/did-ext": "^1.18.88",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@arcblock/jwt": "1.18.88",
|
|
54
54
|
"@arcblock/validator": "^1.18.88",
|
|
55
55
|
"@arcblock/ws": "1.18.88",
|
|
56
|
-
"@blocklet/constant": "1.16.14-beta-
|
|
56
|
+
"@blocklet/constant": "1.16.14-beta-c775fe49",
|
|
57
57
|
"@blocklet/form-builder": "^0.1.11",
|
|
58
58
|
"@blocklet/form-collector": "^0.1.6",
|
|
59
|
-
"@blocklet/meta": "1.16.14-beta-
|
|
60
|
-
"@blocklet/sdk": "1.16.14-beta-
|
|
59
|
+
"@blocklet/meta": "1.16.14-beta-c775fe49",
|
|
60
|
+
"@blocklet/sdk": "1.16.14-beta-c775fe49",
|
|
61
61
|
"@did-connect/authenticator": "^2.2.0",
|
|
62
62
|
"@did-connect/relay-adapter-express": "^2.2.0",
|
|
63
63
|
"@did-connect/storage-nedb": "^2.2.0",
|
|
@@ -75,6 +75,7 @@
|
|
|
75
75
|
"express-bearer-token": "^2.4.0",
|
|
76
76
|
"fs-extra": "^10.1.0",
|
|
77
77
|
"is-url": "^1.2.4",
|
|
78
|
+
"json-stable-stringify": "^1.0.1",
|
|
78
79
|
"jsonwebtoken": "^9.0.0",
|
|
79
80
|
"lodash": "^4.17.21",
|
|
80
81
|
"lru-cache": "^6.0.0",
|
|
@@ -85,6 +86,7 @@
|
|
|
85
86
|
"p-limit": "3",
|
|
86
87
|
"p-map": "^4.0.0",
|
|
87
88
|
"serve-static": "^1.15.0",
|
|
89
|
+
"sharp": "^0.32.4",
|
|
88
90
|
"transliteration": "^2.3.5",
|
|
89
91
|
"tweetnacl-sealedbox-js": "^1.2.0",
|
|
90
92
|
"url-join": "^4.0.1"
|
|
@@ -93,12 +95,12 @@
|
|
|
93
95
|
"@nedb/core": "^2.1.2"
|
|
94
96
|
},
|
|
95
97
|
"devDependencies": {
|
|
96
|
-
"@abtnode/ux": "1.16.14-beta-
|
|
98
|
+
"@abtnode/ux": "1.16.14-beta-c775fe49",
|
|
97
99
|
"@arcblock/did-connect": "^2.6.8",
|
|
98
100
|
"@arcblock/icons": "^2.6.8",
|
|
99
101
|
"@arcblock/ux": "^2.6.8",
|
|
100
102
|
"@blocklet/launcher-layout": "2.1.83",
|
|
101
|
-
"@blocklet/tracker": "1.16.14-beta-
|
|
103
|
+
"@blocklet/tracker": "1.16.14-beta-c775fe49",
|
|
102
104
|
"@blocklet/ui-react": "^2.6.8",
|
|
103
105
|
"@emotion/react": "^11.10.4",
|
|
104
106
|
"@emotion/styled": "^11.10.4",
|
|
@@ -168,5 +170,5 @@
|
|
|
168
170
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
169
171
|
"email": "shijun@arcblock.io"
|
|
170
172
|
},
|
|
171
|
-
"gitHead": "
|
|
173
|
+
"gitHead": "8a87fffd7e47a2573d3fec7b8b23559b204726f5"
|
|
172
174
|
}
|
|
File without changes
|