@lvce-editor/about-view 4.12.0 → 4.14.0
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/dist/aboutWorkerMain.js +2 -6
- package/package.json +1 -1
package/dist/aboutWorkerMain.js
CHANGED
@@ -1249,14 +1249,10 @@ const getBrowser = () => {
|
|
1249
1249
|
|
1250
1250
|
const getDetailStringWeb = () => {
|
1251
1251
|
const {
|
1252
|
+
date,
|
1253
|
+
commit,
|
1252
1254
|
version
|
1253
1255
|
} = Process;
|
1254
|
-
const {
|
1255
|
-
commit
|
1256
|
-
} = Process;
|
1257
|
-
const {
|
1258
|
-
date
|
1259
|
-
} = Process;
|
1260
1256
|
const now = Date.now();
|
1261
1257
|
const formattedDate = formatAboutDate(date, now);
|
1262
1258
|
const browser = getBrowser();
|