piral-aurelia 0.14.20 → 0.14.21-beta.4074

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
@@ -1,4 +1,4 @@
1
- import { ForeignComponent, ExtensionSlotProps } from 'piral-core';
1
+ import type { ForeignComponent, ExtensionSlotProps } from 'piral-core';
2
2
  declare module 'piral-core/lib/types/custom' {
3
3
  interface PiletCustomApi extends PiletAureliaApi {
4
4
  }
package/lib/types.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ForeignComponent, ExtensionSlotProps } from 'piral-core';
1
+ import type { ForeignComponent, ExtensionSlotProps } from 'piral-core';
2
2
  declare module 'piral-core/lib/types/custom' {
3
3
  interface PiletCustomApi extends PiletAureliaApi {
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-aurelia",
3
- "version": "0.14.20",
3
+ "version": "0.14.21-beta.4074",
4
4
  "description": "Plugin for integrating Aurelia components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -44,12 +44,12 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "aurelia-event-aggregator": "1.0.3",
47
- "aurelia-framework": "1.3.1",
47
+ "aurelia-framework": "1.4.1",
48
48
  "aurelia-history-browser": "1.4.0",
49
49
  "aurelia-pal-browser": "1.8.1",
50
50
  "aurelia-templating-binding": "1.5.3",
51
51
  "aurelia-templating-resources": "1.13.1",
52
- "piral-core": "^0.14.20"
52
+ "piral-core": "0.14.21-beta.4074"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "aurelia-event-aggregator": "^1.0.0",
@@ -60,5 +60,5 @@
60
60
  "aurelia-templating-resources": "^1.0.0",
61
61
  "piral-core": "0.14.x"
62
62
  },
63
- "gitHead": "9a7775dbe470e2b10d31d40cfa9f286309b43ff9"
63
+ "gitHead": "dcc8d22f7d2b122da4cd1038cc57771089694c1a"
64
64
  }
package/src/types.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { ForeignComponent, ExtensionSlotProps } from 'piral-core';
1
+ import type { ForeignComponent, ExtensionSlotProps } from 'piral-core';
2
2
 
3
3
  declare module 'piral-core/lib/types/custom' {
4
4
  interface PiletCustomApi extends PiletAureliaApi {}