@kumori/aurora-backend-handler 1.1.71 → 1.1.72

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.
@@ -496,6 +496,7 @@ export function transformServiceToForm(service: Service): ServiceSpecForm {
496
496
  resourceVolume: resource.name,
497
497
  })),
498
498
  scaling: service.role[0].scalling,
499
+ hsize: service.role[0].hsize
499
500
  };
500
501
  }
501
502
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kumori/aurora-backend-handler",
3
- "version": "1.1.71",
3
+ "version": "1.1.72",
4
4
  "description": "backend handler",
5
5
  "main": "backend-handler.ts",
6
6
  "scripts": {