piral-riot 1.8.0-beta.7653 → 1.8.0-beta.7657
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/lib/converter.d.ts +1 -1
- package/package.json +3 -3
package/lib/converter.d.ts
CHANGED
|
@@ -8,6 +8,6 @@ export interface RiotConverterOptions {
|
|
|
8
8
|
extensionName?: string;
|
|
9
9
|
}
|
|
10
10
|
export declare function createConverter(config?: RiotConverterOptions): {
|
|
11
|
-
<TProps extends BaseComponentProps>(component: Riot.RiotComponentShell<TProps
|
|
11
|
+
<TProps extends BaseComponentProps>(component: Riot.RiotComponentShell<TProps>, captured?: Record<string, any>): ForeignComponent<TProps>;
|
|
12
12
|
Extension: Riot.RiotComponentShell<import("piral-core").ExtensionSlotProps, object>;
|
|
13
13
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-riot",
|
|
3
|
-
"version": "1.8.0-beta.
|
|
3
|
+
"version": "1.8.0-beta.7657",
|
|
4
4
|
"description": "Plugin for integrating Riot.js components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -51,8 +51,8 @@
|
|
|
51
51
|
"test": "echo \"Error: run tests from root\" && exit 1"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
|
-
"piral-core": "1.8.0-beta.
|
|
54
|
+
"piral-core": "1.8.0-beta.7657",
|
|
55
55
|
"riot": "^4.7.2"
|
|
56
56
|
},
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "ab730517e343e48ecf01ff86af85545e00884d11"
|
|
58
58
|
}
|