@lwc/wire-service
Advanced tools
Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.2
@@ -485,2 +485,2 @@ /** | ||
exports.registerWireService = registerWireService; | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
@@ -491,2 +491,2 @@ /** | ||
exports.registerWireService = registerWireService; | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
@@ -479,2 +479,2 @@ /** | ||
export { ValueChangedEvent, register, registerWireService }; | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
@@ -438,2 +438,2 @@ /* proxy-compat-disable */ | ||
})); | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
@@ -491,2 +491,2 @@ /** | ||
})); | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
@@ -444,2 +444,2 @@ /* proxy-compat-disable */ | ||
})); | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
@@ -497,2 +497,2 @@ /** | ||
})); | ||
/** version: 1.0.0-alpha.0 */ | ||
/** version: 1.0.0-alpha.2 */ |
{ | ||
"name": "@lwc/wire-service", | ||
"version": "1.0.0-alpha.0", | ||
"version": "1.0.0-alpha.2", | ||
"description": "@wire service", | ||
@@ -17,6 +17,5 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@lwc/compiler": "1.0.0-alpha.0", | ||
"@lwc/engine": "1.0.0-alpha.0", | ||
"@lwc/jest-transformer": "0.40.1", | ||
"@lwc/rollup-plugin": "1.0.0-alpha.0", | ||
"@lwc/compiler": "1.0.0-alpha.2", | ||
"@lwc/engine": "1.0.0-alpha.2", | ||
"@lwc/rollup-plugin": "1.0.0-alpha.2", | ||
"express": "^4.15.2" | ||
@@ -32,3 +31,3 @@ }, | ||
}, | ||
"gitHead": "bb88dd2046f9f91ecb36a8ecd54689c4437f86f9" | ||
"gitHead": "90dd79daf9792838fc6ee592b71ceb967aebb671" | ||
} |
# Wire Service | ||
This is the implementation of Lightning Web Component's wire service. It enables declarative binding of services to a LWC component using the `@wire` decorator. It fulfills the goals of the [data service proposal](/docs/proposals/data-service.md). | ||
This is the implementation of Lightning Web Component's wire service. It enables declarative binding of services to a LWC component using the `@wire` decorator. It fulfills the goals of the [data service proposal](https://github.com/salesforce/lwc-rfcs/blob/master/text/0000-data-service.md). | ||
@@ -49,3 +49,3 @@ ## Summary | ||
The following is a summary of the [wire adapter RFC](/docs/proposals/0103-wire-adapters.md). | ||
The following is a summary of the [wire adapter RFC](https://github.com/salesforce/lwc-rfcs/blob/master/text/0103-wire-adapters.md). | ||
@@ -52,0 +52,0 @@ A `wire adapter` provisions data to a wired property or method using an [Event Target](https://developer.mozilla.org/en-US/docs/Web/API/EventTarget). A factory function is registered for declarative `@wire` use by a component. |
196705
4