@live-change/timer-service 0.9.197 → 0.9.199
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/loop.js +2 -2
- package/package.json +3 -3
package/loop.js
CHANGED
|
@@ -186,7 +186,7 @@ async function checkIfThereIsMore() {
|
|
|
186
186
|
|
|
187
187
|
|
|
188
188
|
export async function startTimers() {
|
|
189
|
-
console.error("START TIMERS")
|
|
189
|
+
//console.error("START TIMERS")
|
|
190
190
|
|
|
191
191
|
let loadTime = Date.now() + queueDuration
|
|
192
192
|
|
|
@@ -201,7 +201,7 @@ export async function startTimers() {
|
|
|
201
201
|
})
|
|
202
202
|
}
|
|
203
203
|
})`, { encodedFrom: '', encodedTo: (''+loadTime).padStart(16, '0')+'_' }])
|
|
204
|
-
console.error("NEXT TIMERS", timers)
|
|
204
|
+
//console.error("NEXT TIMERS", timers)
|
|
205
205
|
lastLoadTime = loadTime
|
|
206
206
|
appendTimers(timers)
|
|
207
207
|
if(!timersLoopStarted) startTimersLoop()
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/timer-service",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.199",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"type": "module",
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@live-change/framework": "^0.9.
|
|
25
|
+
"@live-change/framework": "^0.9.199"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "1900043a10cf9ad49b9cc33a539fb973706de962"
|
|
28
28
|
}
|