@deppon/deppon-tools 1.15.3 → 1.15.5

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.
@@ -33,7 +33,6 @@ var domtoimage = {
33
33
  options: {}
34
34
  }
35
35
  };
36
- var domtoimage$1 = domtoimage;
37
36
  // if (typeof module !== 'undefined')
38
37
  // module.exports = domtoimage;
39
38
  // else
@@ -1180,4 +1179,4 @@ function newImages() {
1180
1179
  }
1181
1180
  }
1182
1181
 
1183
- export { domtoimage$1 as default };
1182
+ export { domtoimage as default };
@@ -1,7 +1,7 @@
1
1
  import '../_virtual/_rollup-plugin-inject-process-env.js';
2
2
  import domtoimage from './html2image.js';
3
3
  import Loading from '../loading/loading.js';
4
- import { IMAGE_SCALE, DEFAUKT_DEVICE, LONG_IMAGE_BORDER } from './global.js';
4
+ import { DEFAUKT_DEVICE, IMAGE_SCALE, LONG_IMAGE_BORDER } from './global.js';
5
5
 
6
6
  // const logger = new Logger('html2image');
7
7
  var DEFAULT_OPTIONS = {
@@ -31,6 +31,5 @@ Address.ajaxUrl = function (path) {
31
31
  Address.wxAjaxUrl = function (path) {
32
32
  return Address.wxAjaxPath + path;
33
33
  };
34
- var Address$1 = Address;
35
34
 
36
- export { Address$1 as default };
35
+ export { Address as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deppon/deppon-tools",
3
- "version": "1.15.3",
3
+ "version": "1.15.5",
4
4
  "main": "es/index.js",
5
5
  "module": "es/index.js",
6
6
  "typings": "es/index.d.ts",
@@ -38,5 +38,5 @@
38
38
  "@babel/runtime": "^7.17.7",
39
39
  "qrcode": "^1.5.0"
40
40
  },
41
- "gitHead": "3fad8f38e6cd4eadcbda81a9835e442243d39df1"
41
+ "gitHead": "ef96984df9395931f715054e1b6f50060e60f292"
42
42
  }