@lwc/wire-service
Advanced tools
Comparing version 0.35.7-alpha2 to 0.35.7-alpha3
@@ -473,2 +473,2 @@ /** | ||
exports.ValueChangedEvent = ValueChangedEvent; | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -580,2 +580,2 @@ /** | ||
exports.ValueChangedEvent = ValueChangedEvent; | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -467,2 +467,2 @@ /** | ||
export { registerWireService, register, ValueChangedEvent }; | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -433,2 +433,2 @@ /* proxy-compat-disable */ | ||
}))); | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -479,2 +479,2 @@ /** | ||
}))); | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -537,2 +537,2 @@ /* proxy-compat-disable */ | ||
}))); | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -586,2 +586,2 @@ /** | ||
}))); | ||
/** version: 0.35.7-alpha2 */ | ||
/** version: 0.35.7-alpha3 */ |
@@ -22,3 +22,3 @@ import { LightningElement } from './engine'; | ||
*/ | ||
export declare function installTrap(cmp: Object, reactiveParameter: ReactiveParameter, configContext: ConfigContext): void; | ||
export declare function installTrap(cmp: LightningElement, reactiveParameter: ReactiveParameter, configContext: ConfigContext): void; | ||
/** | ||
@@ -25,0 +25,0 @@ * Finds the descriptor of the named property on the prototype chain |
{ | ||
"name": "@lwc/wire-service", | ||
"version": "0.35.7-alpha2", | ||
"version": "0.35.7-alpha3", | ||
"description": "@wire service", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@lwc/compiler": "0.35.7-alpha2", | ||
"@lwc/engine": "0.35.7-alpha2", | ||
"@lwc/jest-transformer": "0.35.7-alpha2", | ||
"@lwc/rollup-plugin": "0.35.7-alpha2", | ||
"@lwc/compiler": "0.35.7-alpha3", | ||
"@lwc/engine": "0.35.7-alpha3", | ||
"@lwc/jest-transformer": "0.35.7-alpha3", | ||
"@lwc/rollup-plugin": "0.35.7-alpha3", | ||
"express": "^4.15.2" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "0f2b56ce3c8eca27a6bbd6540d0b285d4434ced7" | ||
"gitHead": "3617361499b66fd288604dd06575a635b864dc11" | ||
} |
Sorry, the diff of this file is not supported yet
188912