Skip to content

Commit

Permalink
Update README and sfdx-project
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalb committed Jan 19, 2021
1 parent 937f99d commit b31f33a
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ coverage/

# For meta files, etc
*.xml
*meta.xml
sfdx-project.json
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -878,15 +878,15 @@ All of the following are available as Flow output variables.

This unlocked package contains only the lib, no examples (recipes) that showcase their implementations. If you're working with this library for the first time, I recommend you install the "LWC Utils Recipes" in a sandbox **after** you install this.

Sandbox: `https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1Q000001QhvTQAS`
Sandbox: `https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1Q000001QhyDQAS`

PROD: `https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1Q000001QhvTQAS`
PROD: `https://login.salesforce.com/packaging/installPackage.apexp?p0=04t1Q000001QhyDQAS`

### LWC Utils Recipes

This unlocked package must be installed **after** the above. This cannot be installed in PROD.

Sandbox: `https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1Q000001QhvYQAS`
Sandbox: `https://test.salesforce.com/packaging/installPackage.apexp?p0=04t1Q000001Qhy3QAC`

### Configuration and Getting Started

Expand Down
24 changes: 12 additions & 12 deletions sfdx-project.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
Expand All @@ -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"
}
}

0 comments on commit b31f33a

Please sign in to comment.