@lwc/engine-core 8.10.0-alpha.0 → 8.10.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.
package/dist/index.cjs.js CHANGED
@@ -8598,5 +8598,5 @@ exports.swapTemplate = swapTemplate;
8598
8598
  exports.track = track;
8599
8599
  exports.unwrap = unwrap;
8600
8600
  exports.wire = wire;
8601
- /** version: 8.10.0-alpha.0 */
8601
+ /** version: 8.10.1 */
8602
8602
  //# sourceMappingURL=index.cjs.js.map
package/dist/index.js CHANGED
@@ -8545,5 +8545,5 @@ function readonly(obj) {
8545
8545
  }
8546
8546
 
8547
8547
  export { LightningElement, profilerControl as __unstable__ProfilerControl, reportingControl as __unstable__ReportingControl, api$1 as api, computeShadowAndRenderMode, connectRootElement, createContextProviderWithRegister, createVM, disconnectRootElement, freezeTemplate, getAssociatedVMIfPresent, getComponentAPIVersion, getComponentConstructor, getComponentDef, getComponentHtmlPrototype, hydrateRoot, isComponentConstructor, parseFragment, parseSVGFragment, readonly, registerComponent, registerDecorators, registerTemplate, runFormAssociatedCallback, runFormDisabledCallback, runFormResetCallback, runFormStateRestoreCallback, sanitizeAttribute, shouldBeFormAssociated, swapComponent, swapStyle, swapTemplate, track, unwrap, wire };
8548
- /** version: 8.10.0-alpha.0 */
8548
+ /** version: 8.10.1 */
8549
8549
  //# sourceMappingURL=index.js.map
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.10.0-alpha.0",
7
+ "version": "8.10.1",
8
8
  "description": "Core LWC engine APIs.",
9
9
  "keywords": [
10
10
  "lwc"
@@ -42,11 +42,11 @@
42
42
  }
43
43
  },
44
44
  "dependencies": {
45
- "@lwc/features": "8.10.0-alpha.0",
46
- "@lwc/shared": "8.10.0-alpha.0",
47
- "@lwc/signals": "8.10.0-alpha.0"
45
+ "@lwc/features": "8.10.1",
46
+ "@lwc/shared": "8.10.1",
47
+ "@lwc/signals": "8.10.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "observable-membrane": "2.0.0"
51
51
  }
52
- }
52
+ }
@@ -1 +0,0 @@
1
- export declare const ariaReflectionPolyfillDescriptors: any;
@@ -1,2 +0,0 @@
1
- declare const descriptors: Record<string, PropertyDescriptor>;
2
- export { descriptors as propToAttrReflectionPolyfillDescriptors };