@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 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.21",
33
+ version: "2026.3.7-beta.22",
34
34
  register(api) {
35
35
  // 1. CLI Commands
36
36
  api.registerCli(({ program }) => {
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "smart-report-plugin",
3
3
  "name": "Smart Report Integration",
4
- "version": "2026.3.7-beta.21",
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sodikinnaa/smart-report-plugin",
3
- "version": "2026.3.7-beta.21",
3
+ "version": "2026.3.7-beta.22",
4
4
  "description": "OpenClaw plugin for Smart Report system integration with Daily Dashboard",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
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.21",
40
+ version: "2026.3.7-beta.22",
41
41
 
42
42
  register(api: any) {
43
43
  // 1. CLI Commands