@lwc/engine-core 2.45.2 → 2.45.4
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/framework/attributes.d.ts +1 -0
- package/{types → dist}/framework/wiring/types.d.ts +3 -1
- package/dist/{engine-core.cjs.js → index.cjs.js} +31 -38
- package/dist/index.cjs.js.map +1 -0
- package/dist/{engine-core.js → index.js} +29 -38
- package/dist/index.js.map +1 -0
- package/package.json +27 -22
- package/dist/engine-core.cjs.js.map +0 -1
- package/dist/engine-core.js.map +0 -1
- package/types/framework/attributes.d.ts +0 -4
- /package/{types → dist}/framework/api.d.ts +0 -0
- /package/{types → dist}/framework/base-bridge-element.d.ts +0 -0
- /package/{types → dist}/framework/base-lightning-element.d.ts +0 -0
- /package/{types → dist}/framework/check-version-mismatch.d.ts +0 -0
- /package/{types → dist}/framework/component.d.ts +0 -0
- /package/{types → dist}/framework/decorators/api.d.ts +0 -0
- /package/{types → dist}/framework/decorators/register.d.ts +0 -0
- /package/{types → dist}/framework/decorators/track.d.ts +0 -0
- /package/{types → dist}/framework/decorators/wire.d.ts +0 -0
- /package/{types → dist}/framework/def.d.ts +0 -0
- /package/{types → dist}/framework/freeze-template.d.ts +0 -0
- /package/{types → dist}/framework/get-component-constructor.d.ts +0 -0
- /package/{types → dist}/framework/hot-swaps.d.ts +0 -0
- /package/{types → dist}/framework/html-element.d.ts +0 -0
- /package/{types → dist}/framework/html-properties.d.ts +0 -0
- /package/{types → dist}/framework/hydration.d.ts +0 -0
- /package/{types → dist}/framework/invoker.d.ts +0 -0
- /package/{types → dist}/framework/main.d.ts +0 -0
- /package/{types → dist}/framework/membrane.d.ts +0 -0
- /package/{types → dist}/framework/modules/attr-unless-prop.d.ts +0 -0
- /package/{types → dist}/framework/modules/attrs.d.ts +0 -0
- /package/{types → dist}/framework/modules/computed-class-attr.d.ts +0 -0
- /package/{types → dist}/framework/modules/computed-style-attr.d.ts +0 -0
- /package/{types → dist}/framework/modules/events.d.ts +0 -0
- /package/{types → dist}/framework/modules/props.d.ts +0 -0
- /package/{types → dist}/framework/modules/static-class-attr.d.ts +0 -0
- /package/{types → dist}/framework/modules/static-style-attr.d.ts +0 -0
- /package/{types → dist}/framework/mutation-tracker.d.ts +0 -0
- /package/{types → dist}/framework/observed-fields.d.ts +0 -0
- /package/{types → dist}/framework/overridable-hooks.d.ts +0 -0
- /package/{types → dist}/framework/profiler.d.ts +0 -0
- /package/{types → dist}/framework/readonly.d.ts +0 -0
- /package/{types → dist}/framework/renderer.d.ts +0 -0
- /package/{types → dist}/framework/rendering.d.ts +0 -0
- /package/{types → dist}/framework/reporting.d.ts +0 -0
- /package/{types → dist}/framework/restrictions.d.ts +0 -0
- /package/{types → dist}/framework/secure-template.d.ts +0 -0
- /package/{types → dist}/framework/services.d.ts +0 -0
- /package/{types → dist}/framework/stylesheet.d.ts +0 -0
- /package/{types → dist}/framework/template.d.ts +0 -0
- /package/{types → dist}/framework/update-component-value.d.ts +0 -0
- /package/{types → dist}/framework/utils.d.ts +0 -0
- /package/{types → dist}/framework/vm.d.ts +0 -0
- /package/{types → dist}/framework/vnodes.d.ts +0 -0
- /package/{types → dist}/framework/weak-multimap.d.ts +0 -0
- /package/{types → dist}/framework/wiring/context.d.ts +0 -0
- /package/{types → dist}/framework/wiring/index.d.ts +0 -0
- /package/{types → dist}/framework/wiring/wiring.d.ts +0 -0
- /package/{types → dist}/index.d.ts +0 -0
- /package/{types → dist}/libs/mutation-tracker/index.d.ts +0 -0
- /package/{types → dist}/patches/detect-non-standard-aria.d.ts +0 -0
- /package/{types → dist}/patches/detect-synthetic-cross-root-aria.d.ts +0 -0
- /package/{types → dist}/shared/circular-module-dependencies.d.ts +0 -0
- /package/{types → dist}/shared/error.d.ts +0 -0
- /package/{types → dist}/shared/format.d.ts +0 -0
- /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.
|
|
7
|
+
"version": "2.45.4",
|
|
4
8
|
"description": "Core LWC engine APIs.",
|
|
5
|
-
"
|
|
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
|
-
"
|
|
19
|
-
"
|
|
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
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
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.4",
|
|
46
|
+
"@lwc/features": "2.45.4",
|
|
47
|
+
"@lwc/shared": "2.45.4"
|
|
48
|
+
},
|
|
49
|
+
"devDependencies": {
|
|
50
|
+
"observable-membrane": "2.0.0"
|
|
46
51
|
}
|
|
47
52
|
}
|