@kvasar/openclaw-storyblok-plugin 0.1.39 → 0.1.40

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/README.md CHANGED
@@ -22,7 +22,7 @@ When adding this plugin to an OpenClaw agent, provide the following configuratio
22
22
  | `baseUrl` | Storyblok API base URL (default: `https://api.storyblok.com`) |
23
23
  | `spaceId` | Your Storyblok space ID (numeric) |
24
24
  | `managementToken` | Management API token for write operations |
25
- | `previewToken` | (Optional) Preview/Delivery token for read-only access |
25
+
26
26
 
27
27
  Tokens can be generated in your Storyblok dashboard under **Settings > API**.
28
28
 
@@ -57,6 +57,6 @@ All tools are namespaced with `storyblok_`. See tool descriptions in the agent f
57
57
 
58
58
  ## Notes
59
59
 
60
- - Management token is required for write operations and can also be used for reads if preview token is omitted.
60
+ - Management token is required for read and write operations.
61
61
  - Use preview token for read-only scenarios to limit exposure.
62
62
  - The plugin supports only Management API (v1).
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-storyblok",
3
3
  "name": "Storyblok Integration",
4
- "version": "0.1.39",
4
+ "version": "0.1.40",
5
5
  "description": "Provides tools to interact with Storyblok CMS via Management API and Delivery API. Supports stories, components, and space management.",
6
6
  "activation": {
7
7
  "onStartup": false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvasar/openclaw-storyblok-plugin",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "OpenClaw plugin — interact with Storyblok CMS via Management API and Delivery API",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",