@abtnode/blocklet-services 1.16.19-beta-626e4d43 → 1.16.19-beta-0c8ccc95
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/build/asset-manifest.json +7 -7
- package/build/index.html +1 -1
- package/build/service-worker.js +1 -1
- package/build/static/js/{4461.2e764a6b.chunk.js → 4461.e1e5cd09.chunk.js} +2 -2
- package/build/static/js/5547.2b981673.chunk.js +3 -0
- package/build/static/js/main.cca60152.js +3 -0
- package/package.json +23 -23
- package/build/static/js/5547.1bea60f5.chunk.js +0 -3
- package/build/static/js/main.6fc39419.js +0 -3
- /package/build/static/js/{5547.1bea60f5.chunk.js.LICENSE.txt → 5547.2b981673.chunk.js.LICENSE.txt} +0 -0
- /package/build/static/js/{main.6fc39419.js.LICENSE.txt → main.cca60152.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.19-beta-
|
|
6
|
+
"version": "1.16.19-beta-0c8ccc95",
|
|
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/analytics": "1.16.19-beta-
|
|
37
|
-
"@abtnode/auth": "1.16.19-beta-
|
|
38
|
-
"@abtnode/client": "1.16.19-beta-
|
|
39
|
-
"@abtnode/connect-storage": "1.16.19-beta-
|
|
40
|
-
"@abtnode/constant": "1.16.19-beta-
|
|
41
|
-
"@abtnode/core": "1.16.19-beta-
|
|
42
|
-
"@abtnode/cron": "1.16.19-beta-
|
|
43
|
-
"@abtnode/logger": "1.16.19-beta-
|
|
44
|
-
"@abtnode/models": "1.16.19-beta-
|
|
45
|
-
"@abtnode/router-templates": "1.16.19-beta-
|
|
46
|
-
"@abtnode/util": "1.16.19-beta-
|
|
36
|
+
"@abtnode/analytics": "1.16.19-beta-0c8ccc95",
|
|
37
|
+
"@abtnode/auth": "1.16.19-beta-0c8ccc95",
|
|
38
|
+
"@abtnode/client": "1.16.19-beta-0c8ccc95",
|
|
39
|
+
"@abtnode/connect-storage": "1.16.19-beta-0c8ccc95",
|
|
40
|
+
"@abtnode/constant": "1.16.19-beta-0c8ccc95",
|
|
41
|
+
"@abtnode/core": "1.16.19-beta-0c8ccc95",
|
|
42
|
+
"@abtnode/cron": "1.16.19-beta-0c8ccc95",
|
|
43
|
+
"@abtnode/logger": "1.16.19-beta-0c8ccc95",
|
|
44
|
+
"@abtnode/models": "1.16.19-beta-0c8ccc95",
|
|
45
|
+
"@abtnode/router-templates": "1.16.19-beta-0c8ccc95",
|
|
46
|
+
"@abtnode/util": "1.16.19-beta-0c8ccc95",
|
|
47
47
|
"@arcblock/did": "^1.18.101",
|
|
48
48
|
"@arcblock/did-auth": "1.18.101",
|
|
49
49
|
"@arcblock/did-ext": "^1.18.101",
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@arcblock/jwt": "1.18.101",
|
|
53
53
|
"@arcblock/validator": "^1.18.101",
|
|
54
54
|
"@arcblock/ws": "1.18.101",
|
|
55
|
-
"@blocklet/constant": "1.16.19-beta-
|
|
55
|
+
"@blocklet/constant": "1.16.19-beta-0c8ccc95",
|
|
56
56
|
"@blocklet/form-builder": "^0.1.11",
|
|
57
57
|
"@blocklet/form-collector": "^0.1.6",
|
|
58
|
-
"@blocklet/meta": "1.16.19-beta-
|
|
59
|
-
"@blocklet/sdk": "1.16.19-beta-
|
|
58
|
+
"@blocklet/meta": "1.16.19-beta-0c8ccc95",
|
|
59
|
+
"@blocklet/sdk": "1.16.19-beta-0c8ccc95",
|
|
60
60
|
"@did-connect/authenticator": "^2.2.1",
|
|
61
61
|
"@did-connect/relay-adapter-express": "^2.2.1",
|
|
62
62
|
"@ocap/client": "1.18.101",
|
|
@@ -96,13 +96,13 @@
|
|
|
96
96
|
},
|
|
97
97
|
"resolutions": {},
|
|
98
98
|
"devDependencies": {
|
|
99
|
-
"@abtnode/ux": "1.16.19-beta-
|
|
100
|
-
"@arcblock/did-connect": "^2.8.
|
|
101
|
-
"@arcblock/icons": "^2.8.
|
|
102
|
-
"@arcblock/ux": "^2.8.
|
|
103
|
-
"@blocklet/launcher-layout": "2.2.
|
|
104
|
-
"@blocklet/tracker": "1.16.19-beta-
|
|
105
|
-
"@blocklet/ui-react": "^2.8.
|
|
99
|
+
"@abtnode/ux": "1.16.19-beta-0c8ccc95",
|
|
100
|
+
"@arcblock/did-connect": "^2.8.18",
|
|
101
|
+
"@arcblock/icons": "^2.8.18",
|
|
102
|
+
"@arcblock/ux": "^2.8.18",
|
|
103
|
+
"@blocklet/launcher-layout": "2.2.44",
|
|
104
|
+
"@blocklet/tracker": "1.16.19-beta-0c8ccc95",
|
|
105
|
+
"@blocklet/ui-react": "^2.8.18",
|
|
106
106
|
"@emotion/react": "^11.10.4",
|
|
107
107
|
"@emotion/styled": "^11.10.4",
|
|
108
108
|
"@iconify/iconify": "^2.2.1",
|
|
@@ -172,5 +172,5 @@
|
|
|
172
172
|
"url": "https://github.com/ArcBlock/blocklet-server/issues",
|
|
173
173
|
"email": "shijun@arcblock.io"
|
|
174
174
|
},
|
|
175
|
-
"gitHead": "
|
|
175
|
+
"gitHead": "ac7746e282b6690a4ff8487c8e43a7055e383b15"
|
|
176
176
|
}
|