@sodikinnaa/smart-report-plugin 2026.3.7-beta.21 → 2026.3.7-beta.22
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/dist/index.js +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/src/index.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ async function callMcp(api, method, params = {}) {
|
|
|
30
30
|
const plugin = {
|
|
31
31
|
id: PLUGIN_ID,
|
|
32
32
|
name: "Smart Report Integration",
|
|
33
|
-
version: "2026.3.7-beta.
|
|
33
|
+
version: "2026.3.7-beta.22",
|
|
34
34
|
register(api) {
|
|
35
35
|
// 1. CLI Commands
|
|
36
36
|
api.registerCli(({ program }) => {
|
package/openclaw.plugin.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"id": "smart-report-plugin",
|
|
3
3
|
"name": "Smart Report Integration",
|
|
4
|
-
"version": "2026.3.7-beta.
|
|
4
|
+
"version": "2026.3.7-beta.22",
|
|
5
5
|
"description": "Integration plugin for Smart Report and AI Analytics with Daily Dashboard and Dynamic Guides",
|
|
6
6
|
"entrypoint": "./dist/index.js",
|
|
7
7
|
"skills": [
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -37,7 +37,7 @@ async function callMcp(api: any, method: string, params: any = {}) {
|
|
|
37
37
|
const plugin: any = {
|
|
38
38
|
id: PLUGIN_ID,
|
|
39
39
|
name: "Smart Report Integration",
|
|
40
|
-
version: "2026.3.7-beta.
|
|
40
|
+
version: "2026.3.7-beta.22",
|
|
41
41
|
|
|
42
42
|
register(api: any) {
|
|
43
43
|
// 1. CLI Commands
|