@live-change/timer-service 0.9.197 → 0.9.198

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.
Files changed (2) hide show
  1. package/loop.js +2 -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.197",
3
+ "version": "0.9.198",
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.197"
25
+ "@live-change/framework": "^0.9.198"
26
26
  },
27
- "gitHead": "8231c2ed8bc3beed2c732aa5727174417f19082b"
27
+ "gitHead": "7e485dcbaa2af7fb17052a40238210dc8bdf0c09"
28
28
  }