@digipair/skill-web-editor 0.33.0 → 0.33.2

Sign up to get free protection for your applications and to get access to all the features.
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
- name: this.reasoning.name,
2963
- description: this.reasoning.description
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
- name: this.reasoning.name,
2961
- description: this.reasoning.description
2960
+ description: this.reasoning.description,
2961
+ summary: this.reasoning.summary
2962
2962
  }, JSON.parse(code));
2963
2963
  return true;
2964
2964
  } catch (e) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.33.0",
3
+ "version": "0.33.2",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"