@uploadcare/file-uploader 1.20.1-alpha.0 → 1.20.1
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/env.d.ts +1 -1
- package/env.js +1 -1
- package/index.ssr.d.ts +1 -1
- package/index.ssr.js +1 -1
- package/package.json +1 -1
- 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/env.d.ts
CHANGED
package/env.js
CHANGED
package/index.ssr.d.ts
CHANGED
|
@@ -566,7 +566,7 @@ export namespace ModalEvents {
|
|
|
566
566
|
let DESTROY: string;
|
|
567
567
|
}
|
|
568
568
|
export const PACKAGE_NAME: "blocks";
|
|
569
|
-
export const PACKAGE_VERSION: "1.20.
|
|
569
|
+
export const PACKAGE_VERSION: "1.20.1";
|
|
570
570
|
export const PresenceToggle: {
|
|
571
571
|
new (): {};
|
|
572
572
|
template: string;
|
package/index.ssr.js
CHANGED
|
@@ -1098,7 +1098,7 @@ export const ModalEvents = {
|
|
|
1098
1098
|
DESTROY: "modal:destroy",
|
|
1099
1099
|
};
|
|
1100
1100
|
export const PACKAGE_NAME = `blocks`;
|
|
1101
|
-
export const PACKAGE_VERSION = `1.20.
|
|
1101
|
+
export const PACKAGE_VERSION = `1.20.1`;
|
|
1102
1102
|
export const PresenceToggle = class {
|
|
1103
1103
|
static template = `<slot></slot> `;
|
|
1104
1104
|
static reg = () => {};
|