@sodikinnaa/smart-report-plugin 2.1.1 → 2.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/dist/index.d.ts +0 -1
- package/dist/index.js +2 -2
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/sodikinnaa-smart-report-plugin-2.1.2.tgz +0 -0
- package/src/index.ts +2 -2
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -197,6 +197,6 @@ export function register(api) {
|
|
|
197
197
|
}
|
|
198
198
|
});
|
|
199
199
|
}
|
|
200
|
-
//
|
|
201
|
-
|
|
200
|
+
// We remove default export and stick to NAMED exports only
|
|
201
|
+
// to see if it helps the loader distinguish the module structure.
|
|
202
202
|
export const activate = register;
|
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": "2.1.
|
|
4
|
+
"version": "2.1.2",
|
|
5
5
|
"description": "Integration plugin for Smart Report and AI Analytics with Daily Dashboard and Dynamic Guides",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"skills": ["skills/smart-report/SKILL.md"],
|
package/package.json
CHANGED
|
Binary file
|
package/src/index.ts
CHANGED
|
@@ -209,6 +209,6 @@ export function register(api: any) {
|
|
|
209
209
|
});
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
//
|
|
213
|
-
|
|
212
|
+
// We remove default export and stick to NAMED exports only
|
|
213
|
+
// to see if it helps the loader distinguish the module structure.
|
|
214
214
|
export const activate = register;
|