@live-change/timer-service 0.8.140 → 0.8.142

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/index.js +2 -2
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -239,8 +239,8 @@ async function startTimers() {
239
239
  }
240
240
 
241
241
  function runTimerAction(timer) {
242
- console.error("RUN ACTION", timer)
243
- console.trace("RUN ACTION")
242
+ /* console.error("RUN ACTION", timer)
243
+ console.trace("RUN ACTION")*/
244
244
  if(timer.command) {
245
245
  if(!timer.command.service) timer.command.service = timer.service
246
246
  return app.command({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/timer-service",
3
- "version": "0.8.140",
3
+ "version": "0.8.142",
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.8.140"
25
+ "@live-change/framework": "^0.8.142"
26
26
  },
27
- "gitHead": "3ef5bdce082ec616466a7df4756deeb64e113f7c"
27
+ "gitHead": "6c6de9015268e09f3517dc2dbb28e673ea19fe74"
28
28
  }