@whitesev/utils 1.0.1 → 1.0.2
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/README.md +5 -3
- package/dist/index.amd.js +6022 -0
- package/dist/index.amd.js.map +1 -0
- package/dist/index.cjs.js +0 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +0 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/index.iife.js +6023 -0
- package/dist/index.iife.js.map +1 -0
- package/dist/index.system.js +6025 -0
- package/dist/index.system.js.map +1 -0
- package/dist/index.umd.js +0 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -1
- package/rollup.config.js +20 -1
- package/src/ajaxHooker.js +0 -2
package/dist/index.cjs.js
CHANGED
|
@@ -370,12 +370,10 @@ class UtilsGMCookie {
|
|
|
370
370
|
}
|
|
371
371
|
}
|
|
372
372
|
|
|
373
|
-
// ==UserScript==
|
|
374
373
|
// @name ajaxHooker
|
|
375
374
|
// @author cxxjackie
|
|
376
375
|
// @version 1.4.1
|
|
377
376
|
// @supportURL https://bbs.tampermonkey.net.cn/thread-3284-1-1.html
|
|
378
|
-
// ==/UserScript==
|
|
379
377
|
|
|
380
378
|
var ajaxHooker = (function () {
|
|
381
379
|
const version = "1.4.1";
|