@luvio/adapter-module-init
Advanced tools
Comparing version 5.11.0 to 5.12.0
import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings'; | ||
import { type ConcreteConstructor } from '@luvio/utils'; | ||
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core'; | ||
import { type WireAdapterConstructor, type WireConfigValue } from 'lwc'; | ||
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>; | ||
@@ -5,0 +5,0 @@ /** |
import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings'; | ||
import { type ConcreteConstructor } from '@luvio/utils'; | ||
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core'; | ||
import { type WireAdapterConstructor, type WireConfigValue } from 'lwc'; | ||
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>; | ||
@@ -5,0 +5,0 @@ /** |
{ | ||
"name": "@luvio/adapter-module-init", | ||
"version": "5.11.0", | ||
"version": "5.12.0", | ||
"private": false, | ||
@@ -34,6 +34,6 @@ "description": "Luvio Adapter Module initialization", | ||
"dependencies": { | ||
"@luvio/utils": "5.11.0" | ||
"@luvio/utils": "5.12.0" | ||
}, | ||
"devDependencies": { | ||
"@luvio/lwc-bindings": "5.11.0" | ||
"@luvio/lwc-bindings": "5.12.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "volta": { |
Sorry, the diff of this file is not supported yet
27424
+ Added@luvio/utils@5.12.0(transitive)
- Removed@luvio/utils@5.11.0(transitive)
Updated@luvio/utils@5.12.0