Skip to content

Commit 8b9b595

Browse files
committed
Release v1.4.9
1 parent 0a8e16a commit 8b9b595

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

GruntSource.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xhook",
33
"title": "XHook",
4-
"version": "1.4.8",
4+
"version": "1.4.9",
55
"license": "MIT",
66
"homepage": "https://github.com/jpillora/xhook",
77
"author": "Jaime Pillora <[email protected]>",

dist/xhook.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
// XHook - v1.4.8 - https://github.com/jpillora/xhook
1+
// XHook - v1.4.9 - https://github.com/jpillora/xhook
22
// Jaime Pillora <[email protected]> - MIT Copyright 2018
3-
(function(window,undefined) {
3+
(function(undefined) {
44
var AFTER, BEFORE, COMMON_EVENTS, EventEmitter, FETCH, FIRE, FormData, NativeFetch, NativeFormData, NativeXMLHttp, OFF, ON, READY_STATE, UPLOAD_EVENTS, WINDOW, XHookFetchRequest, XHookFormData, XHookHttpRequest, XMLHTTP, convertHeaders, depricatedProp, document, fakeEvent, mergeObjects, msie, nullify, proxyEvents, slice, useragent, xhook, _base,
55
__indexOf = [].indexOf || function(item) { for (var i = 0, l = this.length; i < l; i++) { if (i in this && this[i] === item) return i; } return -1; };
66

@@ -697,4 +697,4 @@ if (typeof define === "function" && define.amd) {
697697
WINDOW.xhook = xhook;
698698
}
699699

700-
}.call(this,window));
700+
}.call(this));

dist/xhook.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xhook",
3-
"version": "1.4.8",
3+
"version": "1.4.9",
44
"description": "Easily intercept and modify XHR request and response",
55
"browser": "dist/xhook.js",
66
"main": "dist/xhook.js",

0 commit comments

Comments
 (0)