@lwc/engine-core 8.20.2 → 8.20.3-alpha.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.
@@ -0,0 +1 @@
1
+ export declare const defaultDefHTMLPropertyNames: string[];
package/dist/index.cjs.js CHANGED
@@ -1844,9 +1844,6 @@ LightningElement.prototype = {
1844
1844
  `The current version is ${apiVersion}. ` +
1845
1845
  `To use this API, update the LWC component API version. https://lwc.dev/guide/versioning`);
1846
1846
  }
1847
- if (vm.shadowMode === 1 /* ShadowMode.Synthetic */) {
1848
- throw new Error('attachInternals API is not supported in synthetic shadow.');
1849
- }
1850
1847
  return attachInternals(elm);
1851
1848
  },
1852
1849
  get isConnected() {
package/dist/index.js CHANGED
@@ -1841,9 +1841,6 @@ LightningElement.prototype = {
1841
1841
  `The current version is ${apiVersion}. ` +
1842
1842
  `To use this API, update the LWC component API version. https://lwc.dev/guide/versioning`);
1843
1843
  }
1844
- if (vm.shadowMode === 1 /* ShadowMode.Synthetic */) {
1845
- throw new Error('attachInternals API is not supported in synthetic shadow.');
1846
- }
1847
1844
  return attachInternals(elm);
1848
1845
  },
1849
1846
  get isConnected() {
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
5
  ],
6
6
  "name": "@lwc/engine-core",
7
- "version": "8.20.2",
7
+ "version": "8.20.3-alpha.0",
8
8
  "description": "Core LWC engine APIs.",
9
9
  "keywords": [
10
10
  "lwc"
@@ -46,11 +46,11 @@
46
46
  }
47
47
  },
48
48
  "dependencies": {
49
- "@lwc/features": "8.20.2",
50
- "@lwc/shared": "8.20.2",
51
- "@lwc/signals": "8.20.2"
49
+ "@lwc/features": "8.20.3-alpha.0",
50
+ "@lwc/shared": "8.20.3-alpha.0",
51
+ "@lwc/signals": "8.20.3-alpha.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "observable-membrane": "2.0.0"
55
55
  }
56
- }
56
+ }