piral-aurelia 0.15.11 → 0.15.12-beta.5528
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 +1 -1
- package/lib/types.d.ts +1 -1
- package/package.json +3 -3
package/esm/types.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare module 'piral-core/lib/types/custom' {
|
|
|
6
6
|
aurelia(component: AureliaComponent<TProps>): ForeignComponent<TProps>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
export
|
|
9
|
+
export type AureliaModule<TProps> = any;
|
|
10
10
|
export interface AureliaComponent<TProps> {
|
|
11
11
|
/**
|
|
12
12
|
* The component root.
|
package/lib/types.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ declare module 'piral-core/lib/types/custom' {
|
|
|
6
6
|
aurelia(component: AureliaComponent<TProps>): ForeignComponent<TProps>;
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
export
|
|
9
|
+
export type AureliaModule<TProps> = any;
|
|
10
10
|
export interface AureliaComponent<TProps> {
|
|
11
11
|
/**
|
|
12
12
|
* The component root.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "piral-aurelia",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.12-beta.5528",
|
|
4
4
|
"description": "Plugin for integrating Aurelia components in Piral.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"piral",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"aurelia-pal-browser": "1.8.1",
|
|
71
71
|
"aurelia-templating-binding": "1.5.3",
|
|
72
72
|
"aurelia-templating-resources": "1.13.1",
|
|
73
|
-
"piral-core": "
|
|
73
|
+
"piral-core": "0.15.12-beta.5528"
|
|
74
74
|
},
|
|
75
75
|
"peerDependencies": {
|
|
76
76
|
"aurelia-event-aggregator": "^1.0.0",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"aurelia-templating-binding": "^1.0.0",
|
|
81
81
|
"aurelia-templating-resources": "^1.0.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
|
|
84
84
|
}
|