@yoamigo.com/core 0.3.13 → 0.3.14

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
@@ -180,6 +180,7 @@ var BuilderSelectionManager = class {
180
180
  type: "PAGE_READY",
181
181
  page: window.location.pathname
182
182
  });
183
+ this.sendToParent({ type: "BUILDER_READY" });
183
184
  }
184
185
  sendToParent(message, transfer) {
185
186
  try {
package/dist/lib.js CHANGED
@@ -139,6 +139,7 @@ var BuilderSelectionManager = class {
139
139
  type: "PAGE_READY",
140
140
  page: window.location.pathname
141
141
  });
142
+ this.sendToParent({ type: "BUILDER_READY" });
142
143
  }
143
144
  sendToParent(message, transfer) {
144
145
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yoamigo.com/core",
3
- "version": "0.3.13",
3
+ "version": "0.3.14",
4
4
  "description": "Core components, router, and utilities for YoAmigo templates",
5
5
  "type": "module",
6
6
  "license": "SEE LICENSE IN LICENSE",