@wzyjs/utils 0.3.7 → 0.3.8

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/web.cjs.js CHANGED
@@ -21829,6 +21829,3 @@ var readClipboard = async () => {
21829
21829
  return "";
21830
21830
  }
21831
21831
  };
21832
-
21833
- // src/web.ts
21834
- console.log(666, 16);
package/dist/web.esm.js CHANGED
@@ -21638,9 +21638,6 @@ var readClipboard = async () => {
21638
21638
  return "";
21639
21639
  }
21640
21640
  };
21641
-
21642
- // src/web.ts
21643
- console.log(666, 16);
21644
21641
  var export_md5 = import_md5.default;
21645
21642
  var export_localforage = import_localforage.default;
21646
21643
  var export_json5 = import_json52.default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wzyjs/utils",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "description",
5
5
  "author": "wzy",
6
6
  "sideEffects": false,
@@ -69,5 +69,5 @@
69
69
  "@types/nodemailer": "^6.4.7",
70
70
  "@types/papaparse": "^5.3.15"
71
71
  },
72
- "gitHead": "9d0b2447a288c8feee2010ac5f6ac5e67eaa478b"
72
+ "gitHead": "f52c49060c511ee5dd658c68449467394efac69a"
73
73
  }