@operato/scene-timer
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.0.2](https://github.com/things-scene/operato-scene/compare/v1.0.1...v1.0.2) (2022-08-04) | ||
### :bug: Bug Fix | ||
* apply concurrently to serve target ([e777342](https://github.com/things-scene/operato-scene/commit/e777342c9310f722542db9baecf49ef94e77c3a0)) | ||
### [1.0.1](https://github.com/things-scene/operato-scene/compare/v1.0.0...v1.0.1) (2022-08-01) | ||
@@ -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.1", | ||
"version": "1.0.2", | ||
"main": "dist/index.js", | ||
@@ -21,3 +21,3 @@ "module": "dist/index.js", | ||
"scripts": { | ||
"serve": "tsc && things-factory-dev", | ||
"serve": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"things-factory-dev\"", | ||
"start": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wds\"", | ||
@@ -61,3 +61,3 @@ "build": "tsc", | ||
}, | ||
"gitHead": "e6fb800ef3b9e163dcb140c1229d4ed4ee7668d9" | ||
"gitHead": "484b3aefc64bc7f15b67fae16f1b674f81767113" | ||
} |
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
141147