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

Commit 1c342a3

Browse files
author
azlam-abdulsalam
committed
chore(publish): update versions and publish to npm
- @dxatscale/sfpowerscripts.core@19.0.7 - @dxatscale/sfp-cli@2.0.7 - @dxatscale/sfpowerscripts@13.0.9
1 parent 88742a9 commit 1c342a3

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@dxatscale/sfpowerscripts.core",
3-
"version": "19.0.6",
3+
"version": "19.0.7",
44
"description": "Core Module used by sfpowerscripts",
55
"main": "lib/index",
66
"types": "lib/index",

packages/sfp-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sfp-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@dxatscale/sfp-cli",
33
"description": "Developer CLI for Salesforce programs following the DX@Scale model",
4-
"version": "2.0.6",
4+
"version": "2.0.7",
55
"author": "dxatscale",
66
"release": "April 22",
77
"bin": {
88
"sfp": "./bin/run"
99
},
1010
"bugs": "https://github.com/dxatscale/sfp-cli/issues",
1111
"dependencies": {
12-
"@dxatscale/sfpowerscripts.core": "19.0.6",
12+
"@dxatscale/sfpowerscripts.core": "19.0.7",
1313
"@oclif/command": "^1.8.0",
1414
"@oclif/config": "1.18.3",
1515
"@oclif/parser": "^3.8.5",

packages/sfpowerscripts-cli/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/sfpowerscripts-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@dxatscale/sfpowerscripts",
33
"description": "A build system for package based development in Salesforce,delivered as a sfdx plugin that can be implemented in any CI/CD system of choice.Read more about the plugin and details here - https://dxatscale.gitbook.io/sfpowerscripts/",
4-
"version": "13.0.8",
4+
"version": "13.0.9",
55
"author": "dxatscale",
66
"release": "April 22",
77
"bin": {
88
"readVars": "./scripts/readVars.sh"
99
},
1010
"bugs": "https://github.com/Accenture/sfpowerscripts/issues",
1111
"dependencies": {
12-
"@dxatscale/sfpowerscripts.core": "19.0.6",
12+
"@dxatscale/sfpowerscripts.core": "19.0.7",
1313
"@oclif/command": "1.8.16",
1414
"@oclif/config": "1.18.3",
1515
"@oclif/errors": "^1.3.5",

0 commit comments

Comments
 (0)