@sapphire/timer-manager 1.0.1-next.0e56a92.0 → 1.0.1-next.13010ee.0
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 +1 -0
- package/dist/index.global.js +1 -2
- package/dist/index.js +1 -2
- package/dist/index.mjs +1 -0
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -136,6 +136,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
|
136
136
|
</tr>
|
|
137
137
|
<tr>
|
|
138
138
|
<td align="center"><a href="https://www.goestav.com/"><img src="https://avatars.githubusercontent.com/u/27970303?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Goestav</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=goestav" title="Code">💻</a></td>
|
|
139
|
+
<td align="center"><a href="https://github.com/didinele"><img src="https://avatars.githubusercontent.com/u/27137376?v=4?s=100" width="100px;" alt=""/><br /><sub><b>DD</b></sub></a><br /><a href="https://github.com/sapphiredev/utilities/commits?author=didinele" title="Code">💻</a></td>
|
|
139
140
|
</tr>
|
|
140
141
|
</table>
|
|
141
142
|
|
package/dist/index.global.js
CHANGED
|
@@ -47,9 +47,8 @@ var SapphireTimerManager = (function (exports) {
|
|
|
47
47
|
|
|
48
48
|
exports.TimerManager = TimerManager;
|
|
49
49
|
|
|
50
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
51
|
-
|
|
52
50
|
return exports;
|
|
53
51
|
|
|
54
52
|
})({});
|
|
53
|
+
//# sourceMappingURL=out.js.map
|
|
55
54
|
//# sourceMappingURL=index.global.js.map
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
3
|
var __defProp = Object.defineProperty;
|
|
6
4
|
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
7
5
|
var __name = (target, value) => __defProp(target, "name", { value, configurable: true });
|
|
@@ -47,4 +45,5 @@ __publicField(TimerManager, "storedTimeouts", /* @__PURE__ */ new Set());
|
|
|
47
45
|
__publicField(TimerManager, "storedIntervals", /* @__PURE__ */ new Set());
|
|
48
46
|
|
|
49
47
|
exports.TimerManager = TimerManager;
|
|
48
|
+
//# sourceMappingURL=out.js.map
|
|
50
49
|
//# sourceMappingURL=index.js.map
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sapphire/timer-manager",
|
|
3
|
-
"version": "1.0.1-next.
|
|
3
|
+
"version": "1.0.1-next.13010ee.0",
|
|
4
4
|
"description": "A timer manager utility library for JavaScript.",
|
|
5
5
|
"author": "@sapphire",
|
|
6
6
|
"license": "MIT",
|
|
@@ -57,12 +57,12 @@
|
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
|
-
"@favware/cliff-jumper": "^1.
|
|
61
|
-
"@vitest/coverage-c8": "^0.
|
|
62
|
-
"tsup": "^6.
|
|
63
|
-
"typedoc": "^0.23.
|
|
64
|
-
"typedoc-json-parser": "^
|
|
65
|
-
"typescript": "^4.
|
|
66
|
-
"vitest": "^0.
|
|
60
|
+
"@favware/cliff-jumper": "^1.9.0",
|
|
61
|
+
"@vitest/coverage-c8": "^0.25.2",
|
|
62
|
+
"tsup": "^6.5.0",
|
|
63
|
+
"typedoc": "^0.23.21",
|
|
64
|
+
"typedoc-json-parser": "^7.0.1",
|
|
65
|
+
"typescript": "^4.9.3",
|
|
66
|
+
"vitest": "^0.25.2"
|
|
67
67
|
}
|
|
68
68
|
}
|