@operato/popup
Advanced tools
Comparing version 1.19.0 to 1.19.10
@@ -6,2 +6,11 @@ # Change Log | ||
### [1.19.10](https://github.com/hatiolab/operato/compare/v1.19.9...v1.19.10) (2024-09-10) | ||
### :bug: Bug Fix | ||
* "skipLibCheck": true for tsconfig.json ([a4c06a1](https://github.com/hatiolab/operato/commit/a4c06a1899447d774b63ebc547229a21587f3a3f)) | ||
## [1.19.0](https://github.com/hatiolab/operato/compare/v1.18.0...v1.19.0) (2024-05-27) | ||
@@ -8,0 +17,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"author": "heartyoh", | ||
"version": "1.19.0", | ||
"version": "1.19.10", | ||
"main": "dist/src/index.js", | ||
@@ -64,4 +64,4 @@ "module": "dist/src/index.js", | ||
"@material/mwc-icon": "^0.27.0", | ||
"@operato/styles": "^1.18.0", | ||
"@operato/utils": "^1.19.0", | ||
"@operato/styles": "^1.19.10", | ||
"@operato/utils": "^1.19.10", | ||
"lit": "^2.5.0" | ||
@@ -101,3 +101,3 @@ }, | ||
}, | ||
"gitHead": "8fe8f9edb649dc99453b5f3970244df21502a042" | ||
"gitHead": "a2e152f67e86309e4644814e00202254f7a59247" | ||
} |
@@ -20,2 +20,3 @@ { | ||
"incremental": true, | ||
"skipLibCheck": true, | ||
"types": ["node", "mocha"] | ||
@@ -22,0 +23,0 @@ }, |
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
485949
5605
Updated@operato/styles@^1.19.10
Updated@operato/utils@^1.19.10