piral-update 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
@@ -42,7 +42,7 @@ export interface UpdateDialogProps {
42
42
  onReject(): void;
43
43
  children?: ReactNode;
44
44
  }
45
- export declare type PiletUpdateMode = 'allow' | 'block' | 'ask';
45
+ export type PiletUpdateMode = 'allow' | 'block' | 'ask';
46
46
  export interface PiletUpdateApi {
47
47
  /**
48
48
  * Configures the update-ability of the current pilet.
package/lib/types.d.ts CHANGED
@@ -42,7 +42,7 @@ export interface UpdateDialogProps {
42
42
  onReject(): void;
43
43
  children?: ReactNode;
44
44
  }
45
- export declare type PiletUpdateMode = 'allow' | 'block' | 'ask';
45
+ export type PiletUpdateMode = 'allow' | 'block' | 'ask';
46
46
  export interface PiletUpdateApi {
47
47
  /**
48
48
  * Configures the update-ability of the current pilet.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "piral-update",
3
- "version": "0.15.11",
3
+ "version": "0.15.12-beta.5528",
4
4
  "description": "Plugin for auto-updating pilets in Piral.",
5
5
  "keywords": [
6
6
  "piral",
@@ -63,12 +63,12 @@
63
63
  },
64
64
  "devDependencies": {
65
65
  "@types/react": "^18.0.0",
66
- "piral-core": "^0.15.11",
66
+ "piral-core": "0.15.12-beta.5528",
67
67
  "react": "^18.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "piral-core": "0.14.x || 0.15.x",
71
71
  "react": ">=16.8.0"
72
72
  },
73
- "gitHead": "513cd05c0234dd02fdc95abb8f391e307f309fea"
73
+ "gitHead": "6d97a2baca7ae3e5fb19a754ba55d44b40ed137e"
74
74
  }