piral-svelte 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 CHANGED
@@ -10,7 +10,7 @@ export interface SvelteOptions<TProps> {
10
10
  target: Element;
11
11
  props: TProps;
12
12
  }
13
- export declare type SvelteComponentInstance<TProps> = TProps & {
13
+ export type SvelteComponentInstance<TProps> = TProps & {
14
14
  $destroy(): void;
15
15
  };
16
16
  export interface SvelteModule<TProps> {
package/lib/types.d.ts CHANGED
@@ -10,7 +10,7 @@ export interface SvelteOptions<TProps> {
10
10
  target: Element;
11
11
  props: TProps;
12
12
  }
13
- export declare type SvelteComponentInstance<TProps> = TProps & {
13
+ export type SvelteComponentInstance<TProps> = TProps & {
14
14
  $destroy(): void;
15
15
  };
16
16
  export interface SvelteModule<TProps> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-svelte",
3
- "version": "0.15.11",
3
+ "version": "0.15.12-beta.5528",
4
4
  "description": "Plugin for integrating Svelte components in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -68,7 +68,7 @@
68
68
  "test": "echo \"Error: run tests from root\" && exit 1"
69
69
  },
70
70
  "devDependencies": {
71
- "piral-core": "^0.15.11"
71
+ "piral-core": "0.15.12-beta.5528"
72
72
  },
73
- "gitHead": "513cd05c0234dd02fdc95abb8f391e307f309fea"
73
+ "gitHead": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
74
74
  }