@operato/scene-timer
Advanced tools
Comparing version 0.0.26 to 0.1.0
@@ -6,2 +6,11 @@ # Change Log | ||
## [0.1.0](https://github.com/things-scene/operato-scene/compare/v0.0.26...v0.1.0) (2022-01-03) | ||
### :rocket: New Features | ||
* applied import.meta.url for native web support ([fe65672](https://github.com/things-scene/operato-scene/commit/fe65672550b15276bd9fa79ab7ac886a8502f8b0)) | ||
### [0.0.26](https://github.com/things-scene/operato-scene/compare/v0.0.25...v0.0.26) (2022-01-01) | ||
@@ -8,0 +17,0 @@ |
@@ -5,3 +5,3 @@ declare const _default: { | ||
group: string; | ||
icon: any; | ||
icon: string; | ||
model: { | ||
@@ -8,0 +8,0 @@ type: string; |
@@ -1,2 +0,2 @@ | ||
import icon from '../../assets/timer.png'; | ||
const icon = new URL('../../icons/timer.png', import.meta.url).href; | ||
export default { | ||
@@ -3,0 +3,0 @@ type: 'timer', |
@@ -5,3 +5,3 @@ declare const _default: { | ||
group: string; | ||
icon: any; | ||
icon: string; | ||
model: { | ||
@@ -8,0 +8,0 @@ type: string; |
@@ -5,3 +5,3 @@ declare const _default: { | ||
group: string; | ||
icon: any; | ||
icon: string; | ||
model: { | ||
@@ -8,0 +8,0 @@ type: string; |
@@ -1,2 +0,2 @@ | ||
import icon from '../../assets/duetimer.png'; | ||
const icon = new URL('../../icons/duetimer.png', import.meta.url).href; | ||
export default { | ||
@@ -3,0 +3,0 @@ type: 'duetimer', |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.0.26", | ||
"version": "0.1.0", | ||
"main": "dist/index.js", | ||
@@ -61,3 +61,3 @@ "module": "dist/index.js", | ||
}, | ||
"gitHead": "f344a223fc2cd34a5f47e18558b20eb94ca0cea1" | ||
"gitHead": "ea310c514bb1bb5b60f14ca455e62515e05fe2c4" | ||
} |
@@ -1,2 +0,2 @@ | ||
import icon from '../../assets/timer.png' | ||
const icon = new URL('../../icons/timer.png', import.meta.url).href | ||
@@ -3,0 +3,0 @@ export default { |
@@ -1,2 +0,2 @@ | ||
import icon from '../../assets/duetimer.png' | ||
const icon = new URL('../../icons/duetimer.png', import.meta.url).href | ||
@@ -3,0 +3,0 @@ export default { |
@@ -19,3 +19,3 @@ { | ||
"incremental": true, | ||
"typeRoots": ["./node_modules", "@types"], | ||
"typeRoots": ["./node_modules"], | ||
"types": ["node"] | ||
@@ -22,0 +22,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
125235
50
867