piral-hyperapp 0.14.20-beta.4064 → 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 PiletHyperappApi {
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 PiletHyperappApi {
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-hyperapp",
3
- "version": "0.14.20-beta.4064",
3
+ "version": "0.14.21-beta.4074",
4
4
  "description": "Plugin for integrating hyperapp components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -44,11 +44,11 @@
44
44
  },
45
45
  "devDependencies": {
46
46
  "hyperapp": "^1.2.10",
47
- "piral-core": "0.14.20-beta.4064"
47
+ "piral-core": "0.14.21-beta.4074"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "hyperapp": "^1.0.0",
51
51
  "piral-core": "0.14.x"
52
52
  },
53
- "gitHead": "bc570a7fe7c77065c4afc481953d711e32c84858"
53
+ "gitHead": "dcc8d22f7d2b122da4cd1038cc57771089694c1a"
54
54
  }
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 PiletHyperappApi {}