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

Commit

Permalink
chore(publish): update versions and publish to npm
Browse files Browse the repository at this point in the history
 - @dxatscale/[email protected]
 - @dxatscale/[email protected]
 - @dxatscale/[email protected]
  • Loading branch information
azlam-abdulsalam committed May 27, 2022
1 parent 73ce72e commit 835dbf7
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

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": "21.3.3",
"version": "21.3.4",
"description": "Core Module used by sfpowerscripts",
"main": "lib/index",
"types": "lib/index",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfp-cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sfp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dxatscale/sfp-cli",
"description": "Developer CLI for Salesforce programs following the DX@Scale model",
"version": "2.3.3",
"version": "2.3.4",
"author": "dxatscale",
"release": "May 22",
"bin": {
"sfp": "./bin/run"
},
"bugs": "https://github.com/dxatscale/sfp-cli/issues",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "21.3.3",
"@dxatscale/sfpowerscripts.core": "21.3.4",
"@oclif/command": "^1.8.0",
"@oclif/config": "1.18.3",
"@oclif/parser": "^3.8.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@dxatscale/sfpowerscripts",
"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/",
"version": "13.6.17",
"version": "13.6.18",
"author": "dxatscale",
"release": "May 22",
"bin": {
"readVars": "./scripts/readVars.sh"
},
"bugs": "https://github.com/Accenture/sfpowerscripts/issues",
"dependencies": {
"@dxatscale/sfpowerscripts.core": "21.3.3",
"@dxatscale/sfpowerscripts.core": "21.3.4",
"@oclif/command": "1.8.16",
"@oclif/config": "1.18.3",
"@oclif/errors": "^1.3.5",
Expand Down

0 comments on commit 835dbf7

Please sign in to comment.