openclaw-aicodewith-auth 0.2.0 → 0.2.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-aicodewith-auth",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "type": "module",
5
5
  "description": "AICodewith provider plugin for OpenClaw - Access GPT, Claude, and Gemini models via AICodewith API",
6
6
  "author": "daneel",
@@ -27,7 +27,7 @@
27
27
  "files": [
28
28
  "index.ts",
29
29
  "src",
30
- "clawdbot.plugin.json",
30
+ "openclaw.plugin.json",
31
31
  "README.md"
32
32
  ],
33
33
  "peerDependencies": {
File without changes