piral-core 0.15.12-beta.5535 → 0.15.12-beta.5541

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.
@@ -37,4 +37,4 @@ export declare const RegisteredLayout: React.ComponentType<import("../types").La
37
37
  * Gets the currently registered Debug component.
38
38
  * By default nothing is used.
39
39
  */
40
- export declare const RegisteredDebug: React.ComponentType<{}>;
40
+ export declare const RegisteredDebug: React.ComponentType;
@@ -37,4 +37,4 @@ export declare const RegisteredLayout: React.ComponentType<import("../types").La
37
37
  * Gets the currently registered Debug component.
38
38
  * By default nothing is used.
39
39
  */
40
- export declare const RegisteredDebug: React.ComponentType<{}>;
40
+ export declare const RegisteredDebug: React.ComponentType;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-core",
3
- "version": "0.15.12-beta.5535",
3
+ "version": "0.15.12-beta.5541",
4
4
  "description": "The core library for creating a Piral instance.",
5
5
  "keywords": [
6
6
  "portal",
@@ -72,8 +72,8 @@
72
72
  "test": "echo \"Error: run tests from root\" && exit 1"
73
73
  },
74
74
  "dependencies": {
75
- "piral-base": "0.15.12-beta.5535",
76
- "piral-debug-utils": "0.15.12-beta.5535",
75
+ "piral-base": "0.15.12-beta.5541",
76
+ "piral-debug-utils": "0.15.12-beta.5541",
77
77
  "zustand": "^3.0.0"
78
78
  },
79
79
  "peerDependencies": {
@@ -99,5 +99,5 @@
99
99
  "react-router-dom",
100
100
  "tslib"
101
101
  ],
102
- "gitHead": "6decbca12cb26efb2b2b4fdec3d692eea1420cdb"
102
+ "gitHead": "9006ea1da868b2647caf6c142af29f568ae76e4a"
103
103
  }