lwc 2.41.3 → 2.42.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/engine-dom/esm/es2017/engine-dom.js +7 -7
- package/dist/engine-dom/esm/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom.js +7 -7
- package/dist/engine-dom/iife/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js +5 -5
- package/dist/engine-dom/iife/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom.js +7 -7
- package/dist/engine-dom/iife/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/iife/es5/engine-dom_debug.js +5 -5
- package/dist/engine-dom/iife/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom.js +7 -7
- package/dist/engine-dom/umd/es2017/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js +5 -5
- package/dist/engine-dom/umd/es2017/engine-dom_debug.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom.js +7 -7
- package/dist/engine-dom/umd/es5/engine-dom.js.map +1 -1
- package/dist/engine-dom/umd/es5/engine-dom_debug.js +5 -5
- package/dist/engine-dom/umd/es5/engine-dom_debug.js.map +1 -1
- package/dist/engine-server/commonjs/es2017/engine-server.js +6 -6
- package/dist/engine-server/commonjs/es2017/engine-server.js.map +1 -1
- package/dist/engine-server/esm/es2017/engine-server.js +6 -6
- package/dist/engine-server/esm/es2017/engine-server.js.map +1 -1
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js.map +1 -1
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js.map +1 -1
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
- package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js.map +1 -1
- package/dist/wire-service/esm/es2017/wire-service.js +2 -2
- package/dist/wire-service/esm/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es2017/wire-service.js +2 -2
- package/dist/wire-service/iife/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
- package/dist/wire-service/iife/es2017/wire-service_debug.js.map +1 -1
- package/dist/wire-service/iife/es5/wire-service.js +2 -2
- package/dist/wire-service/iife/es5/wire-service.js.map +1 -1
- package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
- package/dist/wire-service/iife/es5/wire-service_debug.js.map +1 -1
- package/dist/wire-service/umd/es2017/wire-service.js +2 -2
- package/dist/wire-service/umd/es2017/wire-service.js.map +1 -1
- package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
- package/dist/wire-service/umd/es2017/wire-service_debug.js.map +1 -1
- package/dist/wire-service/umd/es5/wire-service.js +2 -2
- package/dist/wire-service/umd/es5/wire-service.js.map +1 -1
- package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
- package/dist/wire-service/umd/es5/wire-service_debug.js.map +1 -1
- package/package.json +7 -7
|
@@ -350,9 +350,9 @@ var LWC = (function (exports) {
|
|
|
350
350
|
* For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
|
|
351
351
|
*/
|
|
352
352
|
// Increment whenever the LWC template compiler changes
|
|
353
|
-
const LWC_VERSION = "2.
|
|
353
|
+
const LWC_VERSION = "2.42.0";
|
|
354
354
|
const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
|
|
355
|
-
/** version: 2.
|
|
355
|
+
/** version: 2.42.0 */
|
|
356
356
|
|
|
357
357
|
/**
|
|
358
358
|
* Copyright (C) 2018 salesforce.com, inc.
|
|
@@ -430,7 +430,7 @@ var LWC = (function (exports) {
|
|
|
430
430
|
setFeatureFlag(name, value);
|
|
431
431
|
}
|
|
432
432
|
}
|
|
433
|
-
/** version: 2.
|
|
433
|
+
/** version: 2.42.0 */
|
|
434
434
|
|
|
435
435
|
/**
|
|
436
436
|
* Copyright (C) 2018 salesforce.com, inc.
|
|
@@ -494,7 +494,7 @@ var LWC = (function (exports) {
|
|
|
494
494
|
}
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
|
-
/** version: 2.
|
|
497
|
+
/** version: 2.42.0 */
|
|
498
498
|
|
|
499
499
|
/*
|
|
500
500
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7467,7 +7467,7 @@ var LWC = (function (exports) {
|
|
|
7467
7467
|
}
|
|
7468
7468
|
return getReadOnlyProxy(obj);
|
|
7469
7469
|
}
|
|
7470
|
-
/* version: 2.
|
|
7470
|
+
/* version: 2.42.0 */
|
|
7471
7471
|
|
|
7472
7472
|
/*
|
|
7473
7473
|
* Copyright (c) 2018, salesforce.com, inc.
|
|
@@ -7895,7 +7895,7 @@ var LWC = (function (exports) {
|
|
|
7895
7895
|
function isNull(obj) {
|
|
7896
7896
|
return obj === null;
|
|
7897
7897
|
}
|
|
7898
|
-
/** version: 2.
|
|
7898
|
+
/** version: 2.42.0 */
|
|
7899
7899
|
|
|
7900
7900
|
/*
|
|
7901
7901
|
* Copyright (c) 2023, salesforce.com, inc.
|
|
@@ -8514,7 +8514,7 @@ var LWC = (function (exports) {
|
|
|
8514
8514
|
});
|
|
8515
8515
|
}));
|
|
8516
8516
|
}
|
|
8517
|
-
/* version: 2.
|
|
8517
|
+
/* version: 2.42.0 */
|
|
8518
8518
|
|
|
8519
8519
|
exports.LightningElement = LightningElement;
|
|
8520
8520
|
exports.__unstable__ProfilerControl = profilerControl;
|