openapi-explorer 2.2.733 → 2.2.734
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.
@@ -888,8 +888,8 @@ export default class ApiRequest extends LitElement {
|
|
888
888
|
request: fetchRequest
|
889
889
|
}
|
890
890
|
};
|
891
|
-
|
892
|
-
|
891
|
+
this.dispatchEvent(new CustomEvent('after-try', responseEvent));
|
892
|
+
this.dispatchEvent(new CustomEvent('response', responseEvent));
|
893
893
|
}
|
894
894
|
this.requestUpdate();
|
895
895
|
}
|
@@ -893,8 +893,8 @@ class ApiRequest extends _lit.LitElement {
|
|
893
893
|
request: fetchRequest
|
894
894
|
}
|
895
895
|
};
|
896
|
-
|
897
|
-
|
896
|
+
this.dispatchEvent(new CustomEvent('after-try', responseEvent));
|
897
|
+
this.dispatchEvent(new CustomEvent('response', responseEvent));
|
898
898
|
}
|
899
899
|
this.requestUpdate();
|
900
900
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "openapi-explorer",
|
3
|
-
"version": "2.2.
|
3
|
+
"version": "2.2.734",
|
4
4
|
"description": "OpenAPI Explorer - API viewer with dynamically generated components, documentation, and interaction console",
|
5
5
|
"author": "Authress Developers <developers@authress.io>",
|
6
6
|
"type": "module",
|