@quilted/events
Advanced tools
Comparing version 0.0.0-preview-20230116043926 to 0.0.0-preview-20230220034251
@@ -7,3 +7,4 @@ export { on } from './on'; | ||
export type { Emitter, EmitterHandler, EmitterInternalEvents, EmitterWithInternals, } from './emitter'; | ||
export { TimedAbortController, sleep } from './timeouts'; | ||
export type { EventTarget, EventTargetOn, EventTargetAddEventListener, EventTargetFunction, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
# @quilted/events | ||
## 0.0.0-preview-20230116043926 | ||
## 0.0.0-preview-20230220034251 | ||
### Patch Changes | ||
- Remove need for @babel/runtime peer dependency | ||
- Add timeout event helpers | ||
## 0.1.17 | ||
### Patch Changes | ||
- [#516](https://github.com/lemonmade/quilt/pull/516) [`575d9033`](https://github.com/lemonmade/quilt/commit/575d9033cfafa438b2998c6fea7e00a307ef0be7) Thanks [@lemonmade](https://github.com/lemonmade)! - Add timeout event helpers | ||
## 0.1.16 | ||
@@ -10,0 +16,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"type": "module", | ||
"version": "0.0.0-preview-20230116043926", | ||
"version": "0.0.0-preview-20230220034251", | ||
"license": "MIT", | ||
@@ -8,0 +8,0 @@ "engines": { |
@@ -18,2 +18,3 @@ export {on} from './on'; | ||
} from './emitter'; | ||
export {TimedAbortController, sleep} from './timeouts'; | ||
export type { | ||
@@ -20,0 +21,0 @@ EventTarget, |
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
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
95555
54
1479