@lwc/wire-service
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -17,6 +17,16 @@ /** | ||
*/ | ||
/** | ||
* | ||
* @param value | ||
* @param msg | ||
*/ | ||
/** | ||
* Determines whether the argument is `undefined`. | ||
* @param obj Value to test | ||
* @returns `true` if the value is `undefined`. | ||
*/ | ||
function isUndefined(obj) { | ||
return obj === undefined; | ||
} | ||
/** version: 6.2.0 */ | ||
/** version: 6.2.1 */ | ||
@@ -52,2 +62,5 @@ /* | ||
* Registers a wire adapter factory for Lightning Platform. | ||
* @param adapterId Adapter ID object | ||
* @param adapterEventTargetCallback Adapter factory function | ||
* @throws when parameters are not valid | ||
* @deprecated | ||
@@ -200,3 +213,3 @@ */ | ||
exports.registerWireService = registerWireService; | ||
/** version: 6.2.0 */ | ||
/** version: 6.2.1 */ | ||
//# sourceMappingURL=index.cjs.js.map |
import { ValueChangedEvent } from './value-changed-event'; | ||
/** | ||
* Registers a wire adapter factory for Lightning Platform. | ||
* @param adapterId Adapter ID object | ||
* @param adapterEventTargetCallback Adapter factory function | ||
* @throws when parameters are not valid | ||
* @deprecated | ||
@@ -5,0 +8,0 @@ */ |
@@ -13,6 +13,16 @@ /** | ||
*/ | ||
/** | ||
* | ||
* @param value | ||
* @param msg | ||
*/ | ||
/** | ||
* Determines whether the argument is `undefined`. | ||
* @param obj Value to test | ||
* @returns `true` if the value is `undefined`. | ||
*/ | ||
function isUndefined(obj) { | ||
return obj === undefined; | ||
} | ||
/** version: 6.2.0 */ | ||
/** version: 6.2.1 */ | ||
@@ -48,2 +58,5 @@ /* | ||
* Registers a wire adapter factory for Lightning Platform. | ||
* @param adapterId Adapter ID object | ||
* @param adapterEventTargetCallback Adapter factory function | ||
* @throws when parameters are not valid | ||
* @deprecated | ||
@@ -194,3 +207,3 @@ */ | ||
export { ValueChangedEvent, register, registerWireService }; | ||
/** version: 6.2.0 */ | ||
/** version: 6.2.1 */ | ||
//# sourceMappingURL=index.js.map |
@@ -7,3 +7,3 @@ { | ||
"name": "@lwc/wire-service", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "@wire service", | ||
@@ -46,4 +46,4 @@ "keywords": [ | ||
"devDependencies": { | ||
"@lwc/engine-core": "6.2.0", | ||
"@lwc/shared": "6.2.0" | ||
"@lwc/engine-core": "6.2.1", | ||
"@lwc/shared": "6.2.1" | ||
}, | ||
@@ -50,0 +50,0 @@ "lwc": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
84924
442