@cocreate/observer
Advanced tools
Comparing version 1.5.40 to 1.5.41
@@ -0,1 +1,8 @@ | ||
## [1.5.41](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.40...v1.5.41) (2022-12-13) | ||
### Bug Fixes | ||
* removed un used devDependencies ([558bff2](https://github.com/CoCreate-app/CoCreate-observer/commit/558bff27bdb955d6c99f605d79e0c7bf97e2131b)) | ||
## [1.5.40](https://github.com/CoCreate-app/CoCreate-observer/compare/v1.5.39...v1.5.40) (2022-12-13) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@cocreate/observer", | ||
"version": "1.5.40", | ||
"version": "1.5.41", | ||
"description": "Register a components init function & observe selector. The init function will be fired immedietly after detection of selector.", | ||
@@ -54,5 +54,3 @@ "keywords": [ | ||
"file-loader": "^6.2.0", | ||
"html-webpack-plugin": "^4.5.0", | ||
"mini-css-extract-plugin": "^1.5.0", | ||
"style-loader": "^2.0.0", | ||
"terser-webpack-plugin": "^5.1.1", | ||
@@ -59,0 +57,0 @@ "uglifyjs-webpack-plugin": "^2.2.0", |
93396
11