@kumori/aurora-backend-handler 1.0.92 → 1.0.93

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {
@@ -762,9 +762,9 @@ const handleEvent = async (message: WSMessage) => {
762
762
  pendingProjects.push(serviceResult.pendingProject);
763
763
  }
764
764
  }
765
- if (serviceResult.wasDeployed) {
766
- eventHelper.service.publish.deployed(resolvedService);
767
- }
765
+ // if (serviceResult.wasDeployed ) {
766
+ // eventHelper.service.publish.deployed(resolvedService);
767
+ // }
768
768
  const serviceState = eventData.status?.state?.code;
769
769
  if (serviceState === "SERVICE_READY") {
770
770
  const serviceKey = `${parentParts.tenant}/${entityId}`;