@abtnode/ux 1.16.0 → 1.16.1

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.
@@ -139,6 +139,7 @@ function BlockletMigration() {
139
139
  checkTimeout: 5 * 60 * 1000,
140
140
  onSuccess: onSuccess,
141
141
  extraParams: {
142
+ appDid: blocklet.appDid,
142
143
  did: blocklet.meta.did,
143
144
  wt: (0, _util3.getWalletType)(blocklet, true),
144
145
  title: (0, _util.getDisplayName)(blocklet)
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.0",
6
+ "version": "1.16.1",
7
7
  "description": "UX components shared across abtnode packages",
8
8
  "main": "lib/index.js",
9
9
  "files": [
@@ -22,19 +22,19 @@
22
22
  "author": "linchen <linchen1987@foxmail.com> (http://github.com/linchen1987)",
23
23
  "license": "MIT",
24
24
  "dependencies": {
25
- "@abtnode/auth": "1.16.0",
26
- "@abtnode/constant": "1.16.0",
27
- "@abtnode/util": "1.16.0",
25
+ "@abtnode/auth": "1.16.1",
26
+ "@abtnode/constant": "1.16.1",
27
+ "@abtnode/util": "1.16.1",
28
28
  "@arcblock/did-connect": "^2.5.18",
29
29
  "@arcblock/did-motif": "^1.1.10",
30
30
  "@arcblock/icons": "^2.5.18",
31
31
  "@arcblock/react-hooks": "^2.5.18",
32
32
  "@arcblock/terminal": "^2.5.18",
33
33
  "@arcblock/ux": "^2.5.18",
34
- "@blocklet/constant": "1.16.0",
34
+ "@blocklet/constant": "1.16.1",
35
35
  "@blocklet/launcher-layout": "1.9.65",
36
36
  "@blocklet/list": "^0.11.11",
37
- "@blocklet/meta": "1.16.0",
37
+ "@blocklet/meta": "1.16.1",
38
38
  "@blocklet/ui-react": "^2.5.18",
39
39
  "@emotion/react": "^11.10.4",
40
40
  "@emotion/styled": "^11.10.4",
@@ -89,5 +89,5 @@
89
89
  "@babel/preset-react": "^7.18.6",
90
90
  "babel-plugin-inline-react-svg": "^1.1.2"
91
91
  },
92
- "gitHead": "da461546c6db9c7d347689708af27654c17ac28e"
92
+ "gitHead": "5912cfbd3b7573850727b05a808b1f798686267f"
93
93
  }