@kvasar/openclaw-storyblok-plugin 0.2.12 → 0.2.13

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
@@ -18,10 +18,15 @@ This plugin integrates OpenClaw with Storyblok CMS, exposing tools to manage sto
18
18
 
19
19
  ```bash
20
20
  # 1. Install the plugin
21
- openclaw plugins install @kvasar/openclaw-storyblok
21
+ openclaw plugins install @kvasar/openclaw-storyblok-plugin
22
22
 
23
23
  # 2. Restart the gateway
24
24
  openclaw gateway restart
25
+
26
+
27
+ # 3. Update the plugin
28
+
29
+ openclaw plugins update openclaw-storyblok
25
30
  ```
26
31
 
27
32
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-storyblok",
3
3
  "name": "Storyblok Integration",
4
- "version": "0.2.12",
4
+ "version": "0.2.13",
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.2.12",
3
+ "version": "0.2.13",
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",