@meith/plugin-kit 0.2.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/runtime.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meith/plugin-kit",
3
- "version": "0.2.0",
3
+ "version": "0.3.1",
4
4
  "description": "The SDK for writing a Meith plugin: typed manifests, hooks, routes, pages and migrations.",
5
5
  "license": "LGPL-3.0-or-later",
6
6
  "repository": {
@@ -20,7 +20,7 @@
20
20
  "access": "public"
21
21
  },
22
22
  "dependencies": {
23
- "@meith/theme-kit": "^0.2.0"
23
+ "@meith/theme-kit": "^0.3.1"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^19.2.0"
package/src/runtime.ts CHANGED
@@ -10,6 +10,7 @@ export interface PluginGrants {
10
10
  readonly groupKey: string
11
11
  readonly until: Date
12
12
  readonly reason: string
13
+ readonly primary?: boolean | undefined
13
14
  }): Promise<void>
14
15
 
15
16
  extend(input: {