vg-print 1.1.306 → 1.1.307
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/vg-print.es.js +1 -1
- package/package.json +3 -3
package/dist/vg-print.es.js
CHANGED
|
@@ -81240,7 +81240,7 @@ async function ensureHttpClient() {
|
|
|
81240
81240
|
}
|
|
81241
81241
|
return null;
|
|
81242
81242
|
}
|
|
81243
|
-
const version = "1.1.
|
|
81243
|
+
const version = "1.1.307";
|
|
81244
81244
|
typeof window < "u" && window.hinnn && (window.hinnn.queue || (window.hinnn.queue = {
|
|
81245
81245
|
list: [],
|
|
81246
81246
|
running: !1,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vg-print",
|
|
3
3
|
"description": "vg-print supports visual drag and drop design templates, with functions such as previewing and exporting PDFs/images. Silent printing can be achieved in conjunction with a dedicated client",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.307",
|
|
5
5
|
"author": "gmcSimple",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"main": "dist/vg-print.es.js",
|
|
@@ -58,8 +58,8 @@
|
|
|
58
58
|
"vue-i18n": "^9.14.0"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
|
-
"axios": "
|
|
62
|
-
"socket.io-client": "
|
|
61
|
+
"axios": ">=1.0.0 <2",
|
|
62
|
+
"socket.io-client": ">=4.0.0 <5",
|
|
63
63
|
"vue": ">=3.2.0 <4"
|
|
64
64
|
},
|
|
65
65
|
"peerDependenciesMeta": {
|