ts-simple-event-bus
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "ts-simple-event-bus", | ||
"version": "2.0.0", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"version": "2.0.1", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +7,0 @@ "build": "webpack --config webpack.config.js", |
@@ -1,3 +0,1 @@ | ||
type Queue = string; | ||
export type Message<T = any> = T; | ||
@@ -4,0 +2,0 @@ |
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
12229
9
270