@abtnode/blocklet-services 1.16.13-beta-423a40b1 → 1.16.13-beta-d17a7de4
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/routes/blocklet.js +25 -0
- package/api/services/static.js +4 -0
- package/api/util/index.js +1 -1
- package/build/asset-manifest.json +70 -69
- package/build/index.html +1 -1
- package/build/service-worker.js +3 -0
- package/build/service-worker.js.LICENSE.txt +1 -0
- package/build/service-worker.js.map +1 -0
- package/build/static/css/main.7ea79dc8.css +2 -0
- package/build/static/js/343.2a12718c.chunk.js +2 -0
- package/build/static/js/716.1c25a58a.chunk.js +2 -0
- package/build/static/js/main.9c09d1dd.js +3 -0
- package/package.json +31 -24
- package/build/manifest.json +0 -15
- package/build/static/css/main.632501d5.css +0 -2
- package/build/static/js/343.eb7c9faf.chunk.js +0 -2
- package/build/static/js/716.69235521.chunk.js +0 -2
- package/build/static/js/main.af84eb83.js +0 -3
- /package/build/static/js/{main.af84eb83.js.LICENSE.txt → main.9c09d1dd.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-d17a7de4",
|
|
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='/.
|
|
24
|
+
"build:client": "cross-env NODE_ENV=production 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,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.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/logger": "1.16.13-beta-
|
|
43
|
-
"@abtnode/models": "1.16.13-beta-
|
|
44
|
-
"@abtnode/router-adapter": "1.16.13-beta-
|
|
45
|
-
"@abtnode/router-templates": "1.16.13-beta-
|
|
46
|
-
"@abtnode/util": "1.16.13-beta-
|
|
36
|
+
"@abtnode/auth": "1.16.13-beta-d17a7de4",
|
|
37
|
+
"@abtnode/client": "1.16.13-beta-d17a7de4",
|
|
38
|
+
"@abtnode/connect-storage": "1.16.13-beta-d17a7de4",
|
|
39
|
+
"@abtnode/constant": "1.16.13-beta-d17a7de4",
|
|
40
|
+
"@abtnode/core": "1.16.13-beta-d17a7de4",
|
|
41
|
+
"@abtnode/cron": "1.16.13-beta-d17a7de4",
|
|
42
|
+
"@abtnode/logger": "1.16.13-beta-d17a7de4",
|
|
43
|
+
"@abtnode/models": "1.16.13-beta-d17a7de4",
|
|
44
|
+
"@abtnode/router-adapter": "1.16.13-beta-d17a7de4",
|
|
45
|
+
"@abtnode/router-templates": "1.16.13-beta-d17a7de4",
|
|
46
|
+
"@abtnode/util": "1.16.13-beta-d17a7de4",
|
|
47
47
|
"@arcblock/did": "^1.18.84",
|
|
48
48
|
"@arcblock/did-auth": "1.18.84",
|
|
49
49
|
"@arcblock/did-ext": "^1.18.84",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@arcblock/jwt": "1.18.84",
|
|
53
53
|
"@arcblock/validator": "^1.18.84",
|
|
54
54
|
"@arcblock/ws": "1.18.84",
|
|
55
|
-
"@blocklet/constant": "1.16.13-beta-
|
|
55
|
+
"@blocklet/constant": "1.16.13-beta-d17a7de4",
|
|
56
56
|
"@blocklet/form-builder": "^0.1.11",
|
|
57
57
|
"@blocklet/form-collector": "^0.1.6",
|
|
58
|
-
"@blocklet/meta": "1.16.13-beta-
|
|
59
|
-
"@blocklet/sdk": "1.16.13-beta-
|
|
58
|
+
"@blocklet/meta": "1.16.13-beta-d17a7de4",
|
|
59
|
+
"@blocklet/sdk": "1.16.13-beta-d17a7de4",
|
|
60
60
|
"@did-connect/authenticator": "^2.1.59",
|
|
61
61
|
"@did-connect/relay-adapter-express": "^2.1.59",
|
|
62
62
|
"@did-connect/storage-nedb": "^2.1.59",
|
|
@@ -94,12 +94,12 @@
|
|
|
94
94
|
"@nedb/core": "^2.1.2"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@abtnode/ux": "1.16.13-beta-
|
|
98
|
-
"@arcblock/did-connect": "^2.5.
|
|
99
|
-
"@arcblock/icons": "^2.5.
|
|
100
|
-
"@arcblock/ux": "^2.5.
|
|
101
|
-
"@blocklet/launcher-layout": "2.1.
|
|
102
|
-
"@blocklet/ui-react": "^2.5.
|
|
97
|
+
"@abtnode/ux": "1.16.13-beta-d17a7de4",
|
|
98
|
+
"@arcblock/did-connect": "^2.5.53",
|
|
99
|
+
"@arcblock/icons": "^2.5.53",
|
|
100
|
+
"@arcblock/ux": "^2.5.53",
|
|
101
|
+
"@blocklet/launcher-layout": "2.1.26",
|
|
102
|
+
"@blocklet/ui-react": "^2.5.53",
|
|
103
103
|
"@emotion/react": "^11.10.4",
|
|
104
104
|
"@emotion/styled": "^11.10.4",
|
|
105
105
|
"@iconify/iconify": "^2.2.1",
|
|
@@ -136,11 +136,18 @@
|
|
|
136
136
|
"react-router-dom": "^6.4.2",
|
|
137
137
|
"react-scripts": "^5.0.1",
|
|
138
138
|
"react-use": "^17.4.0",
|
|
139
|
+
"register-service-worker": "^1.7.2",
|
|
139
140
|
"source-map-explorer": "^2.5.3",
|
|
140
141
|
"supertest": "^6.3.0",
|
|
141
142
|
"typescript": "^5.0.4",
|
|
142
143
|
"uuid": "^8.3.2",
|
|
143
|
-
"webpack-bundle-analyzer": "^4.6.1"
|
|
144
|
+
"webpack-bundle-analyzer": "^4.6.1",
|
|
145
|
+
"workbox-core": "6.5.4",
|
|
146
|
+
"workbox-expiration": "6.5.4",
|
|
147
|
+
"workbox-precaching": "6.5.4",
|
|
148
|
+
"workbox-routing": "6.5.4",
|
|
149
|
+
"workbox-strategies": "6.5.4",
|
|
150
|
+
"workbox-webpack-plugin": "6.5.4"
|
|
144
151
|
},
|
|
145
152
|
"browserslist": {
|
|
146
153
|
"production": [
|
|
@@ -162,5 +169,5 @@
|
|
|
162
169
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
163
170
|
"email": "shijun@arcblock.io"
|
|
164
171
|
},
|
|
165
|
-
"gitHead": "
|
|
172
|
+
"gitHead": "f14750f3b9feeafe80ee88499b2b4a061c2c28c4"
|
|
166
173
|
}
|
package/build/manifest.json
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"short_name": "React App",
|
|
3
|
-
"name": "Create React App Sample",
|
|
4
|
-
"icons": [
|
|
5
|
-
{
|
|
6
|
-
"src": "favicon.ico",
|
|
7
|
-
"sizes": "64x64 32x32 24x24 16x16",
|
|
8
|
-
"type": "image/x-icon"
|
|
9
|
-
}
|
|
10
|
-
],
|
|
11
|
-
"start_url": ".",
|
|
12
|
-
"display": "standalone",
|
|
13
|
-
"theme_color": "#000000",
|
|
14
|
-
"background_color": "#ffffff"
|
|
15
|
-
}
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/lato-latin-ext-400-normal.361f3dbb9db6a5980326.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/lato-all-400-normal.3dc1eff492ab1f598560.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/lato-latin-400-normal.be36596da218e1eec01c.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/lato-all-400-normal.3dc1eff492ab1f598560.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(/.blocklet/proxy/blocklet-service/static/media/lato-latin-ext-700-normal.9c8812eaec45956201e1.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/lato-all-700-normal.1e7707c9ec98d9b97e7f.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Lato;font-style:normal;font-weight:700;src:url(/.blocklet/proxy/blocklet-service/static/media/lato-latin-700-normal.8f28e0e1fdb195149f1c.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/lato-all-700-normal.1e7707c9ec98d9b97e7f.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-display:swap;font-family:Ubuntu Mono;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-cyrillic-ext-400-normal.eda1c4946b1f7bf58386.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-all-400-normal.c879328bc62e9c68268f.woff) format("woff");unicode-range:u+0460-052f,u+1c80-1c88,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-display:swap;font-family:Ubuntu Mono;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-cyrillic-400-normal.c367f416832eb8f1b846.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-all-400-normal.c879328bc62e9c68268f.woff) format("woff");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-display:swap;font-family:Ubuntu Mono;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-greek-ext-400-normal.b3459900ea8a25d1f7c2.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-all-400-normal.c879328bc62e9c68268f.woff) format("woff");unicode-range:u+1f??}@font-face{font-display:swap;font-family:Ubuntu Mono;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-greek-400-normal.22f3bfc91f79c342bdf4.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-all-400-normal.c879328bc62e9c68268f.woff) format("woff");unicode-range:u+0370-03ff}@font-face{font-display:swap;font-family:Ubuntu Mono;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-latin-ext-400-normal.b56e2315611d10838ad5.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-all-400-normal.c879328bc62e9c68268f.woff) format("woff");unicode-range:u+0100-024f,u+0259,u+1e??,u+2020,u+20a0-20ab,u+20ad-20cf,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-display:swap;font-family:Ubuntu Mono;font-style:normal;font-weight:400;src:url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-latin-400-normal.18e32d9d743af28f913e.woff2) format("woff2"),url(/.blocklet/proxy/blocklet-service/static/media/ubuntu-mono-all-400-normal.c879328bc62e9c68268f.woff) format("woff");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+2000-206f,u+2074,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}
|
|
2
|
-
/*# sourceMappingURL=main.632501d5.css.map*/
|