@lwrjs/tools 0.11.0-alpha.2 → 0.11.0-alpha.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/build/es/server-build.js
CHANGED
|
@@ -24,9 +24,6 @@ async function build(buildOptions, config) {
|
|
|
24
24
|
'node:*',
|
|
25
25
|
// fsevents used by chokidar used by nunjucks
|
|
26
26
|
'fsevents',
|
|
27
|
-
// Used for express compression. Should be an optional dependency and should be omitted at runtime
|
|
28
|
-
'iltorb',
|
|
29
|
-
'shrink-ray-current',
|
|
30
27
|
// These dependencies are not needed to serve a basic generated site, but they are still excluded
|
|
31
28
|
// in case there is a need to add a custom module provider.
|
|
32
29
|
'esbuild*',
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.11.0-alpha.
|
|
7
|
+
"version": "0.11.0-alpha.4",
|
|
8
8
|
"homepage": "https://developer.salesforce.com/docs/platform/lwr/overview",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"package.cjs"
|
|
33
33
|
],
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@lwrjs/core": "0.11.0-alpha.
|
|
35
|
+
"@lwrjs/core": "0.11.0-alpha.4",
|
|
36
36
|
"esbuild": "^0.17.4"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@lwrjs/types": "0.11.0-alpha.
|
|
39
|
+
"@lwrjs/types": "0.11.0-alpha.4"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"lwc": "2.x || 3.x"
|
|
@@ -44,5 +44,5 @@
|
|
|
44
44
|
"engines": {
|
|
45
45
|
"node": ">=16.0.0"
|
|
46
46
|
},
|
|
47
|
-
"gitHead": "
|
|
47
|
+
"gitHead": "89a7e9815e0e381d9fd67212f0471d9a11f73985"
|
|
48
48
|
}
|