ajax-hooker 1.2.4 → 1.2.5
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/dist/cjs/index.js +4 -0
- package/dist/esm/index.js +1 -1
- package/dist/iife/index.js +2 -0
- package/dist/types/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/cjs/index.js
CHANGED
package/dist/esm/index.js
CHANGED
package/dist/iife/index.js
CHANGED
|
@@ -607,7 +607,9 @@ var AjaxHooker = function(exports) {
|
|
|
607
607
|
}
|
|
608
608
|
}
|
|
609
609
|
}
|
|
610
|
+
exports.AJAX_TYPE = AJAX_TYPE;
|
|
610
611
|
exports.AjaxInterceptor = AjaxInterceptor;
|
|
612
|
+
exports.CYCLE_SCHEDULER = CYCLE_SCHEDULER;
|
|
611
613
|
exports.default = AjaxInterceptor;
|
|
612
614
|
Object.defineProperty(exports, "__esModule", {
|
|
613
615
|
value: true
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ajax-hooker",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Browser AJAX interceptor for XMLHttpRequest and fetch with unified hooks, request/response mutation, and streaming response support.",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|