@kvasar/openclaw-storyblok-plugin 0.1.2 → 0.1.3
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/openclaw.plugin.json +1 -2
- package/package.json +1 -1
package/openclaw.plugin.json
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "openclaw-storyblok",
|
|
3
|
-
"kind": "tool",
|
|
4
3
|
"name": "Storyblok Integration",
|
|
5
|
-
"version": "0.1.
|
|
4
|
+
"version": "0.1.3",
|
|
6
5
|
"description": "Provides tools to interact with Storyblok CMS via Management API and Delivery API. Supports stories, components, and space management.",
|
|
7
6
|
"skills": ["skills"],
|
|
8
7
|
"configSchema": {
|