@lwc/metadata 13.0.30-alpha.0 → 13.0.31-alpha.0

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/README.md CHANGED
@@ -62,7 +62,7 @@ const metadata = collectBundleMetadata({
62
62
 
63
63
  **Parameters:**
64
64
 
65
- - `config` (BundleConfig, required) - Represents information about the LWC bundle that needs to be analysed. The config also contains the raw source code for all files(.html, .js & .css) that make up the bundle.
65
+ - `config` (BundleConfig, required) - Represents information about the LWC bundle that needs to be analysed. The config also contains the raw source code for all files(.html, .js & .css) that make up the bundle.
66
66
 
67
67
  ```ts
68
68
  type BundleType = 'internal' | 'platform';
@@ -75,7 +75,7 @@ function rollupDiagnostics(files) {
75
75
  );
76
76
  }
77
77
  } */
78
- const version = '13.0.30-alpha.0+23bedd7';
78
+ const version = '13.0.31-alpha.0+eebc74e';
79
79
  function collectBundleMetadata(config) {
80
80
  // validateBundleConfig(config);
81
81
  const { namespace, name, type, namespaceMapping, npmModuleMapping, files, enableKomaci, strictCSSTokenCollection, enableLuvio, experimentalComplexExpressions, apiVersion, enableClassReferences, enableCustomDeclarationProperty, enableDeclarationsCollection, } = config;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lwc/metadata",
3
- "version": "13.0.30-alpha.0+23bedd7",
3
+ "version": "13.0.31-alpha.0+eebc74e",
4
4
  "description": "Extract metadata about Lightning Web Components modules. This software is provided as-is with no support provided.",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "@babel/parser": "~7.27.5",
18
18
  "@babel/traverse": "~7.27.4",
19
19
  "@babel/types": "~7.27.6",
20
- "@lwc/sfdc-compiler-utils": "13.0.30-alpha.0+23bedd7",
20
+ "@lwc/sfdc-compiler-utils": "13.0.31-alpha.0+eebc74e",
21
21
  "postcss": "~8.5.5",
22
22
  "postcss-selector-parser": "~6.1.2",
23
23
  "postcss-value-parser": "~4.2.0"
@@ -33,5 +33,5 @@
33
33
  "engines": {
34
34
  "node": ">=14"
35
35
  },
36
- "gitHead": "23bedd705714205c0e11f17d9236a1a99c6a76a2"
36
+ "gitHead": "eebc74e5157047b6216871bc2898c64d78bbf664"
37
37
  }