unlayer-types 1.5.12 → 1.5.24

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.
Files changed (2) hide show
  1. package/embed.d.ts +1 -0
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -1389,6 +1389,7 @@ declare module "embed/Editor" {
1389
1389
  constructor(config?: Config);
1390
1390
  init(config?: Config): void;
1391
1391
  destroy(): void;
1392
+ version: string | undefined;
1392
1393
  loadEditor(config: Config): void;
1393
1394
  renderEditor(config: Config): void;
1394
1395
  initEditor(config: Config): void;
package/package.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.5.12"
3
+ "version": "1.5.24"
4
4
  }