@pinegrow/vite-plugin 3.0.3 → 3.0.5

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.cjs CHANGED
@@ -71339,7 +71339,9 @@ var LiveDesigner = /*#__PURE__*/function (_PgDevConnector) {
71339
71339
 
71340
71340
  currentSnapshot.status = 'processed';
71341
71341
  if (_this2.socket) {
71342
- (_this2$socket3 = _this2.socket) === null || _this2$socket3 === void 0 ? void 0 : _this2$socket3.emit('progress_currentPageSnapshot', currentSnapshot);
71342
+ (_this2$socket3 = _this2.socket) === null || _this2$socket3 === void 0 ? void 0 : _this2$socket3.emit('progress_currentPageSnapshot', _objectSpread(_objectSpread({}, currentSnapshot), {}, {
71343
+ timestamp: timestamp
71344
+ }));
71343
71345
  }
71344
71346
 
71345
71347
  // const vueVitePlugin = server.config.plugins.find(