@shisho/plugin-sdk 0.0.30 → 0.0.32

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/manifest.d.ts +0 -1
  2. package/package.json +2 -2
package/manifest.d.ts CHANGED
@@ -158,7 +158,6 @@ export interface PluginManifest {
158
158
  /** Short one-liner overview (separate from longer description). */
159
159
  overview?: string;
160
160
  description?: string;
161
- author?: string;
162
161
  homepage?: string;
163
162
  license?: string;
164
163
  /** Minimum Shisho version required. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@shisho/plugin-sdk",
3
- "version": "0.0.30",
3
+ "version": "0.0.32",
4
4
  "description": "TypeScript SDK for Shisho plugin development — types, host API declarations, and test utilities",
5
5
  "homepage": "https://github.com/shishobooks/shisho/blob/master/packages/plugin-sdk/README.md",
6
6
  "types": "index.d.ts",
@@ -26,7 +26,7 @@
26
26
  "directory": "packages/plugin-sdk"
27
27
  },
28
28
  "dependencies": {
29
- "fast-xml-parser": "^5.5.11",
29
+ "fast-xml-parser": "^5.7.1",
30
30
  "linkedom": "^0.18.12"
31
31
  }
32
32
  }