@kickstartds/core
Advanced tools
Comparing version 1.0.0-alpha.4 to 1.0.0-alpha.5
@@ -1,1 +0,1 @@ | ||
function t(t,i,e){return i in t?Object.defineProperty(t,i,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[i]=e,t}class i{constructor(t){if(this.element=t,this.constructor.actions){const i=Object.keys(this.constructor.actions);window.rm.radio.off(this.publicApiSubscription),this.publicApiSubscription=window.rm.radio.on(this.constructor.identifier,((e,{args:n=[],element:o}={})=>{const s=e.split(".")[2];!s||!i.includes(s)||o&&o!==t||this[s](...n)}))}}handleEvent(t){this[`on${t.type}`](t)}}t(i,"isComponent",!0),t(i,"identifier",""),t(i,"events",{}),t(i,"actions",{});export default i; | ||
class t{constructor(t){if(this.element=t,this.constructor.actions){const i=Object.keys(this.constructor.actions);window.rm.radio.off(this.publicApiSubscription),this.publicApiSubscription=window.rm.radio.on(this.constructor.identifier,((s,{args:n=[],element:o}={})=>{const e=s.split(".")[2];!e||!i.includes(e)||o&&o!==t||this[e](...n)}))}}handleEvent(t){this[`on${t.type}`](t)}}t.isComponent=!0,t.identifier="",t.events={},t.actions={};export default t; |
{ | ||
"name": "@kickstartds/core", | ||
"version": "1.0.0-alpha.4", | ||
"version": "1.0.0-alpha.5", | ||
"description": "kickstartDS Core Module", | ||
@@ -20,3 +20,3 @@ "author": "ruhmesmeile GmbH <mail@ruhmesmeile.com> (https://ruhmesmeile.com)", | ||
"dependencies": { | ||
"@babel/runtime-corejs3": "^7.13.10", | ||
"@babel/runtime": "^7.13.17", | ||
"bourbon": "^7.0.0", | ||
@@ -31,3 +31,3 @@ "htm": "^3.0.4", | ||
}, | ||
"gitHead": "bce7f0460395cb33bcbd0fc1749bf219c47f446e" | ||
"gitHead": "6527122ad812860de851489af3d83276b2043b63" | ||
} |
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
34317
380
+ Added@babel/runtime@^7.13.17
+ Added@babel/runtime@7.26.0(transitive)
- Removed@babel/runtime-corejs3@^7.13.10
- Removed@babel/runtime-corejs3@7.26.0(transitive)
- Removedcore-js-pure@3.39.0(transitive)