@digipair/skill-web-editor 0.33.0 → 0.33.1
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/index.cjs2.js +2 -2
- package/index.esm2.js +2 -2
- package/package.json +1 -1
package/index.cjs2.js
CHANGED
|
@@ -2959,8 +2959,8 @@ class EditorElement extends s {
|
|
|
2959
2959
|
const code = jsonGenerator.workspaceToCode(this.workspace);
|
|
2960
2960
|
try {
|
|
2961
2961
|
this.codeInWorkspace = _extends({
|
|
2962
|
-
|
|
2963
|
-
|
|
2962
|
+
description: this.reasoning.description,
|
|
2963
|
+
summary: this.reasoning.summary
|
|
2964
2964
|
}, JSON.parse(code));
|
|
2965
2965
|
return true;
|
|
2966
2966
|
} catch (e) {
|
package/index.esm2.js
CHANGED
|
@@ -2957,8 +2957,8 @@ class EditorElement extends s {
|
|
|
2957
2957
|
const code = jsonGenerator.workspaceToCode(this.workspace);
|
|
2958
2958
|
try {
|
|
2959
2959
|
this.codeInWorkspace = _extends({
|
|
2960
|
-
|
|
2961
|
-
|
|
2960
|
+
description: this.reasoning.description,
|
|
2961
|
+
summary: this.reasoning.summary
|
|
2962
2962
|
}, JSON.parse(code));
|
|
2963
2963
|
return true;
|
|
2964
2964
|
} catch (e) {
|