builder-settings-types 0.0.79 → 0.0.80

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/dist/index.d.ts +0 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -444,7 +444,6 @@ export declare class UploadSetting extends Setting<string, UploadSettingProps> {
444
444
  }
445
445
 
446
446
  export declare interface UploadSettingProps extends SettingProps<string> {
447
- /** Placeholder or initial URL to display in preview if no file is uploaded yet. */
448
447
  defaultUrl?: string;
449
448
  uploadUrl?: string;
450
449
  requestMethod?: string;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "builder-settings-types",
3
3
  "description": "builder settings",
4
- "version": "0.0.79",
4
+ "version": "0.0.80",
5
5
  "type": "module",
6
6
  "main": "dist/builder-settings-types.cjs.js",
7
7
  "module": "dist/builder-settings-types.es.js",