yh-hiprint 2.6.6 → 2.6.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.
@@ -22,7 +22,6 @@ import JsBarcode from './jsbarcode/JsBarcode.js';
22
22
  import QRCode from './plugins/qrcode.js';
23
23
  // 水印
24
24
  import watermark from './plugins/watermark.js';
25
- import { io } from 'socket.io-client';
26
25
  // 直接打印需要
27
26
  //引入标尺
28
27
  import lImg from './css/image/l_img.svg';
@@ -8619,7 +8618,7 @@ var hiprint = (function (t) {
8619
8618
  return !0;
8620
8619
  },
8621
8620
  hasIo: function hasIo (t) {
8622
- return io;
8621
+ return false;
8623
8622
  },
8624
8623
  send: function send (t) {
8625
8624
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yh-hiprint",
3
- "version": "2.6.6",
3
+ "version": "2.6.8",
4
4
  "description": "Hiprint for Vue3 by NoahLiu in ForceCon in Hunan Changesha",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",