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 Sep 14, 2023
1 parent 56ef42d commit 48d662f
Show file tree
Hide file tree
Showing 4 changed files with 16,168 additions and 11,845 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxatscale/sfpowerscripts.core",
"version": "36.0.14",
"version": "36.0.15",
"description": "Core Module used by sfpowerscripts",
"main": "lib/index",
"types": "lib/index",
Expand All @@ -22,7 +22,7 @@
"@dxatscale/apexlink": "^1.0.2",
"@dxatscale/sfdx-process-wrapper": "^1.0.2",
"@dxatscale/sfp-logger": "^2.1.2",
"@dxatscale/sfprofiles": "2.0.6",
"@dxatscale/sfprofiles": "2.0.7",
"@newrelic/telemetry-sdk": "^0.6.0",
"@salesforce/apex-node": "2.1.0",
"@salesforce/core": "5.2.9",
Expand Down
6 changes: 3 additions & 3 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": "24.4.2",
"version": "24.4.3",
"license": "MIT",
"author": "dxatscale",
"release": "August 23",
Expand All @@ -13,8 +13,8 @@
"dependencies": {
"@dxatscale/sfdx-process-wrapper": "^1.0.2",
"@dxatscale/sfp-logger": "^2.1.2",
"@dxatscale/sfpowerscripts.core": "36.0.14",
"@dxatscale/sfprofiles": "2.0.6",
"@dxatscale/sfpowerscripts.core": "36.0.15",
"@dxatscale/sfprofiles": "2.0.7",
"@oclif/core": "2.11.8",
"@oclif/plugin-help": "5.2.17",
"@salesforce/core": "5.2.9",
Expand Down
5 changes: 2 additions & 3 deletions packages/sfprofiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dxatscale/sfprofiles",
"version": "2.0.6",
"version": "2.0.7",
"description": "Salesforce Profile management",
"keywords": [
"sfdx-plugin",
Expand Down Expand Up @@ -39,12 +39,12 @@
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12",
"@babel/plugin-proposal-optional-chaining": "7.17.12",
"@salesforce/ts-sinon": "^1.3.21",
"@salesforce/ts-types": "2.0.7",
"@types/async-retry": "1.4.5",
"@types/datadog-metrics": "^0.6.1",
"@types/diff-match-patch": "^1.0.32",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.191",
"@salesforce/ts-types": "2.0.7",
"@types/mocha": "9.1.0",
"@types/node": "20.4.4",
"@types/rimraf": "^3.0.2",
Expand Down Expand Up @@ -77,7 +77,6 @@
"xml-formatter": "^3.4.1",
"xml2js": "^0.6.0"
},

"publishConfig": {
"access": "public"
}
Expand Down
Loading

0 comments on commit 48d662f

Please sign in to comment.