@nsnanocat/util 0.0.0-preview-255840e → 0.0.0-preview-b0f521c
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/{getStorage.js → getStorage.mjs} +5 -5
- package/dist/index.js +11 -11
- package/dist/index.mjs +11 -0
- package/dist/lib/app.d.ts +1 -1
- package/dist/lib/{done.js → done.mjs} +13 -13
- package/dist/lib/{environment.js → environment.mjs} +2 -2
- package/dist/lib/{index.js → index.mjs} +6 -6
- package/dist/lib/{notification.js → notification.mjs} +10 -10
- package/dist/lib/{runScript.js → runScript.mjs} +7 -7
- package/dist/polyfill/{Console.js → Console.mjs} +2 -2
- package/dist/polyfill/Storage.d.ts +7 -11
- package/dist/polyfill/Storage.mjs +188 -0
- package/dist/polyfill/fetch-node.d.ts +1 -0
- package/dist/polyfill/fetch-node.mjs +8 -0
- package/dist/polyfill/{fetch.js → fetch.mjs} +14 -16
- package/dist/polyfill/index.mjs +5 -0
- package/package.json +8 -12
- package/dist/env.d.cjs +0 -6
- package/dist/env.d.js +0 -0
- package/dist/getStorage.cjs +0 -96
- package/dist/index.cjs +0 -155
- package/dist/lib/app.cjs +0 -48
- package/dist/lib/done.cjs +0 -109
- package/dist/lib/environment.cjs +0 -70
- package/dist/lib/index.cjs +0 -101
- package/dist/lib/notification.cjs +0 -135
- package/dist/lib/runScript.cjs +0 -67
- package/dist/lib/time.cjs +0 -54
- package/dist/lib/wait.cjs +0 -40
- package/dist/polyfill/Console.cjs +0 -250
- package/dist/polyfill/Lodash.cjs +0 -132
- package/dist/polyfill/StatusTexts.cjs +0 -99
- package/dist/polyfill/Storage.cjs +0 -213
- package/dist/polyfill/Storage.js +0 -161
- package/dist/polyfill/fetch.cjs +0 -200
- package/dist/polyfill/index.cjs +0 -101
- package/dist/polyfill/index.js +0 -5
- /package/dist/lib/{app.js → app.mjs} +0 -0
- /package/dist/lib/{time.js → time.mjs} +0 -0
- /package/dist/lib/{wait.js → wait.mjs} +0 -0
- /package/dist/polyfill/{Lodash.js → Lodash.mjs} +0 -0
- /package/dist/polyfill/{StatusTexts.js → StatusTexts.mjs} +0 -0
package/dist/polyfill/index.cjs
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __webpack_modules__ = {
|
|
3
|
-
"./Console": function(module) {
|
|
4
|
-
module.exports = require("./Console.cjs");
|
|
5
|
-
},
|
|
6
|
-
"./Lodash": function(module) {
|
|
7
|
-
module.exports = require("./Lodash.cjs");
|
|
8
|
-
},
|
|
9
|
-
"./StatusTexts": function(module) {
|
|
10
|
-
module.exports = require("./StatusTexts.cjs");
|
|
11
|
-
},
|
|
12
|
-
"./Storage": function(module) {
|
|
13
|
-
module.exports = require("./Storage.cjs");
|
|
14
|
-
},
|
|
15
|
-
"./fetch": function(module) {
|
|
16
|
-
module.exports = require("./fetch.cjs");
|
|
17
|
-
}
|
|
18
|
-
};
|
|
19
|
-
var __webpack_module_cache__ = {};
|
|
20
|
-
function __webpack_require__(moduleId) {
|
|
21
|
-
var cachedModule = __webpack_module_cache__[moduleId];
|
|
22
|
-
if (void 0 !== cachedModule) return cachedModule.exports;
|
|
23
|
-
var module = __webpack_module_cache__[moduleId] = {
|
|
24
|
-
exports: {}
|
|
25
|
-
};
|
|
26
|
-
__webpack_modules__[moduleId](module, module.exports, __webpack_require__);
|
|
27
|
-
return module.exports;
|
|
28
|
-
}
|
|
29
|
-
(()=>{
|
|
30
|
-
__webpack_require__.n = function(module) {
|
|
31
|
-
var getter = module && module.__esModule ? function() {
|
|
32
|
-
return module['default'];
|
|
33
|
-
} : function() {
|
|
34
|
-
return module;
|
|
35
|
-
};
|
|
36
|
-
__webpack_require__.d(getter, {
|
|
37
|
-
a: getter
|
|
38
|
-
});
|
|
39
|
-
return getter;
|
|
40
|
-
};
|
|
41
|
-
})();
|
|
42
|
-
(()=>{
|
|
43
|
-
__webpack_require__.d = function(exports1, definition) {
|
|
44
|
-
for(var key in definition)if (__webpack_require__.o(definition, key) && !__webpack_require__.o(exports1, key)) Object.defineProperty(exports1, key, {
|
|
45
|
-
enumerable: true,
|
|
46
|
-
get: definition[key]
|
|
47
|
-
});
|
|
48
|
-
};
|
|
49
|
-
})();
|
|
50
|
-
(()=>{
|
|
51
|
-
__webpack_require__.o = function(obj, prop) {
|
|
52
|
-
return Object.prototype.hasOwnProperty.call(obj, prop);
|
|
53
|
-
};
|
|
54
|
-
})();
|
|
55
|
-
(()=>{
|
|
56
|
-
__webpack_require__.r = function(exports1) {
|
|
57
|
-
if ('undefined' != typeof Symbol && Symbol.toStringTag) Object.defineProperty(exports1, Symbol.toStringTag, {
|
|
58
|
-
value: 'Module'
|
|
59
|
-
});
|
|
60
|
-
Object.defineProperty(exports1, '__esModule', {
|
|
61
|
-
value: true
|
|
62
|
-
});
|
|
63
|
-
};
|
|
64
|
-
})();
|
|
65
|
-
var __webpack_exports__ = {};
|
|
66
|
-
__webpack_require__.r(__webpack_exports__);
|
|
67
|
-
var _Console__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__("./Console");
|
|
68
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
69
|
-
for(var __WEBPACK_IMPORT_KEY__ in _Console__WEBPACK_IMPORTED_MODULE_0__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
70
|
-
return _Console__WEBPACK_IMPORTED_MODULE_0__[key];
|
|
71
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
72
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
73
|
-
var _fetch__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__("./fetch");
|
|
74
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
75
|
-
for(var __WEBPACK_IMPORT_KEY__ in _fetch__WEBPACK_IMPORTED_MODULE_1__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
76
|
-
return _fetch__WEBPACK_IMPORTED_MODULE_1__[key];
|
|
77
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
78
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
79
|
-
var _Lodash__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__("./Lodash");
|
|
80
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
81
|
-
for(var __WEBPACK_IMPORT_KEY__ in _Lodash__WEBPACK_IMPORTED_MODULE_2__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
82
|
-
return _Lodash__WEBPACK_IMPORTED_MODULE_2__[key];
|
|
83
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
84
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
85
|
-
var _StatusTexts__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__("./StatusTexts");
|
|
86
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
87
|
-
for(var __WEBPACK_IMPORT_KEY__ in _StatusTexts__WEBPACK_IMPORTED_MODULE_3__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
88
|
-
return _StatusTexts__WEBPACK_IMPORTED_MODULE_3__[key];
|
|
89
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
90
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
91
|
-
var _Storage__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__("./Storage");
|
|
92
|
-
var __WEBPACK_REEXPORT_OBJECT__ = {};
|
|
93
|
-
for(var __WEBPACK_IMPORT_KEY__ in _Storage__WEBPACK_IMPORTED_MODULE_4__)if ("default" !== __WEBPACK_IMPORT_KEY__) __WEBPACK_REEXPORT_OBJECT__[__WEBPACK_IMPORT_KEY__] = (function(key) {
|
|
94
|
-
return _Storage__WEBPACK_IMPORTED_MODULE_4__[key];
|
|
95
|
-
}).bind(0, __WEBPACK_IMPORT_KEY__);
|
|
96
|
-
__webpack_require__.d(__webpack_exports__, __WEBPACK_REEXPORT_OBJECT__);
|
|
97
|
-
var __webpack_export_target__ = exports;
|
|
98
|
-
for(var __webpack_i__ in __webpack_exports__)__webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
99
|
-
if (__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, '__esModule', {
|
|
100
|
-
value: true
|
|
101
|
-
});
|
package/dist/polyfill/index.js
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|