@xyd-js/ask-ai-widget 0.0.0-build-c348243-20251013000932 → 0.0.0-build-56377ca-20251013180714

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.
Files changed (2) hide show
  1. package/dist/server.js +1 -1
  2. package/package.json +3 -3
package/dist/server.js CHANGED
@@ -185531,7 +185531,7 @@ function oapSchemaToReferences(schema2, options) {
185531
185531
  if (reference) {
185532
185532
  const ctx = reference.context;
185533
185533
  ctx.path = endpointPath;
185534
- if (!ctx.fullPath) {
185534
+ if (!ctx.fullPath && server) {
185535
185535
  const u29 = new URL(server);
185536
185536
  u29.pathname = path3.join(u29.pathname, endpointPath);
185537
185537
  ctx.fullPath = decodeURIComponent(u29.toString());
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyd-js/ask-ai-widget",
3
- "version": "0.0.0-build-c348243-20251013000932",
3
+ "version": "0.0.0-build-56377ca-20251013180714",
4
4
  "type": "module",
5
5
  "main": "dist/server.js",
6
6
  "files": [
@@ -17,8 +17,8 @@
17
17
  "express": "^4.18.2",
18
18
  "react": "^19.0.0",
19
19
  "react-dom": "^19.0.0",
20
- "@xyd-js/ask-ai": "0.0.0-build-c348243-20251013000932",
21
- "@xyd-js/mcp-server": "0.0.0-build-c348243-20251013000932"
20
+ "@xyd-js/ask-ai": "0.0.0-build-56377ca-20251013180714",
21
+ "@xyd-js/mcp-server": "0.0.0-build-56377ca-20251013180714"
22
22
  },
23
23
  "scripts": {
24
24
  "build": "bun run build:widget && bun run build:server && bun run build:server-standalone",