@ashdev/codex-plugin-sdk 1.36.0 → 1.36.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.
@@ -97,10 +97,10 @@ export interface PluginCapabilities {
97
97
  *
98
98
  * When `true`, the host attaches series tags/genres, a bibliographic metadata
99
99
  * block (summary, authors, publisher, age rating, language, reading
100
- * direction), and/or user-defined custom metadata, per the user's opt-in
101
- * `_codex.send*` settings. The host only assembles this for plugins that
102
- * declare it, so plugins that don't are unaffected. Applies to sync and
103
- * recommendation plugins.
100
+ * direction), and/or the library's custom metadata, per the admin's
101
+ * `_codex.send*` / `_codex.allowCustomMetadata` policy. The host only
102
+ * assembles this for plugins that declare it, so plugins that don't are
103
+ * unaffected. Applies to sync and recommendation plugins.
104
104
  */
105
105
  wantsFullMetadata?: boolean;
106
106
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ashdev/codex-plugin-sdk",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "description": "SDK for building Codex plugins",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",