@team-monolith/cds 1.78.3 → 1.78.4

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.
@@ -181,7 +181,7 @@ const SHEET_INPUT = {
181
181
  if (!$isSheetInputNode(node)) {
182
182
  return null;
183
183
  }
184
- return "```\n" + node.getValue() + "\n```\n";
184
+ return "```studentResponse\n" + node.getValue() + "\n```\n";
185
185
  },
186
186
  // replace는 사실 상 구현하지 않습니다.
187
187
  // 따라서 regExp도 절대 검색되지 않는 값으로 설정합니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.78.3",
3
+ "version": "1.78.4",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,