@lwc/dev-server-plugin-lex 13.3.7-alpha.1 → 13.3.7-alpha.2

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lwc/dev-server-plugin-lex",
3
3
  "description": "A rollup plugin to add Hot Module Replacement transformation to LWC components used in LEX.",
4
- "version": "13.3.7-alpha.1+24d9708",
4
+ "version": "13.3.7-alpha.2+7bd7ace",
5
5
  "keywords": [
6
6
  "lwc dev server",
7
7
  "lwc hmr plugin"
@@ -25,5 +25,5 @@
25
25
  "@lwc/compiler": ">=8",
26
26
  "@lwc/errors": ">=8"
27
27
  },
28
- "gitHead": "24d970819ce46f181d5d02e7f8858dc488291590"
28
+ "gitHead": "7bd7ace740c53598edde2d8d6f4b4e729f016a0a"
29
29
  }