Comparing version 0.0.215 to 0.0.216
@@ -24,4 +24,4 @@ export const rguid = 'XM5dz7tqZkeFCtytNXHPzw'; | ||
// } | ||
constructor(args, target) { | ||
super('aggEvt'); | ||
constructor(type, args, target) { | ||
super(type); | ||
this.args = args; | ||
@@ -28,0 +28,0 @@ this.target = target; |
@@ -26,4 +26,4 @@ import { EventListenerOrFn } from "./ts-refs/trans-render/be/types"; | ||
// } | ||
constructor(args: Array<any>, target: Element){ | ||
super('aggEvt') | ||
constructor(type: string, args: Array<any>, target: Element){ | ||
super(type); | ||
this.args = args; | ||
@@ -30,0 +30,0 @@ this.target = target; |
{ | ||
"name": "be-hive", | ||
"version": "0.0.215", | ||
"version": "0.0.216", | ||
"keywords": [ | ||
@@ -5,0 +5,0 @@ "web-components", |
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
31044