@live-change/timer-service 0.9.8 → 0.9.10

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 +1 -1
  2. package/package.json +3 -3
package/index.js CHANGED
@@ -498,7 +498,7 @@ definition.event({
498
498
  }
499
499
  })
500
500
 
501
- definition.beforeStart(async () => {
501
+ definition.afterStart(async () => {
502
502
  await startTimers()
503
503
  })
504
504
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/timer-service",
3
- "version": "0.9.8",
3
+ "version": "0.9.10",
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.8"
25
+ "@live-change/framework": "^0.9.10"
26
26
  },
27
- "gitHead": "bb09550504f28df5f4fdd73273de45dc91a857b5"
27
+ "gitHead": "d41e404c1933e9ed6e3927d85a5dadf66da0f951"
28
28
  }