@lwrjs/tools 0.9.0-alpha.26 → 0.9.0-alpha.27

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.
@@ -27,9 +27,6 @@ async function build(buildOptions, config) {
27
27
  // Used for express compression. Should be an optional dependency and should be omitted at runtime
28
28
  'iltorb',
29
29
  'shrink-ray-current',
30
- // Rollup resolves plugins in node_modules at runtime. More investigation needed.
31
- 'rollup',
32
- 'rollup-plugin-*',
33
30
  // These dependencies are not needed to serve a basic generated site, but they are still excluded
34
31
  // in case there is a need to add a custom module provider.
35
32
  'esbuild*',
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.9.0-alpha.26",
7
+ "version": "0.9.0-alpha.27",
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.9.0-alpha.26",
35
+ "@lwrjs/core": "0.9.0-alpha.27",
36
36
  "esbuild": "^0.17.4"
37
37
  },
38
38
  "devDependencies": {
39
- "@lwrjs/types": "0.9.0-alpha.26"
39
+ "@lwrjs/types": "0.9.0-alpha.27"
40
40
  },
41
41
  "peerDependencies": {
42
42
  "lwc": "2.x"
@@ -44,5 +44,5 @@
44
44
  "engines": {
45
45
  "node": ">=16.0.0 <20"
46
46
  },
47
- "gitHead": "6da956eb29622d49423b0a6ee63300de1f3e121c"
47
+ "gitHead": "a7fcd8493b8a3286197e829b28b54670e7d4e97c"
48
48
  }