@lwc/wire-service
Advanced tools
Comparing version 0.33.25 to 0.33.26
@@ -8,2 +8,8 @@ /** | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
var assert = { | ||
@@ -22,2 +28,8 @@ isTrue(value, msg) { | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -39,2 +51,8 @@ const CONTEXT_ID = '@wire'; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -201,2 +219,8 @@ * instance. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
function removeListener(listeners, toRemove) { | ||
@@ -350,7 +374,7 @@ const idx = listeners.indexOf(toRemove); | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -454,2 +478,2 @@ // wire adapters: wire adapter id => adapter ctor | ||
exports.ValueChangedEvent = ValueChangedEvent; | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
@@ -8,2 +8,8 @@ /** | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
var assert = { | ||
@@ -22,2 +28,8 @@ isTrue: function isTrue(value, msg) { | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -61,2 +73,9 @@ var CONTEXT_ID = '@wire'; // key in wire service context for updated listener metadata | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -441,7 +460,7 @@ * instance. | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -565,2 +584,2 @@ | ||
exports.ValueChangedEvent = ValueChangedEvent; | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
/** | ||
* Copyright (C) 2018 salesforce.com, inc. | ||
*/ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
var assert = { | ||
@@ -17,2 +23,8 @@ isTrue(value, msg) { | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -34,2 +46,8 @@ const CONTEXT_ID = '@wire'; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -196,2 +214,8 @@ * instance. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
function removeListener(listeners, toRemove) { | ||
@@ -345,7 +369,7 @@ const idx = listeners.indexOf(toRemove); | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -447,2 +471,2 @@ // wire adapters: wire adapter id => adapter ctor | ||
export { registerWireService, register, ValueChangedEvent }; | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
@@ -8,2 +8,15 @@ /* proxy-compat-disable */ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -25,2 +38,8 @@ const CONTEXT_ID = '@wire'; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -187,2 +206,8 @@ * instance. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
function removeListener(listeners, toRemove) { | ||
@@ -330,7 +355,7 @@ const idx = listeners.indexOf(toRemove); | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -412,2 +437,2 @@ // wire adapters: wire adapter id => adapter ctor | ||
}))); | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
@@ -10,2 +10,8 @@ /** | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
var assert = { | ||
@@ -24,2 +30,8 @@ isTrue(value, msg) { | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -41,2 +53,8 @@ const CONTEXT_ID = '@wire'; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -203,2 +221,8 @@ * instance. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
function removeListener(listeners, toRemove) { | ||
@@ -352,7 +376,7 @@ const idx = listeners.indexOf(toRemove); | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -460,2 +484,2 @@ // wire adapters: wire adapter id => adapter ctor | ||
}))); | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
@@ -8,2 +8,15 @@ /* proxy-compat-disable */ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -47,2 +60,9 @@ var CONTEXT_ID = '@wire'; // key in wire service context for updated listener metadata | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -419,7 +439,7 @@ * instance. | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -520,2 +540,2 @@ | ||
}))); | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
@@ -10,2 +10,8 @@ /** | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
var assert = { | ||
@@ -24,2 +30,8 @@ isTrue: function isTrue(value, msg) { | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -63,2 +75,9 @@ var CONTEXT_ID = '@wire'; // key in wire service context for updated listener metadata | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -443,7 +462,7 @@ * instance. | ||
/** | ||
* The @wire service. | ||
* | ||
* Provides data binding between wire adapters and LWC components decorated with @wire. | ||
* Register wire adapters with `register(adapterId: any, adapterFactory: WireAdapterFactory)`. | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
@@ -571,2 +590,2 @@ | ||
}))); | ||
/** version: 0.33.25 */ | ||
/** version: 0.33.26 */ |
"use strict"; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
@@ -3,0 +9,0 @@ exports.default = { |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// key in engine service context for wire service context | ||
@@ -4,0 +10,0 @@ exports.CONTEXT_ID = '@wire'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
// subtypes from lwc | ||
@@ -4,0 +10,0 @@ var lwc_1 = require("lwc"); |
"use strict"; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/** | ||
@@ -3,0 +9,0 @@ * The @wire service. |
"use strict"; | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
/* | ||
* Detects property changes by installing setter/getter overrides on the component | ||
@@ -4,0 +10,0 @@ * instance. |
@@ -6,2 +6,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
/* | ||
* Copyright (c) 2018, salesforce.com, inc. | ||
* All rights reserved. | ||
* SPDX-License-Identifier: MIT | ||
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT | ||
*/ | ||
const assert_1 = __importDefault(require("./assert")); | ||
@@ -8,0 +14,0 @@ const constants_1 = require("./constants"); |
{ | ||
"name": "@lwc/wire-service", | ||
"version": "0.33.25", | ||
"version": "0.33.26", | ||
"description": "@wire service", | ||
@@ -19,6 +19,6 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@lwc/compiler": "0.33.25", | ||
"@lwc/engine": "0.33.25", | ||
"@lwc/jest-transformer": "0.33.25", | ||
"@lwc/rollup-plugin": "0.33.25", | ||
"@lwc/compiler": "0.33.26", | ||
"@lwc/engine": "0.33.26", | ||
"@lwc/jest-transformer": "0.33.26", | ||
"@lwc/rollup-plugin": "0.33.26", | ||
"express": "^4.15.2" | ||
@@ -34,3 +34,3 @@ }, | ||
}, | ||
"gitHead": "04dbd20c2c5fc74233e05cfb6b0fa3c7dccbe4d2" | ||
"gitHead": "a0aeb8fc483eda250255ac45da5f9358ffbdb517" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
188829
32
3899