@operato/scene-timer
Advanced tools
Comparing version 1.0.0-alpha.17 to 1.0.0-alpha.18
@@ -6,2 +6,11 @@ # Change Log | ||
## [1.0.0-alpha.18](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.17...v1.0.0-alpha.18) (2022-05-30) | ||
### :bug: Bug Fix | ||
* latest dependencies ([5fae24c](https://github.com/things-scene/operato-scene/commit/5fae24ce2e7d17b5e2e85fae4cee04cfca690549)) | ||
## [1.0.0-alpha.17](https://github.com/things-scene/operato-scene/compare/v1.0.0-alpha.16...v1.0.0-alpha.17) (2022-05-29) | ||
@@ -8,0 +17,0 @@ |
import Timer from './timer'; | ||
import DueTimer from './duetimer'; | ||
declare const _default: (typeof DueTimer | typeof Timer)[]; | ||
declare const _default: (typeof Timer | typeof DueTimer)[]; | ||
export default _default; |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.0.0-alpha.17", | ||
"version": "1.0.0-alpha.18", | ||
"main": "dist/index.js", | ||
@@ -30,9 +30,9 @@ "module": "dist/index.js", | ||
"dependencies": { | ||
"@hatiolab/things-scene": "^3.0.7" | ||
"@hatiolab/things-scene": "^3.0.12" | ||
}, | ||
"devDependencies": { | ||
"@hatiolab/prettier-config": "^1.0.0", | ||
"@operato/board": "^1.0.0-beta.19", | ||
"@things-factory/builder": "^5.0.0-alpha.48", | ||
"@things-factory/operato-board": "^5.0.0-alpha.48", | ||
"@operato/board": "^1.0.0-beta.20", | ||
"@things-factory/builder": "^5.0.0-alpha.49", | ||
"@things-factory/operato-board": "^5.0.0-alpha.49", | ||
"@typescript-eslint/eslint-plugin": "^4.33.0", | ||
@@ -62,3 +62,3 @@ "@typescript-eslint/parser": "^4.33.0", | ||
}, | ||
"gitHead": "67f377e98c7ac3bb8f0714c50471dc914976c918" | ||
"gitHead": "296c64a6b3a850b742c50d96501bb10b27df4ecd" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
132693