@live-change/timer-service 0.8.140 → 0.8.141
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/index.js +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.
|
|
3
|
+
"version": "0.8.141",
|
|
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.
|
|
25
|
+
"@live-change/framework": "^0.8.141"
|
|
26
26
|
},
|
|
27
|
-
"gitHead": "
|
|
27
|
+
"gitHead": "cafaa203cb334801a288116970521929ae3465a9"
|
|
28
28
|
}
|