@digipair/skill-web-editor 0.4.20 → 0.4.22

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 CHANGED
@@ -3508,8 +3508,7 @@ class GenericSceneElement extends s {
3508
3508
  const code = jsonGenerator.workspaceToCode(this.workspace);
3509
3509
  try {
3510
3510
  this.codeInWorkspace = _extends({
3511
- type: this.reasoningData.content.type,
3512
- name: this.reasoning,
3511
+ summary: this.reasoningData.content.summary,
3513
3512
  description: this.reasoningData.content.description
3514
3513
  }, JSON.parse(code));
3515
3514
  return true;
package/index.esm2.js CHANGED
@@ -3506,8 +3506,7 @@ class GenericSceneElement extends s {
3506
3506
  const code = jsonGenerator.workspaceToCode(this.workspace);
3507
3507
  try {
3508
3508
  this.codeInWorkspace = _extends({
3509
- type: this.reasoningData.content.type,
3510
- name: this.reasoning,
3509
+ summary: this.reasoningData.content.summary,
3511
3510
  description: this.reasoningData.content.description
3512
3511
  }, JSON.parse(code));
3513
3512
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.4.20",
3
+ "version": "0.4.22",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"