@abtnode/blocklet-services 1.16.13-beta-0656f92f → 1.16.13-beta-90ded76f
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 +15 -11
- package/api/routes/blocklet.js +1 -1
- package/api/services/studio/index.js +26 -1
- package/api/util/attach-shared-utils.js +0 -1
- package/api/util/index.js +15 -8
- package/build/asset-manifest.json +15 -15
- package/build/index.html +1 -1
- package/build/service-worker.js +1 -1
- package/build/static/css/{125.1bbe7d61.chunk.css → 221.f0cfb042.chunk.css} +1 -1
- package/build/static/js/{189.602863fd.chunk.js → 189.971a999d.chunk.js} +3 -3
- package/build/static/js/{189.602863fd.chunk.js.LICENSE.txt → 189.971a999d.chunk.js.LICENSE.txt} +4 -0
- package/build/static/js/221.c88341d7.chunk.js +3 -0
- package/build/static/js/387.faf23026.chunk.js +2 -0
- package/build/static/js/737.3e7feae2.chunk.js +2 -0
- package/build/static/js/{868.30686f6c.chunk.js → 868.cd5abe55.chunk.js} +2 -2
- package/build/static/js/main.ab3b47f4.js +3 -0
- package/build/static/js/{main.8df96c85.js.LICENSE.txt → main.ab3b47f4.js.LICENSE.txt} +0 -4
- package/package.json +19 -20
- package/build/static/js/125.910ae6fb.chunk.js +0 -3
- package/build/static/js/343.89b6cdac.chunk.js +0 -2
- package/build/static/js/737.1f59e1c3.chunk.js +0 -2
- package/build/static/js/main.8df96c85.js +0 -3
- /package/build/static/js/{125.910ae6fb.chunk.js.LICENSE.txt → 221.c88341d7.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.13-beta-
|
|
6
|
+
"version": "1.16.13-beta-90ded76f",
|
|
7
7
|
"description": "Provide unified services for every blocklet",
|
|
8
8
|
"main": "api/index.js",
|
|
9
9
|
"files": [
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"start": "npm-run-all --parallel start:*",
|
|
22
22
|
"start:client": "DISABLE_ESLINT_PLUGIN=true NODE_ENV=development react-app-rewired start",
|
|
23
23
|
"build": "npm run clean && npm run build:client && npm run build:email",
|
|
24
|
-
"build:client": "cross-env NODE_ENV=production CI=1 PUBLIC_URL='/.well-known/service/static' react-app-rewired build",
|
|
24
|
+
"build:client": "cross-env NODE_ENV=production NODE_OPTIONS='--max_old_space_size=4096' CI=1 PUBLIC_URL='/.well-known/service/static' react-app-rewired build",
|
|
25
25
|
"build:email": "tsc && rm -f api/emails/*.js",
|
|
26
26
|
"analyze:client": "npm run build:client && source-map-explorer 'build/static/js/*.js'",
|
|
27
27
|
"dev:email": "email dev -p 3077"
|
|
@@ -33,17 +33,18 @@
|
|
|
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.13-beta-
|
|
37
|
-
"@abtnode/client": "1.16.13-beta-
|
|
38
|
-
"@abtnode/connect-storage": "1.16.13-beta-
|
|
39
|
-
"@abtnode/constant": "1.16.13-beta-
|
|
40
|
-
"@abtnode/core": "1.16.13-beta-
|
|
41
|
-
"@abtnode/cron": "1.16.13-beta-
|
|
42
|
-
"@abtnode/
|
|
43
|
-
"@abtnode/
|
|
44
|
-
"@abtnode/
|
|
45
|
-
"@abtnode/router-
|
|
46
|
-
"@abtnode/
|
|
36
|
+
"@abtnode/auth": "1.16.13-beta-90ded76f",
|
|
37
|
+
"@abtnode/client": "1.16.13-beta-90ded76f",
|
|
38
|
+
"@abtnode/connect-storage": "1.16.13-beta-90ded76f",
|
|
39
|
+
"@abtnode/constant": "1.16.13-beta-90ded76f",
|
|
40
|
+
"@abtnode/core": "1.16.13-beta-90ded76f",
|
|
41
|
+
"@abtnode/cron": "1.16.13-beta-90ded76f",
|
|
42
|
+
"@abtnode/insights": "1.16.13-beta-90ded76f",
|
|
43
|
+
"@abtnode/logger": "1.16.13-beta-90ded76f",
|
|
44
|
+
"@abtnode/models": "1.16.13-beta-90ded76f",
|
|
45
|
+
"@abtnode/router-adapter": "1.16.13-beta-90ded76f",
|
|
46
|
+
"@abtnode/router-templates": "1.16.13-beta-90ded76f",
|
|
47
|
+
"@abtnode/util": "1.16.13-beta-90ded76f",
|
|
47
48
|
"@arcblock/did": "^1.18.84",
|
|
48
49
|
"@arcblock/did-auth": "1.18.84",
|
|
49
50
|
"@arcblock/did-ext": "^1.18.84",
|
|
@@ -52,11 +53,11 @@
|
|
|
52
53
|
"@arcblock/jwt": "1.18.84",
|
|
53
54
|
"@arcblock/validator": "^1.18.84",
|
|
54
55
|
"@arcblock/ws": "1.18.84",
|
|
55
|
-
"@blocklet/constant": "1.16.13-beta-
|
|
56
|
+
"@blocklet/constant": "1.16.13-beta-90ded76f",
|
|
56
57
|
"@blocklet/form-builder": "^0.1.11",
|
|
57
58
|
"@blocklet/form-collector": "^0.1.6",
|
|
58
|
-
"@blocklet/meta": "1.16.13-beta-
|
|
59
|
-
"@blocklet/sdk": "1.16.13-beta-
|
|
59
|
+
"@blocklet/meta": "1.16.13-beta-90ded76f",
|
|
60
|
+
"@blocklet/sdk": "1.16.13-beta-90ded76f",
|
|
60
61
|
"@did-connect/authenticator": "^2.1.59",
|
|
61
62
|
"@did-connect/relay-adapter-express": "^2.1.59",
|
|
62
63
|
"@did-connect/storage-nedb": "^2.1.59",
|
|
@@ -70,7 +71,6 @@
|
|
|
70
71
|
"cookie": "^0.5.0",
|
|
71
72
|
"cookie-parser": "^1.4.6",
|
|
72
73
|
"cors": "^2.8.5",
|
|
73
|
-
"dayjs": "^1.11.7",
|
|
74
74
|
"express": "^4.18.2",
|
|
75
75
|
"express-async-errors": "^3.1.1",
|
|
76
76
|
"express-bearer-token": "^2.4.0",
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"@nedb/core": "^2.1.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@abtnode/ux": "1.16.13-beta-
|
|
97
|
+
"@abtnode/ux": "1.16.13-beta-90ded76f",
|
|
98
98
|
"@arcblock/did-connect": "^2.5.53",
|
|
99
99
|
"@arcblock/icons": "^2.5.53",
|
|
100
100
|
"@arcblock/ux": "^2.5.53",
|
|
@@ -119,7 +119,6 @@
|
|
|
119
119
|
"http-proxy-middleware": "^0.19.2",
|
|
120
120
|
"jest": "^27.5.1",
|
|
121
121
|
"js-cookie": "^2.2.1",
|
|
122
|
-
"moment": "^2.29.4",
|
|
123
122
|
"mutationobserver-shim": "^0.3.7",
|
|
124
123
|
"node-polyfill-webpack-plugin": "^2.0.1",
|
|
125
124
|
"nodemon": "^2.0.20",
|
|
@@ -169,5 +168,5 @@
|
|
|
169
168
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
170
169
|
"email": "shijun@arcblock.io"
|
|
171
170
|
},
|
|
172
|
-
"gitHead": "
|
|
171
|
+
"gitHead": "e6d4b88fe2cb45e00e5d745e1cd148dc76a019a4"
|
|
173
172
|
}
|