Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into 1413-reset-the-sfpowerkit-on-a-different-tar…
Browse files Browse the repository at this point in the history
…get-org-or-include-the-org-name-into-the-cache
  • Loading branch information
azlam-abdulsalam authored Oct 15, 2023
2 parents 2e91203 + 7c5d9d4 commit c607b3a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxatscale/sfpowerscripts.core",
"version": "36.1.6",
"version": "36.1.7",
"description": "Core Module used by sfpowerscripts",
"main": "lib/index",
"types": "lib/index",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export default class PicklistEnabler implements DeploymentCustomizer {
let picklistInOrg = await this.getPicklistInOrg(urlId, sfpOrg.getConnection());

//check for empty picklists on org and fix first deployment issue
if (!picklistInOrg && picklistInOrg?.Metadata?.valueSetc?.valueSetDefinition) continue;
if (!picklistInOrg && picklistInOrg?.Metadata?.valueSet?.valueSetDefinition) continue;

let picklistValueInOrg = [];

Expand Down
4 changes: 2 additions & 2 deletions packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dxatscale/sfpowerscripts",
"description": "DX@Scale Toolkit",
"version": "25.0.4",
"version": "25.0.5",
"license": "MIT",
"author": "dxatscale",
"release": "October 23",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@dxatscale/sfdx-process-wrapper": "^1.0.2",
"@dxatscale/sfp-logger": "^2.1.2",
"@dxatscale/sfpowerscripts.core": "^36.1.6",
"@dxatscale/sfpowerscripts.core": "36.1.7",
"@dxatscale/sfprofiles": "^2.0.8",
"@oclif/core": "2.11.8",
"@oclif/plugin-help": "5.2.17",
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c607b3a

Please sign in to comment.