@lwc/engine-core 2.45.2 → 2.45.3

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 (66) hide show
  1. package/dist/framework/attributes.d.ts +1 -0
  2. package/{types → dist}/framework/wiring/types.d.ts +3 -1
  3. package/dist/{engine-core.cjs.js → index.cjs.js} +31 -39
  4. package/dist/index.cjs.js.map +1 -0
  5. package/dist/{engine-core.js → index.js} +29 -39
  6. package/dist/index.js.map +1 -0
  7. package/package.json +27 -22
  8. package/dist/engine-core.cjs.js.map +0 -1
  9. package/dist/engine-core.js.map +0 -1
  10. package/types/framework/attributes.d.ts +0 -4
  11. /package/{types → dist}/framework/api.d.ts +0 -0
  12. /package/{types → dist}/framework/base-bridge-element.d.ts +0 -0
  13. /package/{types → dist}/framework/base-lightning-element.d.ts +0 -0
  14. /package/{types → dist}/framework/check-version-mismatch.d.ts +0 -0
  15. /package/{types → dist}/framework/component.d.ts +0 -0
  16. /package/{types → dist}/framework/decorators/api.d.ts +0 -0
  17. /package/{types → dist}/framework/decorators/register.d.ts +0 -0
  18. /package/{types → dist}/framework/decorators/track.d.ts +0 -0
  19. /package/{types → dist}/framework/decorators/wire.d.ts +0 -0
  20. /package/{types → dist}/framework/def.d.ts +0 -0
  21. /package/{types → dist}/framework/freeze-template.d.ts +0 -0
  22. /package/{types → dist}/framework/get-component-constructor.d.ts +0 -0
  23. /package/{types → dist}/framework/hot-swaps.d.ts +0 -0
  24. /package/{types → dist}/framework/html-element.d.ts +0 -0
  25. /package/{types → dist}/framework/html-properties.d.ts +0 -0
  26. /package/{types → dist}/framework/hydration.d.ts +0 -0
  27. /package/{types → dist}/framework/invoker.d.ts +0 -0
  28. /package/{types → dist}/framework/main.d.ts +0 -0
  29. /package/{types → dist}/framework/membrane.d.ts +0 -0
  30. /package/{types → dist}/framework/modules/attr-unless-prop.d.ts +0 -0
  31. /package/{types → dist}/framework/modules/attrs.d.ts +0 -0
  32. /package/{types → dist}/framework/modules/computed-class-attr.d.ts +0 -0
  33. /package/{types → dist}/framework/modules/computed-style-attr.d.ts +0 -0
  34. /package/{types → dist}/framework/modules/events.d.ts +0 -0
  35. /package/{types → dist}/framework/modules/props.d.ts +0 -0
  36. /package/{types → dist}/framework/modules/static-class-attr.d.ts +0 -0
  37. /package/{types → dist}/framework/modules/static-style-attr.d.ts +0 -0
  38. /package/{types → dist}/framework/mutation-tracker.d.ts +0 -0
  39. /package/{types → dist}/framework/observed-fields.d.ts +0 -0
  40. /package/{types → dist}/framework/overridable-hooks.d.ts +0 -0
  41. /package/{types → dist}/framework/profiler.d.ts +0 -0
  42. /package/{types → dist}/framework/readonly.d.ts +0 -0
  43. /package/{types → dist}/framework/renderer.d.ts +0 -0
  44. /package/{types → dist}/framework/rendering.d.ts +0 -0
  45. /package/{types → dist}/framework/reporting.d.ts +0 -0
  46. /package/{types → dist}/framework/restrictions.d.ts +0 -0
  47. /package/{types → dist}/framework/secure-template.d.ts +0 -0
  48. /package/{types → dist}/framework/services.d.ts +0 -0
  49. /package/{types → dist}/framework/stylesheet.d.ts +0 -0
  50. /package/{types → dist}/framework/template.d.ts +0 -0
  51. /package/{types → dist}/framework/update-component-value.d.ts +0 -0
  52. /package/{types → dist}/framework/utils.d.ts +0 -0
  53. /package/{types → dist}/framework/vm.d.ts +0 -0
  54. /package/{types → dist}/framework/vnodes.d.ts +0 -0
  55. /package/{types → dist}/framework/weak-multimap.d.ts +0 -0
  56. /package/{types → dist}/framework/wiring/context.d.ts +0 -0
  57. /package/{types → dist}/framework/wiring/index.d.ts +0 -0
  58. /package/{types → dist}/framework/wiring/wiring.d.ts +0 -0
  59. /package/{types → dist}/index.d.ts +0 -0
  60. /package/{types → dist}/libs/mutation-tracker/index.d.ts +0 -0
  61. /package/{types → dist}/patches/detect-non-standard-aria.d.ts +0 -0
  62. /package/{types → dist}/patches/detect-synthetic-cross-root-aria.d.ts +0 -0
  63. /package/{types → dist}/shared/circular-module-dependencies.d.ts +0 -0
  64. /package/{types → dist}/shared/error.d.ts +0 -0
  65. /package/{types → dist}/shared/format.d.ts +0 -0
  66. /package/{types → dist}/shared/logger.d.ts +0 -0
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
+ "//": [
3
+ "THIS FILE IS AUTOGENERATED. If you modify it, it will be rewritten by check-and-rewrite-package-json.js",
4
+ "You can safely modify dependencies, devDependencies, keywords, etc., but other props will be overwritten."
5
+ ],
2
6
  "name": "@lwc/engine-core",
3
- "version": "2.45.2",
7
+ "version": "2.45.3",
4
8
  "description": "Core LWC engine APIs.",
5
- "homepage": "https://lwc.dev/",
9
+ "keywords": [
10
+ "lwc"
11
+ ],
12
+ "homepage": "https://lwc.dev",
6
13
  "repository": {
7
14
  "type": "git",
8
15
  "url": "https://github.com/salesforce/lwc.git",
@@ -11,37 +18,35 @@
11
18
  "bugs": {
12
19
  "url": "https://github.com/salesforce/lwc/issues"
13
20
  },
14
- "main": "dist/engine-core.cjs.js",
15
- "module": "dist/engine-core.js",
16
- "typings": "types/index.d.ts",
17
21
  "license": "MIT",
18
- "scripts": {
19
- "build": "rollup --config scripts/rollup.config.js",
20
- "dev": "rollup --config scripts/rollup.config.js --watch --no-watch.clearScreen"
22
+ "publishConfig": {
23
+ "access": "public"
21
24
  },
25
+ "main": "dist/index.cjs.js",
26
+ "module": "dist/index.js",
27
+ "types": "dist/index.d.ts",
22
28
  "files": [
23
- "dist/",
24
- "types/"
29
+ "dist"
25
30
  ],
26
- "dependencies": {
27
- "@lwc/aria-reflection": "2.45.2",
28
- "@lwc/features": "2.45.2",
29
- "@lwc/shared": "2.45.2"
30
- },
31
- "devDependencies": {
32
- "observable-membrane": "2.0.0"
33
- },
34
- "publishConfig": {
35
- "access": "public"
31
+ "scripts": {
32
+ "build": "rollup --config ../../../scripts/rollup/rollup.config.js",
33
+ "dev": "rollup --config ../../../scripts/rollup/rollup.config.js --watch --no-watch.clearScreen"
36
34
  },
37
35
  "nx": {
38
36
  "targets": {
39
37
  "build": {
40
38
  "outputs": [
41
- "./dist",
42
- "./types"
39
+ "./dist"
43
40
  ]
44
41
  }
45
42
  }
43
+ },
44
+ "dependencies": {
45
+ "@lwc/aria-reflection": "2.45.3",
46
+ "@lwc/features": "2.45.3",
47
+ "@lwc/shared": "2.45.3"
48
+ },
49
+ "devDependencies": {
50
+ "observable-membrane": "2.0.0"
46
51
  }
47
52
  }