@fileverse-dev/ddoc 3.0.23 → 3.0.25

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/index.es.js CHANGED
@@ -1,4 +1,4 @@
1
- import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-BuCWyB68.mjs";
1
+ import { D as d, E as r, P as s, R as a, h as t, u as i } from "./index-Cpnx8I4r.mjs";
2
2
  export {
3
3
  d as DdocEditor,
4
4
  r as Editor,
@@ -19,3 +19,4 @@ export declare const getCompressedBase64Image: (base64: string, compressionSetti
19
19
  compressedBase64: string;
20
20
  mimeType: string;
21
21
  }>;
22
+ export declare const isValidBase64Image: (value: string) => boolean;
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@fileverse-dev/ddoc",
3
3
  "private": false,
4
4
  "description": "DDoc",
5
- "version": "3.0.23",
5
+ "version": "3.0.25",
6
6
  "main": "dist/index.es.js",
7
7
  "module": "dist/index.es.js",
8
8
  "exports": {
@@ -150,4 +150,4 @@
150
150
  "typescript": "^5.2.2",
151
151
  "vite": "^5.0.0"
152
152
  }
153
- }
153
+ }