@lwc/wire-service
Advanced tools
Comparing version 0.41.0 to 1.0.0-alpha.0
@@ -180,3 +180,3 @@ /** | ||
let set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -486,2 +486,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
exports.registerWireService = registerWireService; | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -180,3 +180,3 @@ /** | ||
var set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -492,2 +492,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
exports.registerWireService = registerWireService; | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -176,3 +176,3 @@ /** | ||
let set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -480,2 +480,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
export { ValueChangedEvent, register, registerWireService }; | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -168,3 +168,3 @@ /* proxy-compat-disable */ | ||
let set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -439,2 +439,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
})); | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -182,3 +182,3 @@ /** | ||
let set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -492,2 +492,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
})); | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -168,3 +168,3 @@ /* proxy-compat-disable */ | ||
var set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -445,2 +445,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
})); | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -182,3 +182,3 @@ /** | ||
var set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -498,2 +498,2 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { | ||
})); | ||
/** version: 0.41.0 */ | ||
/** version: 1.0.0-alpha.0 */ |
@@ -139,3 +139,3 @@ "use strict"; | ||
let set; | ||
// TODO: this does not cover the override of existing descriptors at the instance level | ||
// This does not cover the override of existing descriptors at the instance level | ||
// and that's ok because eventually we will not need to do any of these :) | ||
@@ -142,0 +142,0 @@ if (descriptor === null || (descriptor.get === undefined && descriptor.set === undefined)) { |
{ | ||
"name": "@lwc/wire-service", | ||
"version": "0.41.0", | ||
"version": "1.0.0-alpha.0", | ||
"description": "@wire service", | ||
@@ -17,6 +17,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@lwc/compiler": "0.41.0", | ||
"@lwc/engine": "0.41.0", | ||
"@lwc/compiler": "1.0.0-alpha.0", | ||
"@lwc/engine": "1.0.0-alpha.0", | ||
"@lwc/jest-transformer": "0.40.1", | ||
"@lwc/rollup-plugin": "0.41.0", | ||
"@lwc/rollup-plugin": "1.0.0-alpha.0", | ||
"express": "^4.15.2" | ||
@@ -32,3 +32,3 @@ }, | ||
}, | ||
"gitHead": "54889acaf4e377b8f42dc4e04d5da8a6718c6c00" | ||
"gitHead": "bb88dd2046f9f91ecb36a8ecd54689c4437f86f9" | ||
} |
Sorry, the diff of this file is not supported yet
196663