@operato/utils
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -6,2 +6,11 @@ # Change Log | ||
### [0.3.16](https://github.com/hatiolab/operato/compare/v0.3.15...v0.3.16) (2022-01-19) | ||
### :rocket: New Features | ||
* closest-element in @operato/utils ([f517bde](https://github.com/hatiolab/operato/commit/f517bdea07de913a349da5cb99a25b5eab53548e)) | ||
### [0.3.15](https://github.com/hatiolab/operato/compare/v0.3.14...v0.3.15) (2022-01-17) | ||
@@ -8,0 +17,0 @@ |
@@ -9,1 +9,2 @@ export * from './sleep.js'; | ||
export * from './password-pattern.js'; | ||
export * from './closest-element'; |
@@ -9,2 +9,3 @@ export * from './sleep.js'; | ||
export * from './password-pattern.js'; | ||
export * from './closest-element'; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ { | ||
"author": "heartyoh", | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"main": "dist/src/index.js", | ||
@@ -18,2 +18,3 @@ "module": "dist/src/index.js", | ||
"./context-path.js": "./dist/src/context-path.js", | ||
"./closest-element.js": "./dist/src/closest-element.js", | ||
"./mixins/infinite-scrollable.js": "./dist/src/mixins/infinite-scrollable.js" | ||
@@ -77,3 +78,3 @@ }, | ||
}, | ||
"gitHead": "d186024ded9e143e7bf77459c80ff93b90045f27" | ||
"gitHead": "7ea092c9fb1a2152b651f19e7b3bdd0b36199a49" | ||
} |
@@ -9,1 +9,2 @@ export * from './sleep.js' | ||
export * from './password-pattern.js' | ||
export * from './closest-element' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
109399
56
1262