@abtnode/blocklet-services 1.16.6-beta-7cbab489 → 1.16.6-beta-79e0bbcc

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.
Files changed (26) hide show
  1. package/api/libs/connect/session.js +1 -1
  2. package/api/libs/jwt.js +1 -0
  3. package/api/routes/blocklet.js +1 -0
  4. package/api/routes/oauth.js +15 -7
  5. package/api/services/auth/connect/receive-transfer-app-owner.js +3 -1
  6. package/api/services/auth/connect/setup.js +1 -0
  7. package/api/services/oauth/index.js +0 -20
  8. package/api/socket/channel/did.js +7 -3
  9. package/build/asset-manifest.json +19 -19
  10. package/build/index.html +1 -1
  11. package/build/static/css/{869.72ea68b3.chunk.css → 293.ea9ee64d.chunk.css} +1 -1
  12. package/build/static/js/{21.b44a2c67.chunk.js → 21.e7883f61.chunk.js} +3 -3
  13. package/build/static/js/293.636e2bb7.chunk.js +3 -0
  14. package/build/static/js/343.127a8467.chunk.js +2 -0
  15. package/build/static/js/{371.ccef728f.chunk.js → 371.f67a06b4.chunk.js} +2 -2
  16. package/build/static/js/{547.9fdd1c8e.chunk.js → 547.614f46b8.chunk.js} +2 -2
  17. package/build/static/js/{573.61006a2f.chunk.js → 573.2992dbf5.chunk.js} +2 -2
  18. package/build/static/js/{737.ae3a6e25.chunk.js → 737.73437907.chunk.js} +2 -2
  19. package/build/static/js/main.f56ae4e1.js +3 -0
  20. package/package.json +30 -30
  21. package/build/static/js/343.9ceac7a2.chunk.js +0 -2
  22. package/build/static/js/869.afe2b454.chunk.js +0 -3
  23. package/build/static/js/main.8d99a89f.js +0 -3
  24. /package/build/static/js/{21.b44a2c67.chunk.js.LICENSE.txt → 21.e7883f61.chunk.js.LICENSE.txt} +0 -0
  25. /package/build/static/js/{869.afe2b454.chunk.js.LICENSE.txt → 293.636e2bb7.chunk.js.LICENSE.txt} +0 -0
  26. /package/build/static/js/{main.8d99a89f.js.LICENSE.txt → main.f56ae4e1.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.6-beta-7cbab489",
6
+ "version": "1.16.6-beta-79e0bbcc",
7
7
  "description": "Provide unified services for every blocklet",
8
8
  "main": "api/index.js",
9
9
  "files": [
@@ -31,33 +31,33 @@
31
31
  "author": "wangshijun <wangshijun2010@gmail.com> (http://github.com/wangshijun)",
32
32
  "license": "MIT",
33
33
  "dependencies": {
34
- "@abtnode/auth": "1.16.6-beta-7cbab489",
35
- "@abtnode/client": "1.16.6-beta-7cbab489",
36
- "@abtnode/constant": "1.16.6-beta-7cbab489",
37
- "@abtnode/core": "1.16.6-beta-7cbab489",
38
- "@abtnode/cron": "1.16.6-beta-7cbab489",
39
- "@abtnode/db": "1.16.6-beta-7cbab489",
40
- "@abtnode/logger": "1.16.6-beta-7cbab489",
41
- "@abtnode/router-adapter": "1.16.6-beta-7cbab489",
42
- "@abtnode/router-templates": "1.16.6-beta-7cbab489",
43
- "@abtnode/util": "1.16.6-beta-7cbab489",
44
- "@arcblock/did": "^1.18.75",
45
- "@arcblock/did-auth": "1.18.75",
34
+ "@abtnode/auth": "1.16.6-beta-79e0bbcc",
35
+ "@abtnode/client": "1.16.6-beta-79e0bbcc",
36
+ "@abtnode/constant": "1.16.6-beta-79e0bbcc",
37
+ "@abtnode/core": "1.16.6-beta-79e0bbcc",
38
+ "@abtnode/cron": "1.16.6-beta-79e0bbcc",
39
+ "@abtnode/db": "1.16.6-beta-79e0bbcc",
40
+ "@abtnode/logger": "1.16.6-beta-79e0bbcc",
41
+ "@abtnode/router-adapter": "1.16.6-beta-79e0bbcc",
42
+ "@abtnode/router-templates": "1.16.6-beta-79e0bbcc",
43
+ "@abtnode/util": "1.16.6-beta-79e0bbcc",
44
+ "@arcblock/did": "^1.18.76",
45
+ "@arcblock/did-auth": "1.18.76",
46
46
  "@arcblock/did-auth-storage-nedb": "^1.7.1",
47
- "@arcblock/did-ext": "^1.18.75",
48
- "@arcblock/event-hub": "1.18.75",
49
- "@arcblock/jwt": "1.18.75",
50
- "@arcblock/ws": "1.18.75",
51
- "@blocklet/constant": "1.16.6-beta-7cbab489",
47
+ "@arcblock/did-ext": "^1.18.76",
48
+ "@arcblock/event-hub": "1.18.76",
49
+ "@arcblock/jwt": "1.18.76",
50
+ "@arcblock/ws": "1.18.76",
51
+ "@blocklet/constant": "1.16.6-beta-79e0bbcc",
52
52
  "@blocklet/form-builder": "^0.1.11",
53
53
  "@blocklet/form-collector": "^0.1.6",
54
- "@blocklet/meta": "1.16.6-beta-7cbab489",
55
- "@blocklet/sdk": "1.16.6-beta-7cbab489",
56
- "@did-connect/authenticator": "^2.1.52",
57
- "@did-connect/relay-adapter-express": "^2.1.52",
58
- "@did-connect/storage-nedb": "^2.1.52",
59
- "@ocap/client": "1.18.75",
60
- "@ocap/util": "1.18.75",
54
+ "@blocklet/meta": "1.16.6-beta-79e0bbcc",
55
+ "@blocklet/sdk": "1.16.6-beta-79e0bbcc",
56
+ "@did-connect/authenticator": "^2.1.53",
57
+ "@did-connect/relay-adapter-express": "^2.1.53",
58
+ "@did-connect/storage-nedb": "^2.1.53",
59
+ "@ocap/client": "1.18.76",
60
+ "@ocap/util": "1.18.76",
61
61
  "auth0": "^3.3.0",
62
62
  "body-parser": "^1.20.1",
63
63
  "buffer": "^6.0.3",
@@ -89,11 +89,11 @@
89
89
  "@nedb/multi": "^2.0.5"
90
90
  },
91
91
  "devDependencies": {
92
- "@abtnode/ux": "1.16.6-beta-7cbab489",
92
+ "@abtnode/ux": "1.16.6-beta-79e0bbcc",
93
93
  "@arcblock/did-connect": "^2.5.34",
94
94
  "@arcblock/icons": "^2.5.34",
95
95
  "@arcblock/ux": "^2.5.34",
96
- "@blocklet/launcher-layout": "2.0.33",
96
+ "@blocklet/launcher-layout": "2.0.34",
97
97
  "@blocklet/ui-react": "^2.5.34",
98
98
  "@emotion/react": "^11.10.4",
99
99
  "@emotion/styled": "^11.10.4",
@@ -101,8 +101,8 @@
101
101
  "@mui/icons-material": "^5.10.6",
102
102
  "@mui/material": "^5.10.8",
103
103
  "@mui/styles": "^5.10.8",
104
- "@ocap/mcrypto": "1.18.75",
105
- "@ocap/wallet": "1.18.75",
104
+ "@ocap/mcrypto": "1.18.76",
105
+ "@ocap/wallet": "1.18.76",
106
106
  "ahooks": "^3.7.1",
107
107
  "axios": "^0.27.2",
108
108
  "copy-webpack-plugin": "^11.0.0",
@@ -155,5 +155,5 @@
155
155
  "url": "https://github.com/ArcBlock/blocklet-server/issues",
156
156
  "email": "shijun@arcblock.io"
157
157
  },
158
- "gitHead": "36b58c0651762472ac34ad880965c47510eb9768"
158
+ "gitHead": "a14091393bf4c1a7b430155cf27343a0f23ffa2c"
159
159
  }