qumra-engine 2.0.116 → 2.0.117

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.
@@ -394,6 +394,7 @@ exports.default = new (class SeoExtension {
394
394
  // if (event.origin !== "https://dashboard.qumra.cloud") return;
395
395
 
396
396
  const data = event.data;
397
+ console.log("🚀 ~ run ~ data:", data)
397
398
 
398
399
  if (data?.type === "reRender") {
399
400
  console.log("📩 تم استقبال رسالة إعادة الرندر:", data);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qumra-engine",
3
- "version": "2.0.116",
3
+ "version": "2.0.117",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {