@blocklet/launcher-workflow 2.3.58 → 2.3.59
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/es/prepare.js +1 -1
- package/lib/prepare.js +1 -1
- package/package.json +5 -5
package/es/prepare.js
CHANGED
|
@@ -102,7 +102,7 @@ function Content({
|
|
|
102
102
|
color: 'text.contrastText',
|
|
103
103
|
fontStyle: 'italic'
|
|
104
104
|
},
|
|
105
|
-
href: window.blocklet?.preferences?.
|
|
105
|
+
href: window.blocklet?.preferences?.helperLinkUntrustedSourceDoc,
|
|
106
106
|
children: [t('common.moreReference'), "."]
|
|
107
107
|
})]
|
|
108
108
|
}), {
|
package/lib/prepare.js
CHANGED
|
@@ -112,7 +112,7 @@ function Content(_ref) {
|
|
|
112
112
|
color: 'text.contrastText',
|
|
113
113
|
fontStyle: 'italic'
|
|
114
114
|
},
|
|
115
|
-
href: (_window$blocklet = window.blocklet) === null || _window$blocklet === void 0 || (_window$blocklet = _window$blocklet.preferences) === null || _window$blocklet === void 0 ? void 0 : _window$blocklet.
|
|
115
|
+
href: (_window$blocklet = window.blocklet) === null || _window$blocklet === void 0 || (_window$blocklet = _window$blocklet.preferences) === null || _window$blocklet === void 0 ? void 0 : _window$blocklet.helperLinkUntrustedSourceDoc,
|
|
116
116
|
children: [t('common.moreReference'), "."]
|
|
117
117
|
})]
|
|
118
118
|
}), {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@blocklet/launcher-workflow",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.59",
|
|
4
4
|
"description": "Purchase components for Launcher UI",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -47,10 +47,10 @@
|
|
|
47
47
|
"@arcblock/react-hooks": "^2.10.33",
|
|
48
48
|
"@arcblock/ux": "^2.10.33",
|
|
49
49
|
"@blocklet/launcher-layout": "^2.10.33",
|
|
50
|
-
"@blocklet/launcher-util": "2.3.
|
|
51
|
-
"@blocklet/launcher-ux": "2.3.
|
|
50
|
+
"@blocklet/launcher-util": "2.3.59",
|
|
51
|
+
"@blocklet/launcher-ux": "2.3.59",
|
|
52
52
|
"@blocklet/payment": "^1.14.8",
|
|
53
|
-
"@blocklet/payment-react": "^1.15.
|
|
53
|
+
"@blocklet/payment-react": "^1.15.6",
|
|
54
54
|
"@emotion/react": "^11.13.3",
|
|
55
55
|
"@emotion/styled": "^11.13.0",
|
|
56
56
|
"@mui/icons-material": "^5.16.7",
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"require": "./lib/locales/index.js"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "fa5a139fffdd76889bc72b0d78273b5186876ab4"
|
|
109
109
|
}
|