unlayer-types 1.242.0 → 1.244.0

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 +0 -1
  2. package/package.json +1 -1
package/embed.d.ts CHANGED
@@ -3048,7 +3048,6 @@ declare module "embed/Editor" {
3048
3048
  export const LATEST_VERSION: string;
3049
3049
  export const STABLE_VERSION: string;
3050
3050
  export const ENV_VERSION: string;
3051
- export const DEFAULT_VERSION: string;
3052
3051
  export class Editor {
3053
3052
  frame: Frame | null;
3054
3053
  constructor(config?: Config);
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "unlayer-types",
3
- "version": "1.242.0",
3
+ "version": "1.244.0",
4
4
  "license": "MIT"
5
5
  }