@lwc/synthetic-shadow 2.7.4 → 2.10.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -194,7 +194,7 @@ const KEY__SYNTHETIC_MODE = '$$lwc-synthetic-mode';
194
194
 
195
195
 
196
196
  const hasNativeSymbolSupport = /*@__PURE__*/(() => Symbol('x').toString() === 'Symbol(x)')();
197
- /** version: 2.7.4 */
197
+ /** version: 2.10.0 */
198
198
 
199
199
  /*
200
200
  * Copyright (c) 2018, salesforce.com, inc.
@@ -1524,7 +1524,7 @@ if (!_globalThis.lwcRuntimeFlags) {
1524
1524
  }
1525
1525
 
1526
1526
  const runtimeFlags = _globalThis.lwcRuntimeFlags;
1527
- /** version: 2.7.4 */
1527
+ /** version: 2.10.0 */
1528
1528
 
1529
1529
  /*
1530
1530
  * Copyright (c) 2018, salesforce.com, inc.
@@ -5715,4 +5715,4 @@ defineProperty(Element.prototype, '$domManual$', {
5715
5715
 
5716
5716
  configurable: true
5717
5717
  });
5718
- /** version: 2.7.4 */
5718
+ /** version: 2.10.0 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/synthetic-shadow",
3
- "version": "2.7.4",
3
+ "version": "2.10.0",
4
4
  "description": "Synthetic Shadow Root for LWC",
5
5
  "homepage": "https://lwc.dev/",
6
6
  "repository": {
@@ -36,8 +36,8 @@
36
36
  "access": "public"
37
37
  },
38
38
  "devDependencies": {
39
- "@lwc/features": "2.7.4",
40
- "@lwc/shared": "2.7.4"
39
+ "@lwc/features": "2.10.0",
40
+ "@lwc/shared": "2.10.0"
41
41
  },
42
- "gitHead": "df4eda8be794fa5f7a01148c137eea4e546a0844"
42
+ "gitHead": "94040389ab8fc717b8753e503f659489480a327d"
43
43
  }
package/LICENSE DELETED
@@ -1,10 +0,0 @@
1
- MIT LICENSE
2
-
3
- Copyright (c) 2018, Salesforce.com, Inc.
4
- All rights reserved.
5
-
6
- Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
7
-
8
- The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
9
-
10
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.