@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.
@@ -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();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lvce-editor/about-view",
3
- "version": "4.12.0",
3
+ "version": "4.14.0",
4
4
  "description": "About View Worker",
5
5
  "keywords": [
6
6
  "about-view"