-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,5 @@ coverage/ | |
|
||
# For meta files, etc | ||
*.xml | ||
*meta.xml | ||
sfdx-project.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,22 @@ | |
"path": "utils-core", | ||
"default": true, | ||
"package": "LWC Utils", | ||
"versionName": "ver 1.3.0", | ||
"versionNumber": "1.3.0.NEXT", | ||
"versionName": "ver 1.4.0", | ||
"versionNumber": "1.4.0.NEXT", | ||
"postInstallUrl": "https://github.com/tsalb/lwc-utils#component-library-overview", | ||
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases" | ||
}, | ||
{ | ||
"path": "utils-recipes", | ||
"default": false, | ||
"package": "LWC Utils Recipes", | ||
"versionName": "ver 1.2.0", | ||
"versionNumber": "1.2.0.NEXT", | ||
"versionName": "ver 1.4.0", | ||
"versionNumber": "1.4.0.NEXT", | ||
"postInstallUrl": "https://github.com/tsalb/lwc-utils#configuration-and-getting-started", | ||
"releaseNotesUrl": "https://github.com/tsalb/lwc-utils/releases", | ||
"dependencies": [ | ||
{ | ||
"package": "LWC Utils@1.3.0-1" | ||
"package": "LWC Utils@1.4.0-1" | ||
} | ||
] | ||
} | ||
|
@@ -28,21 +28,21 @@ | |
"sfdcLoginUrl": "https://login.salesforce.com", | ||
"sourceApiVersion": "50.0", | ||
"packageAliases": { | ||
"LWC Utils": "0Ho1Q000000blJiSAI", | ||
"LWC [email protected]": "04t1Q000001QhOyQAK", | ||
"LWC Utils Recipes": "0Ho1Q000000blJnSAI", | ||
"LWC Utils [email protected]": "04t1Q000001QhP3QAK", | ||
"LWC Utils [email protected]": "04t1Q000001QhTFQA0", | ||
"LWC Utils [email protected]": "04t1Q000001QhWnQAK", | ||
"LWC Utils [email protected]": "04t1Q000001QhvYQAS", | ||
"LWC Utils [email protected]": "04t1Q000001Qhy3QAC", | ||
"LWC Utils": "0Ho1Q000000blJiSAI", | ||
"LWC [email protected]": "04t1Q000001QhOyQAK", | ||
"LWC [email protected]": "04t1Q000001QhRsQAK", | ||
"LWC [email protected]": "04t1Q000001QhTAQA0", | ||
"LWC Utils [email protected]": "04t1Q000001QhTFQA0", | ||
"LWC [email protected]": "04t1Q000001QhWdQAK", | ||
"LWC Utils [email protected]": "04t1Q000001QhWiQAK", | ||
"LWC Utils [email protected]": "04t1Q000001QhWnQAK", | ||
"LWC [email protected]": "04t1Q000001QhneQAC", | ||
"LWC [email protected]": "04t1Q000001QhnjQAC", | ||
"LWC [email protected]": "04t1Q000001QhtwQAC", | ||
"LWC [email protected]": "04t1Q000001QhvEQAS", | ||
"LWC [email protected]": "04t1Q000001QhvTQAS", | ||
"LWC Utils Recipes@1.2.0-1": "04t1Q000001QhvYQAS" | ||
"LWC Utils@1.4.0-3": "04t1Q000001QhyDQAS" | ||
} | ||
} |