piral-debug-utils 0.15.11 → 0.15.12-beta.5531

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/esm/types.d.ts CHANGED
@@ -53,7 +53,7 @@ export interface DebugCustomStringSetting {
53
53
  type: 'string';
54
54
  onChange(newValue: string, prevValue: string): void;
55
55
  }
56
- export declare type DebugCustomSetting = (DebugCustomBooleanSetting | DebugCustomNumberSetting | DebugCustomStringSetting) & {
56
+ export type DebugCustomSetting = (DebugCustomBooleanSetting | DebugCustomNumberSetting | DebugCustomStringSetting) & {
57
57
  label: string;
58
58
  };
59
59
  export interface DebuggerExtensionOptions {
package/lib/types.d.ts CHANGED
@@ -53,7 +53,7 @@ export interface DebugCustomStringSetting {
53
53
  type: 'string';
54
54
  onChange(newValue: string, prevValue: string): void;
55
55
  }
56
- export declare type DebugCustomSetting = (DebugCustomBooleanSetting | DebugCustomNumberSetting | DebugCustomStringSetting) & {
56
+ export type DebugCustomSetting = (DebugCustomBooleanSetting | DebugCustomNumberSetting | DebugCustomStringSetting) & {
57
57
  label: string;
58
58
  };
59
59
  export interface DebuggerExtensionOptions {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-debug-utils",
3
- "version": "0.15.11",
3
+ "version": "0.15.12-beta.5531",
4
4
  "description": "Utilities for debugging Piral instances.",
5
5
  "keywords": [
6
6
  "piral",
@@ -68,11 +68,11 @@
68
68
  "test": "echo \"Error: run tests from root\" && exit 1"
69
69
  },
70
70
  "devDependencies": {
71
- "piral-base": "^0.15.11"
71
+ "piral-base": "0.15.12-beta.5531"
72
72
  },
73
73
  "peerDependencies": {
74
74
  "react": ">=16.8.0",
75
75
  "react-router": ">=5.0.0"
76
76
  },
77
- "gitHead": "513cd05c0234dd02fdc95abb8f391e307f309fea"
77
+ "gitHead": "e305bf2bdfa60d6325a7db20f550b58dabdea245"
78
78
  }