@kumori/aurora-backend-handler 1.0.2 → 1.0.3

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.
@@ -581,7 +581,7 @@ export const processDeployment = (
581
581
  Object.entries(rolesDefinition).forEach(
582
582
  ([roleName, roleData]: [string, any]) => {
583
583
  const fileSystemParameters = extractParametersFromFilesystem(
584
- roleData.artifact.description?.mapping.filesystem || [],
584
+ roleData.artifact.description?.code?.[roleName]?.mapping?.filesystem || [],
585
585
  allServiceParameters,
586
586
  );
587
587
  allServiceParameters.push(...fileSystemParameters);
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "ws": "^8.18.2"
24
24
  },
25
25
  "name": "@kumori/aurora-backend-handler",
26
- "version": "1.0.2",
26
+ "version": "1.0.3",
27
27
  "description": "backend handler",
28
28
  "main": "backend-handler.ts",
29
29
  "repository": {