@lwc/sfdc-compiler-utils 2.45.2-0 → 2.46.0-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.
Files changed (2) hide show
  1. package/README.md +9 -0
  2. package/package.json +6 -1
package/README.md ADDED
@@ -0,0 +1,9 @@
1
+ # @lwc/sfdc-compiler-utils
2
+
3
+ This package exposes a handful of helper functions that are used when compiling Lighting Web Components on the Salesforce platform. These functions are intended for internal use, and are unlikely to be useful to third parties.
4
+
5
+ ## Installation
6
+
7
+ ```bash
8
+ npm install @lwc/sfdc-compiler-utils --save
9
+ ```
package/package.json CHANGED
@@ -1,10 +1,15 @@
1
1
  {
2
2
  "name": "@lwc/sfdc-compiler-utils",
3
3
  "description": "LWC Compiler Utilities. This software is provided as-is with no support provided.",
4
- "version": "2.45.2-0",
4
+ "version": "2.46.0-0",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",
7
7
  "license": "SEE LICENSE IN LICENSE.txt",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://git.soma.salesforce.com/lwc/lwc-platform-public.git",
11
+ "directory": "packages/lwc-sfdc-compiler-utils"
12
+ },
8
13
  "files": [
9
14
  "dist/",
10
15
  "LICENSE.txt"