@abtnode/blocklet-services 1.16.13-beta-90ded76f → 1.16.13-beta-2eb54cbc
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/libs/jwt.js +2 -1
- package/api/routes/blocklet.js +5 -0
- package/api/services/studio/index.js +4 -4
- package/build/asset-manifest.json +9 -9
- package/build/index.html +1 -1
- package/build/service-worker.js +1 -1
- package/build/static/css/{221.f0cfb042.chunk.css → 557.9597837e.chunk.css} +1 -1
- package/build/static/js/557.ae37498c.chunk.js +3 -0
- package/build/static/js/846.bf982abb.chunk.js +2 -0
- package/build/static/js/main.1a83f798.js +3 -0
- package/package.json +23 -22
- package/build/static/js/221.c88341d7.chunk.js +0 -3
- package/build/static/js/387.faf23026.chunk.js +0 -2
- package/build/static/js/main.ab3b47f4.js +0 -3
- /package/build/static/js/{221.c88341d7.chunk.js.LICENSE.txt → 557.ae37498c.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.ab3b47f4.js.LICENSE.txt → main.1a83f798.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-2eb54cbc",
|
|
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/
|
|
37
|
-
"@abtnode/
|
|
38
|
-
"@abtnode/
|
|
39
|
-
"@abtnode/
|
|
40
|
-
"@abtnode/
|
|
41
|
-
"@abtnode/
|
|
42
|
-
"@abtnode/
|
|
43
|
-
"@abtnode/logger": "1.16.13-beta-
|
|
44
|
-
"@abtnode/models": "1.16.13-beta-
|
|
45
|
-
"@abtnode/router-adapter": "1.16.13-beta-
|
|
46
|
-
"@abtnode/router-templates": "1.16.13-beta-
|
|
47
|
-
"@abtnode/util": "1.16.13-beta-
|
|
36
|
+
"@abtnode/analytics": "1.16.13-beta-2eb54cbc",
|
|
37
|
+
"@abtnode/auth": "1.16.13-beta-2eb54cbc",
|
|
38
|
+
"@abtnode/client": "1.16.13-beta-2eb54cbc",
|
|
39
|
+
"@abtnode/connect-storage": "1.16.13-beta-2eb54cbc",
|
|
40
|
+
"@abtnode/constant": "1.16.13-beta-2eb54cbc",
|
|
41
|
+
"@abtnode/core": "1.16.13-beta-2eb54cbc",
|
|
42
|
+
"@abtnode/cron": "1.16.13-beta-2eb54cbc",
|
|
43
|
+
"@abtnode/logger": "1.16.13-beta-2eb54cbc",
|
|
44
|
+
"@abtnode/models": "1.16.13-beta-2eb54cbc",
|
|
45
|
+
"@abtnode/router-adapter": "1.16.13-beta-2eb54cbc",
|
|
46
|
+
"@abtnode/router-templates": "1.16.13-beta-2eb54cbc",
|
|
47
|
+
"@abtnode/util": "1.16.13-beta-2eb54cbc",
|
|
48
48
|
"@arcblock/did": "^1.18.84",
|
|
49
49
|
"@arcblock/did-auth": "1.18.84",
|
|
50
50
|
"@arcblock/did-ext": "^1.18.84",
|
|
@@ -53,11 +53,11 @@
|
|
|
53
53
|
"@arcblock/jwt": "1.18.84",
|
|
54
54
|
"@arcblock/validator": "^1.18.84",
|
|
55
55
|
"@arcblock/ws": "1.18.84",
|
|
56
|
-
"@blocklet/constant": "1.16.13-beta-
|
|
56
|
+
"@blocklet/constant": "1.16.13-beta-2eb54cbc",
|
|
57
57
|
"@blocklet/form-builder": "^0.1.11",
|
|
58
58
|
"@blocklet/form-collector": "^0.1.6",
|
|
59
|
-
"@blocklet/meta": "1.16.13-beta-
|
|
60
|
-
"@blocklet/sdk": "1.16.13-beta-
|
|
59
|
+
"@blocklet/meta": "1.16.13-beta-2eb54cbc",
|
|
60
|
+
"@blocklet/sdk": "1.16.13-beta-2eb54cbc",
|
|
61
61
|
"@did-connect/authenticator": "^2.1.59",
|
|
62
62
|
"@did-connect/relay-adapter-express": "^2.1.59",
|
|
63
63
|
"@did-connect/storage-nedb": "^2.1.59",
|
|
@@ -94,12 +94,13 @@
|
|
|
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.
|
|
97
|
+
"@abtnode/ux": "1.16.13-beta-2eb54cbc",
|
|
98
|
+
"@arcblock/did-connect": "^2.5.54",
|
|
99
|
+
"@arcblock/icons": "^2.5.54",
|
|
100
|
+
"@arcblock/ux": "^2.5.54",
|
|
101
101
|
"@blocklet/launcher-layout": "2.1.26",
|
|
102
|
-
"@blocklet/
|
|
102
|
+
"@blocklet/tracker": "1.16.13-beta-2eb54cbc",
|
|
103
|
+
"@blocklet/ui-react": "^2.5.54",
|
|
103
104
|
"@emotion/react": "^11.10.4",
|
|
104
105
|
"@emotion/styled": "^11.10.4",
|
|
105
106
|
"@iconify/iconify": "^2.2.1",
|
|
@@ -168,5 +169,5 @@
|
|
|
168
169
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
169
170
|
"email": "shijun@arcblock.io"
|
|
170
171
|
},
|
|
171
|
-
"gitHead": "
|
|
172
|
+
"gitHead": "7adf96c2eb31762d8eb14b8121fce9865d6a458c"
|
|
172
173
|
}
|