@digipair/skill-web-editor 0.4.5 → 0.4.7

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
@@ -3029,7 +3029,7 @@ class GenericSceneElement extends s {
3029
3029
  Blockly.Events.enable();
3030
3030
  }
3031
3031
  async getReasoning(digipair, reasoning) {
3032
- const response = await fetch(`${window.origin}/agent/admin/reasoning-read`, {
3032
+ const response = await fetch(`${window.location.origin}/admin/reasoning-read`, {
3033
3033
  headers: {
3034
3034
  'content-type': 'application/json'
3035
3035
  },
package/index.esm2.js CHANGED
@@ -3027,7 +3027,7 @@ class GenericSceneElement extends s {
3027
3027
  Blockly.Events.enable();
3028
3028
  }
3029
3029
  async getReasoning(digipair, reasoning) {
3030
- const response = await fetch(`${window.origin}/agent/admin/reasoning-read`, {
3030
+ const response = await fetch(`${window.location.origin}/admin/reasoning-read`, {
3031
3031
  headers: {
3032
3032
  'content-type': 'application/json'
3033
3033
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digipair/skill-web-editor",
3
- "version": "0.4.5",
3
+ "version": "0.4.7",
4
4
  "dependencies": {},
5
5
  "main": "./index.cjs.js",
6
6
  "module": "./index.esm.js"