@uploadcare/file-uploader 1.24.3 → 1.24.4
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/env.js +1 -1
- package/dist/index.js +1 -1
- package/dist/index.ssr.js +1 -1
- package/package.json +5 -5
- package/web/file-uploader.iife.min.js +1 -1
- package/web/file-uploader.min.js +1 -1
- package/web/uc-cloud-image-editor.min.js +1 -1
- package/web/uc-file-uploader-inline.min.js +1 -1
- package/web/uc-file-uploader-minimal.min.js +1 -1
- package/web/uc-file-uploader-regular.min.js +1 -1
- package/web/uc-img.min.js +1 -1
package/dist/env.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1217,7 +1217,7 @@ import { TelemetryAPIService } from "@uploadcare/quality-insights";
|
|
|
1217
1217
|
import { Queue as Queue2 } from "@uploadcare/upload-client";
|
|
1218
1218
|
|
|
1219
1219
|
// package.json
|
|
1220
|
-
var version = "1.24.
|
|
1220
|
+
var version = "1.24.4";
|
|
1221
1221
|
|
|
1222
1222
|
// src/env.ts
|
|
1223
1223
|
var PACKAGE_NAME = "blocks";
|
package/dist/index.ssr.js
CHANGED
|
@@ -1132,7 +1132,7 @@ export const ModalEvents = {
|
|
|
1132
1132
|
DESTROY: "modal:destroy",
|
|
1133
1133
|
};
|
|
1134
1134
|
export const PACKAGE_NAME = `blocks`;
|
|
1135
|
-
export const PACKAGE_VERSION = `1.24.
|
|
1135
|
+
export const PACKAGE_VERSION = `1.24.4`;
|
|
1136
1136
|
export const PresenceToggle = class {
|
|
1137
1137
|
static template = `<slot></slot> `;
|
|
1138
1138
|
static reg = () => {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@uploadcare/file-uploader",
|
|
3
|
-
"version": "1.24.
|
|
3
|
+
"version": "1.24.4",
|
|
4
4
|
"description": "Building blocks for Uploadcare products integration",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"web components",
|
|
@@ -146,10 +146,10 @@
|
|
|
146
146
|
"license": "MIT",
|
|
147
147
|
"dependencies": {
|
|
148
148
|
"@symbiotejs/symbiote": "^1.11.7",
|
|
149
|
-
"@uploadcare/cname-prefix": "^6.18.
|
|
150
|
-
"@uploadcare/image-shrink": "^6.18.
|
|
151
|
-
"@uploadcare/quality-insights": "^6.18.
|
|
152
|
-
"@uploadcare/upload-client": "^6.18.
|
|
149
|
+
"@uploadcare/cname-prefix": "^6.18.2",
|
|
150
|
+
"@uploadcare/image-shrink": "^6.18.2",
|
|
151
|
+
"@uploadcare/quality-insights": "^6.18.2",
|
|
152
|
+
"@uploadcare/upload-client": "^6.18.2",
|
|
153
153
|
"keyux": "^0.7.1"
|
|
154
154
|
},
|
|
155
155
|
"size-limit": [
|