lwc 2.12.0 → 2.12.1

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.
Files changed (30) hide show
  1. package/dist/engine-dom/esm/es2017/engine-dom.js +5 -5
  2. package/dist/engine-dom/iife/es2017/engine-dom.js +5 -5
  3. package/dist/engine-dom/iife/es2017/engine-dom_debug.js +4 -4
  4. package/dist/engine-dom/iife/es5/engine-dom.js +5 -5
  5. package/dist/engine-dom/iife/es5/engine-dom_debug.js +4 -4
  6. package/dist/engine-dom/umd/es2017/engine-dom.js +5 -5
  7. package/dist/engine-dom/umd/es2017/engine-dom_debug.js +4 -4
  8. package/dist/engine-dom/umd/es5/engine-dom.js +5 -5
  9. package/dist/engine-dom/umd/es5/engine-dom_debug.js +4 -4
  10. package/dist/engine-server/commonjs/es2017/engine-server.js +5 -5
  11. package/dist/engine-server/esm/es2017/engine-server.js +5 -5
  12. package/dist/synthetic-shadow/esm/es2017/synthetic-shadow.js +3 -3
  13. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow.js +3 -3
  14. package/dist/synthetic-shadow/iife/es2017/synthetic-shadow_debug.js +3 -3
  15. package/dist/synthetic-shadow/iife/es5/synthetic-shadow.js +3 -3
  16. package/dist/synthetic-shadow/iife/es5/synthetic-shadow_debug.js +3 -3
  17. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow.js +3 -3
  18. package/dist/synthetic-shadow/umd/es2017/synthetic-shadow_debug.js +3 -3
  19. package/dist/synthetic-shadow/umd/es5/synthetic-shadow.js +3 -3
  20. package/dist/synthetic-shadow/umd/es5/synthetic-shadow_debug.js +3 -3
  21. package/dist/wire-service/esm/es2017/wire-service.js +2 -2
  22. package/dist/wire-service/iife/es2017/wire-service.js +2 -2
  23. package/dist/wire-service/iife/es2017/wire-service_debug.js +2 -2
  24. package/dist/wire-service/iife/es5/wire-service.js +2 -2
  25. package/dist/wire-service/iife/es5/wire-service_debug.js +2 -2
  26. package/dist/wire-service/umd/es2017/wire-service.js +2 -2
  27. package/dist/wire-service/umd/es2017/wire-service_debug.js +2 -2
  28. package/dist/wire-service/umd/es5/wire-service.js +2 -2
  29. package/dist/wire-service/umd/es5/wire-service_debug.js +2 -2
  30. package/package.json +7 -7
@@ -298,9 +298,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
298
298
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
299
299
  */
300
300
  // Increment whenever the LWC template compiler changes
301
- const LWC_VERSION = "2.12.0";
301
+ const LWC_VERSION = "2.12.1";
302
302
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
303
- /** version: 2.12.0 */
303
+ /** version: 2.12.1 */
304
304
 
305
305
  /*
306
306
  * Copyright (c) 2018, salesforce.com, inc.
@@ -453,7 +453,7 @@ function setFeatureFlagForTest(name, value) {
453
453
  setFeatureFlag(name, value);
454
454
  }
455
455
  }
456
- /** version: 2.12.0 */
456
+ /** version: 2.12.1 */
457
457
 
458
458
  /* proxy-compat-disable */
459
459
 
@@ -6568,7 +6568,7 @@ function setHooks(hooks) {
6568
6568
  hooksAreSet = true;
6569
6569
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6570
6570
  }
6571
- /* version: 2.12.0 */
6571
+ /* version: 2.12.1 */
6572
6572
 
6573
6573
  /*
6574
6574
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7208,6 +7208,6 @@ defineProperty(LightningElement, 'CustomElementConstructor', {
7208
7208
  });
7209
7209
  freeze(LightningElement);
7210
7210
  seal(LightningElement.prototype);
7211
- /* version: 2.12.0 */
7211
+ /* version: 2.12.1 */
7212
7212
 
7213
7213
  export { LightningElement, profilerControl as __unstable__ProfilerControl, api$1 as api, deprecatedBuildCustomElementConstructor as buildCustomElementConstructor, createContextProvider, createElement, getComponentConstructor, getComponentDef, hydrateComponent, isComponentConstructor, isNodeShadowed as isNodeFromTemplate, readonly, register, registerComponent, registerDecorators, registerTemplate, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
@@ -301,9 +301,9 @@ var LWC = (function (exports) {
301
301
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
302
302
  */
303
303
  // Increment whenever the LWC template compiler changes
304
- const LWC_VERSION = "2.12.0";
304
+ const LWC_VERSION = "2.12.1";
305
305
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
306
- /** version: 2.12.0 */
306
+ /** version: 2.12.1 */
307
307
 
308
308
  /*
309
309
  * Copyright (c) 2018, salesforce.com, inc.
@@ -456,7 +456,7 @@ var LWC = (function (exports) {
456
456
  setFeatureFlag(name, value);
457
457
  }
458
458
  }
459
- /** version: 2.12.0 */
459
+ /** version: 2.12.1 */
460
460
 
461
461
  /* proxy-compat-disable */
462
462
 
@@ -6571,7 +6571,7 @@ var LWC = (function (exports) {
6571
6571
  hooksAreSet = true;
6572
6572
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6573
6573
  }
6574
- /* version: 2.12.0 */
6574
+ /* version: 2.12.1 */
6575
6575
 
6576
6576
  /*
6577
6577
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7211,7 +7211,7 @@ var LWC = (function (exports) {
7211
7211
  });
7212
7212
  freeze(LightningElement);
7213
7213
  seal(LightningElement.prototype);
7214
- /* version: 2.12.0 */
7214
+ /* version: 2.12.1 */
7215
7215
 
7216
7216
  exports.LightningElement = LightningElement;
7217
7217
  exports.__unstable__ProfilerControl = profilerControl;
@@ -290,7 +290,7 @@ var LWC = (function (exports) {
290
290
  const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
291
291
  const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
292
292
  const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
293
- /** version: 2.12.0 */
293
+ /** version: 2.12.1 */
294
294
 
295
295
  /*
296
296
  * Copyright (c) 2018, salesforce.com, inc.
@@ -433,7 +433,7 @@ var LWC = (function (exports) {
433
433
  */
434
434
  function setFeatureFlagForTest(name, value) {
435
435
  }
436
- /** version: 2.12.0 */
436
+ /** version: 2.12.1 */
437
437
 
438
438
  /* proxy-compat-disable */
439
439
 
@@ -5135,7 +5135,7 @@ var LWC = (function (exports) {
5135
5135
  hooksAreSet = true;
5136
5136
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
5137
5137
  }
5138
- /* version: 2.12.0 */
5138
+ /* version: 2.12.1 */
5139
5139
 
5140
5140
  /*
5141
5141
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5742,7 +5742,7 @@ var LWC = (function (exports) {
5742
5742
  });
5743
5743
  freeze(LightningElement);
5744
5744
  seal(LightningElement.prototype);
5745
- /* version: 2.12.0 */
5745
+ /* version: 2.12.1 */
5746
5746
 
5747
5747
  exports.LightningElement = LightningElement;
5748
5748
  exports.__unstable__ProfilerControl = profilerControl;
@@ -359,9 +359,9 @@ var LWC = (function (exports) {
359
359
  */
360
360
  // Increment whenever the LWC template compiler changes
361
361
 
362
- var LWC_VERSION = "2.12.0";
362
+ var LWC_VERSION = "2.12.1";
363
363
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
364
- /** version: 2.12.0 */
364
+ /** version: 2.12.1 */
365
365
 
366
366
  /*
367
367
  * Copyright (c) 2018, salesforce.com, inc.
@@ -539,7 +539,7 @@ var LWC = (function (exports) {
539
539
  setFeatureFlag(name, value);
540
540
  }
541
541
  }
542
- /** version: 2.12.0 */
542
+ /** version: 2.12.1 */
543
543
 
544
544
  /* proxy-compat-disable */
545
545
 
@@ -7958,7 +7958,7 @@ var LWC = (function (exports) {
7958
7958
  hooksAreSet = true;
7959
7959
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7960
7960
  }
7961
- /* version: 2.12.0 */
7961
+ /* version: 2.12.1 */
7962
7962
 
7963
7963
  /*
7964
7964
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8738,7 +8738,7 @@ var LWC = (function (exports) {
8738
8738
  });
8739
8739
  freeze(LightningElement);
8740
8740
  seal(LightningElement.prototype);
8741
- /* version: 2.12.0 */
8741
+ /* version: 2.12.1 */
8742
8742
 
8743
8743
  exports.LightningElement = LightningElement;
8744
8744
  exports.__unstable__ProfilerControl = profilerControl;
@@ -347,7 +347,7 @@ var LWC = (function (exports) {
347
347
  var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
348
348
  var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
349
349
  var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
350
- /** version: 2.12.0 */
350
+ /** version: 2.12.1 */
351
351
 
352
352
  /*
353
353
  * Copyright (c) 2018, salesforce.com, inc.
@@ -517,7 +517,7 @@ var LWC = (function (exports) {
517
517
 
518
518
  function setFeatureFlagForTest(name, value) {
519
519
  }
520
- /** version: 2.12.0 */
520
+ /** version: 2.12.1 */
521
521
 
522
522
  /* proxy-compat-disable */
523
523
 
@@ -6359,7 +6359,7 @@ var LWC = (function (exports) {
6359
6359
  hooksAreSet = true;
6360
6360
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6361
6361
  }
6362
- /* version: 2.12.0 */
6362
+ /* version: 2.12.1 */
6363
6363
 
6364
6364
  /*
6365
6365
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7104,7 +7104,7 @@ var LWC = (function (exports) {
7104
7104
  });
7105
7105
  freeze(LightningElement);
7106
7106
  seal(LightningElement.prototype);
7107
- /* version: 2.12.0 */
7107
+ /* version: 2.12.1 */
7108
7108
 
7109
7109
  exports.LightningElement = LightningElement;
7110
7110
  exports.__unstable__ProfilerControl = profilerControl;
@@ -304,9 +304,9 @@
304
304
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
305
305
  */
306
306
  // Increment whenever the LWC template compiler changes
307
- const LWC_VERSION = "2.12.0";
307
+ const LWC_VERSION = "2.12.1";
308
308
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
309
- /** version: 2.12.0 */
309
+ /** version: 2.12.1 */
310
310
 
311
311
  /*
312
312
  * Copyright (c) 2018, salesforce.com, inc.
@@ -459,7 +459,7 @@
459
459
  setFeatureFlag(name, value);
460
460
  }
461
461
  }
462
- /** version: 2.12.0 */
462
+ /** version: 2.12.1 */
463
463
 
464
464
  /* proxy-compat-disable */
465
465
 
@@ -6574,7 +6574,7 @@
6574
6574
  hooksAreSet = true;
6575
6575
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6576
6576
  }
6577
- /* version: 2.12.0 */
6577
+ /* version: 2.12.1 */
6578
6578
 
6579
6579
  /*
6580
6580
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7214,7 +7214,7 @@
7214
7214
  });
7215
7215
  freeze(LightningElement);
7216
7216
  seal(LightningElement.prototype);
7217
- /* version: 2.12.0 */
7217
+ /* version: 2.12.1 */
7218
7218
 
7219
7219
  exports.LightningElement = LightningElement;
7220
7220
  exports.__unstable__ProfilerControl = profilerControl;
@@ -293,7 +293,7 @@
293
293
  const XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
294
294
  const SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
295
295
  const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
296
- /** version: 2.12.0 */
296
+ /** version: 2.12.1 */
297
297
 
298
298
  /*
299
299
  * Copyright (c) 2018, salesforce.com, inc.
@@ -436,7 +436,7 @@
436
436
  */
437
437
  function setFeatureFlagForTest(name, value) {
438
438
  }
439
- /** version: 2.12.0 */
439
+ /** version: 2.12.1 */
440
440
 
441
441
  /* proxy-compat-disable */
442
442
 
@@ -5138,7 +5138,7 @@
5138
5138
  hooksAreSet = true;
5139
5139
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
5140
5140
  }
5141
- /* version: 2.12.0 */
5141
+ /* version: 2.12.1 */
5142
5142
 
5143
5143
  /*
5144
5144
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5745,7 +5745,7 @@
5745
5745
  });
5746
5746
  freeze(LightningElement);
5747
5747
  seal(LightningElement.prototype);
5748
- /* version: 2.12.0 */
5748
+ /* version: 2.12.1 */
5749
5749
 
5750
5750
  exports.LightningElement = LightningElement;
5751
5751
  exports.__unstable__ProfilerControl = profilerControl;
@@ -362,9 +362,9 @@
362
362
  */
363
363
  // Increment whenever the LWC template compiler changes
364
364
 
365
- var LWC_VERSION = "2.12.0";
365
+ var LWC_VERSION = "2.12.1";
366
366
  var LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
367
- /** version: 2.12.0 */
367
+ /** version: 2.12.1 */
368
368
 
369
369
  /*
370
370
  * Copyright (c) 2018, salesforce.com, inc.
@@ -542,7 +542,7 @@
542
542
  setFeatureFlag(name, value);
543
543
  }
544
544
  }
545
- /** version: 2.12.0 */
545
+ /** version: 2.12.1 */
546
546
 
547
547
  /* proxy-compat-disable */
548
548
 
@@ -7961,7 +7961,7 @@
7961
7961
  hooksAreSet = true;
7962
7962
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
7963
7963
  }
7964
- /* version: 2.12.0 */
7964
+ /* version: 2.12.1 */
7965
7965
 
7966
7966
  /*
7967
7967
  * Copyright (c) 2018, salesforce.com, inc.
@@ -8741,7 +8741,7 @@
8741
8741
  });
8742
8742
  freeze(LightningElement);
8743
8743
  seal(LightningElement.prototype);
8744
- /* version: 2.12.0 */
8744
+ /* version: 2.12.1 */
8745
8745
 
8746
8746
  exports.LightningElement = LightningElement;
8747
8747
  exports.__unstable__ProfilerControl = profilerControl;
@@ -350,7 +350,7 @@
350
350
  var XML_NAMESPACE = 'http://www.w3.org/XML/1998/namespace';
351
351
  var SVG_NAMESPACE = 'http://www.w3.org/2000/svg';
352
352
  var XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
353
- /** version: 2.12.0 */
353
+ /** version: 2.12.1 */
354
354
 
355
355
  /*
356
356
  * Copyright (c) 2018, salesforce.com, inc.
@@ -520,7 +520,7 @@
520
520
 
521
521
  function setFeatureFlagForTest(name, value) {
522
522
  }
523
- /** version: 2.12.0 */
523
+ /** version: 2.12.1 */
524
524
 
525
525
  /* proxy-compat-disable */
526
526
 
@@ -6362,7 +6362,7 @@
6362
6362
  hooksAreSet = true;
6363
6363
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6364
6364
  }
6365
- /* version: 2.12.0 */
6365
+ /* version: 2.12.1 */
6366
6366
 
6367
6367
  /*
6368
6368
  * Copyright (c) 2018, salesforce.com, inc.
@@ -7107,7 +7107,7 @@
7107
7107
  });
7108
7108
  freeze(LightningElement);
7109
7109
  seal(LightningElement.prototype);
7110
- /* version: 2.12.0 */
7110
+ /* version: 2.12.1 */
7111
7111
 
7112
7112
  exports.LightningElement = LightningElement;
7113
7113
  exports.__unstable__ProfilerControl = profilerControl;
@@ -421,9 +421,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
421
421
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
422
422
  */
423
423
  // Increment whenever the LWC template compiler changes
424
- const LWC_VERSION = "2.12.0";
424
+ const LWC_VERSION = "2.12.1";
425
425
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
426
- /** version: 2.12.0 */
426
+ /** version: 2.12.1 */
427
427
 
428
428
  /*
429
429
  * Copyright (c) 2020, salesforce.com, inc.
@@ -531,7 +531,7 @@ function setFeatureFlagForTest(name, value) {
531
531
  setFeatureFlag(name, value);
532
532
  }
533
533
  }
534
- /** version: 2.12.0 */
534
+ /** version: 2.12.1 */
535
535
 
536
536
  /* proxy-compat-disable */
537
537
 
@@ -6152,7 +6152,7 @@ function setHooks(hooks) {
6152
6152
  hooksAreSet = true;
6153
6153
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6154
6154
  }
6155
- /* version: 2.12.0 */
6155
+ /* version: 2.12.1 */
6156
6156
 
6157
6157
  /*
6158
6158
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6619,7 +6619,7 @@ function renderComponent(tagName, Ctor, props = {}) {
6619
6619
  */
6620
6620
  freeze(LightningElement);
6621
6621
  seal(LightningElement.prototype);
6622
- /* version: 2.12.0 */
6622
+ /* version: 2.12.1 */
6623
6623
 
6624
6624
  exports.LightningElement = LightningElement;
6625
6625
  exports.api = api$1;
@@ -417,9 +417,9 @@ const XLINK_NAMESPACE = 'http://www.w3.org/1999/xlink';
417
417
  * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/MIT
418
418
  */
419
419
  // Increment whenever the LWC template compiler changes
420
- const LWC_VERSION = "2.12.0";
420
+ const LWC_VERSION = "2.12.1";
421
421
  const LWC_VERSION_COMMENT_REGEX = /\/\*LWC compiler v([\d.]+)\*\/\s*}/;
422
- /** version: 2.12.0 */
422
+ /** version: 2.12.1 */
423
423
 
424
424
  /*
425
425
  * Copyright (c) 2020, salesforce.com, inc.
@@ -527,7 +527,7 @@ function setFeatureFlagForTest(name, value) {
527
527
  setFeatureFlag(name, value);
528
528
  }
529
529
  }
530
- /** version: 2.12.0 */
530
+ /** version: 2.12.1 */
531
531
 
532
532
  /* proxy-compat-disable */
533
533
 
@@ -6148,7 +6148,7 @@ function setHooks(hooks) {
6148
6148
  hooksAreSet = true;
6149
6149
  setSanitizeHtmlContentHook(hooks.sanitizeHtmlContent);
6150
6150
  }
6151
- /* version: 2.12.0 */
6151
+ /* version: 2.12.1 */
6152
6152
 
6153
6153
  /*
6154
6154
  * Copyright (c) 2020, salesforce.com, inc.
@@ -6615,6 +6615,6 @@ function renderComponent(tagName, Ctor, props = {}) {
6615
6615
  */
6616
6616
  freeze(LightningElement);
6617
6617
  seal(LightningElement.prototype);
6618
- /* version: 2.12.0 */
6618
+ /* version: 2.12.1 */
6619
6619
 
6620
6620
  export { LightningElement, api$1 as api, createContextProvider, getComponentDef, isComponentConstructor, readonly, register, registerComponent, registerDecorators, registerTemplate, renderComponent, sanitizeAttribute, setFeatureFlag, setFeatureFlagForTest, setHooks, track, unwrap, wire };
@@ -146,7 +146,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
146
146
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
147
147
  // we can't use typeof since it will fail when transpiling.
148
148
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
149
- /** version: 2.12.0 */
149
+ /** version: 2.12.1 */
150
150
 
151
151
  /*
152
152
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1300,7 +1300,7 @@ if (!_globalThis.lwcRuntimeFlags) {
1300
1300
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1301
1301
  }
1302
1302
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1303
- /** version: 2.12.0 */
1303
+ /** version: 2.12.1 */
1304
1304
 
1305
1305
  /*
1306
1306
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5066,4 +5066,4 @@ defineProperty(Element.prototype, '$domManual$', {
5066
5066
  },
5067
5067
  configurable: true,
5068
5068
  });
5069
- /** version: 2.12.0 */
5069
+ /** version: 2.12.1 */
@@ -149,7 +149,7 @@
149
149
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
150
150
  // we can't use typeof since it will fail when transpiling.
151
151
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
152
- /** version: 2.12.0 */
152
+ /** version: 2.12.1 */
153
153
 
154
154
  /*
155
155
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1303,7 +1303,7 @@
1303
1303
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1304
1304
  }
1305
1305
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1306
- /** version: 2.12.0 */
1306
+ /** version: 2.12.1 */
1307
1307
 
1308
1308
  /*
1309
1309
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5069,6 +5069,6 @@
5069
5069
  },
5070
5070
  configurable: true,
5071
5071
  });
5072
- /** version: 2.12.0 */
5072
+ /** version: 2.12.1 */
5073
5073
 
5074
5074
  })();
@@ -85,7 +85,7 @@
85
85
  const KEY__SHADOW_TOKEN = '$shadowToken$';
86
86
  const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
87
87
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
88
- /** version: 2.12.0 */
88
+ /** version: 2.12.1 */
89
89
 
90
90
  /*
91
91
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1212,7 +1212,7 @@
1212
1212
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1213
1213
  }
1214
1214
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1215
- /** version: 2.12.0 */
1215
+ /** version: 2.12.1 */
1216
1216
 
1217
1217
  /*
1218
1218
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4891,6 +4891,6 @@
4891
4891
  },
4892
4892
  configurable: true,
4893
4893
  });
4894
- /** version: 2.12.0 */
4894
+ /** version: 2.12.1 */
4895
4895
 
4896
4896
  })();
@@ -197,7 +197,7 @@
197
197
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
198
198
  return Symbol('x').toString() === 'Symbol(x)';
199
199
  }();
200
- /** version: 2.12.0 */
200
+ /** version: 2.12.1 */
201
201
 
202
202
  /*
203
203
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1528,7 +1528,7 @@
1528
1528
  }
1529
1529
 
1530
1530
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1531
- /** version: 2.12.0 */
1531
+ /** version: 2.12.1 */
1532
1532
 
1533
1533
  /*
1534
1534
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5611,6 +5611,6 @@
5611
5611
  },
5612
5612
  configurable: true
5613
5613
  });
5614
- /** version: 2.12.0 */
5614
+ /** version: 2.12.1 */
5615
5615
 
5616
5616
  })();
@@ -121,7 +121,7 @@
121
121
  var KEY__SHADOW_TOKEN = '$shadowToken$';
122
122
  var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
123
123
  var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
124
- /** version: 2.12.0 */
124
+ /** version: 2.12.1 */
125
125
 
126
126
  /*
127
127
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1423,7 +1423,7 @@
1423
1423
  }
1424
1424
 
1425
1425
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1426
- /** version: 2.12.0 */
1426
+ /** version: 2.12.1 */
1427
1427
 
1428
1428
  /*
1429
1429
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5415,6 +5415,6 @@
5415
5415
  },
5416
5416
  configurable: true
5417
5417
  });
5418
- /** version: 2.12.0 */
5418
+ /** version: 2.12.1 */
5419
5419
 
5420
5420
  })();
@@ -151,7 +151,7 @@
151
151
  // We use this to detect symbol support in order to avoid the expensive symbol polyfill. Note that
152
152
  // we can't use typeof since it will fail when transpiling.
153
153
  const hasNativeSymbolSupport = /*@__PURE__*/ (() => Symbol('x').toString() === 'Symbol(x)')();
154
- /** version: 2.12.0 */
154
+ /** version: 2.12.1 */
155
155
 
156
156
  /*
157
157
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1305,7 +1305,7 @@
1305
1305
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1306
1306
  }
1307
1307
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1308
- /** version: 2.12.0 */
1308
+ /** version: 2.12.1 */
1309
1309
 
1310
1310
  /*
1311
1311
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5071,6 +5071,6 @@
5071
5071
  },
5072
5072
  configurable: true,
5073
5073
  });
5074
- /** version: 2.12.0 */
5074
+ /** version: 2.12.1 */
5075
5075
 
5076
5076
  }));
@@ -87,7 +87,7 @@
87
87
  const KEY__SHADOW_TOKEN = '$shadowToken$';
88
88
  const KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
89
89
  const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
90
- /** version: 2.12.0 */
90
+ /** version: 2.12.1 */
91
91
 
92
92
  /*
93
93
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1214,7 +1214,7 @@
1214
1214
  Object.defineProperty(_globalThis, 'lwcRuntimeFlags', { value: create(null) });
1215
1215
  }
1216
1216
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1217
- /** version: 2.12.0 */
1217
+ /** version: 2.12.1 */
1218
1218
 
1219
1219
  /*
1220
1220
  * Copyright (c) 2018, salesforce.com, inc.
@@ -4893,6 +4893,6 @@
4893
4893
  },
4894
4894
  configurable: true,
4895
4895
  });
4896
- /** version: 2.12.0 */
4896
+ /** version: 2.12.1 */
4897
4897
 
4898
4898
  }));
@@ -199,7 +199,7 @@
199
199
  var hasNativeSymbolSupport = /*@__PURE__*/function () {
200
200
  return Symbol('x').toString() === 'Symbol(x)';
201
201
  }();
202
- /** version: 2.12.0 */
202
+ /** version: 2.12.1 */
203
203
 
204
204
  /*
205
205
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1530,7 +1530,7 @@
1530
1530
  }
1531
1531
 
1532
1532
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1533
- /** version: 2.12.0 */
1533
+ /** version: 2.12.1 */
1534
1534
 
1535
1535
  /*
1536
1536
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5613,6 +5613,6 @@
5613
5613
  },
5614
5614
  configurable: true
5615
5615
  });
5616
- /** version: 2.12.0 */
5616
+ /** version: 2.12.1 */
5617
5617
 
5618
5618
  }));
@@ -123,7 +123,7 @@
123
123
  var KEY__SHADOW_TOKEN = '$shadowToken$';
124
124
  var KEY__SHADOW_TOKEN_PRIVATE = '$$ShadowTokenKey$$';
125
125
  var KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
126
- /** version: 2.12.0 */
126
+ /** version: 2.12.1 */
127
127
 
128
128
  /*
129
129
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1425,7 +1425,7 @@
1425
1425
  }
1426
1426
 
1427
1427
  var runtimeFlags = _globalThis.lwcRuntimeFlags;
1428
- /** version: 2.12.0 */
1428
+ /** version: 2.12.1 */
1429
1429
 
1430
1430
  /*
1431
1431
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5417,6 +5417,6 @@
5417
5417
  },
5418
5418
  configurable: true
5419
5419
  });
5420
- /** version: 2.12.0 */
5420
+ /** version: 2.12.1 */
5421
5421
 
5422
5422
  }));
@@ -7,7 +7,7 @@
7
7
  function isUndefined(obj) {
8
8
  return obj === undefined;
9
9
  }
10
- /** version: 2.12.0 */
10
+ /** version: 2.12.1 */
11
11
 
12
12
  /*
13
13
  * Copyright (c) 2018, salesforce.com, inc.
@@ -181,6 +181,6 @@ class LegacyWireAdapterBridge {
181
181
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
182
182
  }
183
183
  }
184
- /** version: 2.12.0 */
184
+ /** version: 2.12.1 */
185
185
 
186
186
  export { ValueChangedEvent, register, registerWireService };
@@ -10,7 +10,7 @@ var WireService = (function (exports) {
10
10
  function isUndefined(obj) {
11
11
  return obj === undefined;
12
12
  }
13
- /** version: 2.12.0 */
13
+ /** version: 2.12.1 */
14
14
 
15
15
  /*
16
16
  * Copyright (c) 2018, salesforce.com, inc.
@@ -184,7 +184,7 @@ var WireService = (function (exports) {
184
184
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
185
185
  }
186
186
  }
187
- /** version: 2.12.0 */
187
+ /** version: 2.12.1 */
188
188
 
189
189
  exports.ValueChangedEvent = ValueChangedEvent;
190
190
  exports.register = register;
@@ -10,7 +10,7 @@ var WireService = (function (exports) {
10
10
  function isUndefined(obj) {
11
11
  return obj === undefined;
12
12
  }
13
- /** version: 2.12.0 */
13
+ /** version: 2.12.1 */
14
14
 
15
15
  /*
16
16
  * Copyright (c) 2018, salesforce.com, inc.
@@ -184,7 +184,7 @@ var WireService = (function (exports) {
184
184
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
185
185
  }
186
186
  }
187
- /** version: 2.12.0 */
187
+ /** version: 2.12.1 */
188
188
 
189
189
  exports.ValueChangedEvent = ValueChangedEvent;
190
190
  exports.register = register;
@@ -33,7 +33,7 @@ var WireService = (function (exports) {
33
33
  function isUndefined(obj) {
34
34
  return obj === undefined;
35
35
  }
36
- /** version: 2.12.0 */
36
+ /** version: 2.12.1 */
37
37
 
38
38
  /*
39
39
  * Copyright (c) 2018, salesforce.com, inc.
@@ -280,7 +280,7 @@ var WireService = (function (exports) {
280
280
 
281
281
  return LegacyWireAdapterBridge;
282
282
  }();
283
- /** version: 2.12.0 */
283
+ /** version: 2.12.1 */
284
284
 
285
285
  exports.ValueChangedEvent = ValueChangedEvent;
286
286
  exports.register = register;
@@ -33,7 +33,7 @@ var WireService = (function (exports) {
33
33
  function isUndefined(obj) {
34
34
  return obj === undefined;
35
35
  }
36
- /** version: 2.12.0 */
36
+ /** version: 2.12.1 */
37
37
 
38
38
  /*
39
39
  * Copyright (c) 2018, salesforce.com, inc.
@@ -280,7 +280,7 @@ var WireService = (function (exports) {
280
280
 
281
281
  return LegacyWireAdapterBridge;
282
282
  }();
283
- /** version: 2.12.0 */
283
+ /** version: 2.12.1 */
284
284
 
285
285
  exports.ValueChangedEvent = ValueChangedEvent;
286
286
  exports.register = register;
@@ -13,7 +13,7 @@
13
13
  function isUndefined(obj) {
14
14
  return obj === undefined;
15
15
  }
16
- /** version: 2.12.0 */
16
+ /** version: 2.12.1 */
17
17
 
18
18
  /*
19
19
  * Copyright (c) 2018, salesforce.com, inc.
@@ -187,7 +187,7 @@
187
187
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
188
188
  }
189
189
  }
190
- /** version: 2.12.0 */
190
+ /** version: 2.12.1 */
191
191
 
192
192
  exports.ValueChangedEvent = ValueChangedEvent;
193
193
  exports.register = register;
@@ -13,7 +13,7 @@
13
13
  function isUndefined(obj) {
14
14
  return obj === undefined;
15
15
  }
16
- /** version: 2.12.0 */
16
+ /** version: 2.12.1 */
17
17
 
18
18
  /*
19
19
  * Copyright (c) 2018, salesforce.com, inc.
@@ -187,7 +187,7 @@
187
187
  forEach.call(this.disconnecting, (listener) => listener.call(undefined));
188
188
  }
189
189
  }
190
- /** version: 2.12.0 */
190
+ /** version: 2.12.1 */
191
191
 
192
192
  exports.ValueChangedEvent = ValueChangedEvent;
193
193
  exports.register = register;
@@ -36,7 +36,7 @@
36
36
  function isUndefined(obj) {
37
37
  return obj === undefined;
38
38
  }
39
- /** version: 2.12.0 */
39
+ /** version: 2.12.1 */
40
40
 
41
41
  /*
42
42
  * Copyright (c) 2018, salesforce.com, inc.
@@ -283,7 +283,7 @@
283
283
 
284
284
  return LegacyWireAdapterBridge;
285
285
  }();
286
- /** version: 2.12.0 */
286
+ /** version: 2.12.1 */
287
287
 
288
288
  exports.ValueChangedEvent = ValueChangedEvent;
289
289
  exports.register = register;
@@ -36,7 +36,7 @@
36
36
  function isUndefined(obj) {
37
37
  return obj === undefined;
38
38
  }
39
- /** version: 2.12.0 */
39
+ /** version: 2.12.1 */
40
40
 
41
41
  /*
42
42
  * Copyright (c) 2018, salesforce.com, inc.
@@ -283,7 +283,7 @@
283
283
 
284
284
  return LegacyWireAdapterBridge;
285
285
  }();
286
- /** version: 2.12.0 */
286
+ /** version: 2.12.1 */
287
287
 
288
288
  exports.ValueChangedEvent = ValueChangedEvent;
289
289
  exports.register = register;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lwc",
3
- "version": "2.12.0",
3
+ "version": "2.12.1",
4
4
  "description": "Lightning Web Components (LWC)",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -42,11 +42,11 @@
42
42
  ]
43
43
  },
44
44
  "dependencies": {
45
- "@lwc/compiler": "2.12.0",
46
- "@lwc/engine-dom": "2.12.0",
47
- "@lwc/engine-server": "2.12.0",
48
- "@lwc/features": "2.12.0",
49
- "@lwc/synthetic-shadow": "2.12.0",
50
- "@lwc/wire-service": "2.12.0"
45
+ "@lwc/compiler": "2.12.1",
46
+ "@lwc/engine-dom": "2.12.1",
47
+ "@lwc/engine-server": "2.12.1",
48
+ "@lwc/features": "2.12.1",
49
+ "@lwc/synthetic-shadow": "2.12.1",
50
+ "@lwc/wire-service": "2.12.1"
51
51
  }
52
52
  }