@luvio/adapter-module-init
Advanced tools
Comparing version 5.10.3-alpha.0 to 5.11.0
@@ -7,1 +7,2 @@ /** | ||
//# sourceMappingURL=index.js.map |
import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings'; | ||
import { type ConcreteConstructor } from '@luvio/utils'; | ||
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core'; | ||
type ConcreteOf<AbstractClass extends abstract new (...params: Array<any>) => unknown> = new (...params: ConstructorParameters<AbstractClass>) => InstanceType<AbstractClass>; | ||
type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteOf<typeof CommandWireAdapterConstructor<Data, Config>>; | ||
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>; | ||
/** | ||
@@ -20,2 +20,1 @@ * Returns a stub WireAdapterConstructor. If used, the stub will queue state until | ||
export declare function buildStubWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue>(realWireAdapterConstructor: PromiseLike<ConcreteCommandWireAdapterConstructor<Data, Config>>): WireAdapterConstructor; | ||
export {}; |
@@ -1,2 +0,3 @@ | ||
export { buildStubWireAdapterConstructor } from './CommandWireAdapterConstructor-stub'; | ||
export { buildStubWireAdapterConstructor, type ConcreteCommandWireAdapterConstructor, } from './CommandWireAdapterConstructor-stub'; | ||
export { buildAsyncFunctionStub } from './async-function-stub'; | ||
export { racesync, withResolvers } from '@luvio/utils'; |
@@ -8,2 +8,3 @@ /** | ||
import { resolvedPromiseLike, rejectedPromiseLike, toError } from '@luvio/utils'; | ||
export { racesync, withResolvers } from '@luvio/utils'; | ||
@@ -91,4 +92,2 @@ class StubWireAdapterConstructor { | ||
super(wacPromise, callback, sourceContext); | ||
this.callback = callback; | ||
this.sourceContext = sourceContext; | ||
} | ||
@@ -137,1 +136,2 @@ }; | ||
export { buildAsyncFunctionStub, buildStubWireAdapterConstructor }; | ||
//# sourceMappingURL=index.js.map |
import { type CommandWireAdapterConstructor } from '@luvio/lwc-bindings'; | ||
import { type ConcreteConstructor } from '@luvio/utils'; | ||
import { type WireAdapterConstructor, type WireConfigValue } from '@lwc/engine-core'; | ||
type ConcreteOf<AbstractClass extends abstract new (...params: Array<any>) => unknown> = new (...params: ConstructorParameters<AbstractClass>) => InstanceType<AbstractClass>; | ||
type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteOf<typeof CommandWireAdapterConstructor<Data, Config>>; | ||
export type ConcreteCommandWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue> = ConcreteConstructor<typeof CommandWireAdapterConstructor<Data, Config>>; | ||
/** | ||
@@ -20,2 +20,1 @@ * Returns a stub WireAdapterConstructor. If used, the stub will queue state until | ||
export declare function buildStubWireAdapterConstructor<Data, Config extends WireConfigValue = WireConfigValue>(realWireAdapterConstructor: PromiseLike<ConcreteCommandWireAdapterConstructor<Data, Config>>): WireAdapterConstructor; | ||
export {}; |
@@ -1,2 +0,3 @@ | ||
export { buildStubWireAdapterConstructor } from './CommandWireAdapterConstructor-stub'; | ||
export { buildStubWireAdapterConstructor, type ConcreteCommandWireAdapterConstructor, } from './CommandWireAdapterConstructor-stub'; | ||
export { buildAsyncFunctionStub } from './async-function-stub'; | ||
export { racesync, withResolvers } from '@luvio/utils'; |
{ | ||
"name": "@luvio/adapter-module-init", | ||
"version": "5.10.3-alpha.0", | ||
"version": "5.11.0", | ||
"private": false, | ||
@@ -34,6 +34,6 @@ "description": "Luvio Adapter Module initialization", | ||
"dependencies": { | ||
"@luvio/utils": "5.10.3-alpha.0" | ||
"@luvio/utils": "5.11.0" | ||
}, | ||
"devDependencies": { | ||
"@luvio/lwc-bindings": "5.10.3-alpha.0" | ||
"@luvio/lwc-bindings": "5.11.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "volta": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
27449
17
214
1
+ Added@luvio/utils@5.11.0(transitive)
- Removed@luvio/utils@5.10.3-alpha.0(transitive)
Updated@luvio/utils@5.11.0