Skip to content

Commit

Permalink
chore(publish): update versions and publish to npm
Browse files Browse the repository at this point in the history
 - @flxblio/[email protected]
 - @flxblio/[email protected]
 - @flxblio/[email protected]
 - @flxblio/[email protected]
 - @flxblio/[email protected]
 - @flxblio/[email protected]
  • Loading branch information
sfopsbot committed Dec 19, 2023
1 parent 6172fe5 commit 8b7cd6a
Show file tree
Hide file tree
Showing 7 changed files with 15,798 additions and 11,513 deletions.
6 changes: 3 additions & 3 deletions packages/apexlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flxblio/apexlink",
"version": "1.0.2",
"version": "1.0.3",
"description": "Wrappers around @nawforce's apexlink java pom ",
"author": "flxblio",
"homepage": "https://github.com/flxbl-io/sfp",
Expand All @@ -12,8 +12,8 @@
"/jars"
],
"dependencies": {
"@flxblio/sfdx-process-wrapper": "^1.0.2",
"@flxblio/sfp-logger": "^2.1.2",
"@flxblio/sfdx-process-wrapper": "^1.0.3",
"@flxblio/sfp-logger": "^2.1.3",
"find-java-home": "2.0.0",
"fs-extra": "11.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/forcemula/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flxblio/forcemula",
"version": "1.0.0",
"version": "1.0.1",
"description": "Extract fields from Salesforce formulas",
"main": "src/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/sfdx-process-wrapper/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flxblio/sfdx-process-wrapper",
"version": "1.0.2",
"version": "1.0.3",
"description": "Wraps around SFDXCommand to exeute it using a subprocess",
"author": "flxbl",
"homepage": "https://github.com/flxbl-io/sfp#readme",
Expand All @@ -11,7 +11,7 @@
"lib": "lib"
},
"dependencies": {
"@flxblio/sfp-logger": "^2.1.2",
"@flxblio/sfp-logger": "^2.1.3",
"fs-extra": "^9.1.0"
},
"devDependencies": {
Expand Down
40 changes: 20 additions & 20 deletions packages/sfp-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@flxblio/sfp",
"description": "Flxbl Toolkit",
"version": "30.0.2",
"version": "30.0.3",
"license": "MIT",
"author": "flxblio",
"release": "January 24",
Expand All @@ -14,39 +14,36 @@
"access": "public"
},
"dependencies": {
"@flxblio/apexlink": "^1.0.2",
"@flxblio/apexlink": "^1.0.3",
"@flxblio/sfdx-process-wrapper": "^1.0.3",
"@flxblio/sfp-logger": "^2.1.3",
"@flxblio/sfprofiles": "^2.0.9",
"@newrelic/telemetry-sdk": "^0.6.0",
"@salesforce/apex-node": "2.1.0",
"@salesforce/packaging": "2.3.3",
"@salesforce/source-deploy-retrieve": "9.7.24",
"@salesforce/source-tracking": "4.2.16",
"apex-parser": "2.13.0",
"axios": "^1.4.0",
"datadog-metrics": "^0.9.3",
"fast-xml-parser": "4.2.7",
"hot-shots": "^8.5.0",
"ignore": "^5.1.6",
"tar": "^6.1.9",
"tmp": "^0.2.1",
"xml2js": "^0.6.0",
"@flxblio/sfdx-process-wrapper": "^1.0.2",
"@flxblio/sfp-logger": "^2.1.2",
"@flxblio/sfprofiles": "^2.0.8",
"@oclif/core": "2.11.8",
"@oclif/plugin-commands": "^3.0.3",
"@oclif/plugin-help": "5.2.17",
"@salesforce/apex-node": "2.1.0",
"@salesforce/core": "5.3.9",
"@salesforce/kit": "3.0.13",
"@salesforce/packaging": "2.3.3",
"@salesforce/source-deploy-retrieve": "9.7.24",
"@salesforce/source-tracking": "4.2.16",
"adm-zip": "^0.5.10",
"ajv": "8.11.0",
"apex-parser": "2.13.0",
"async-retry": "^1.3.1",
"axios": "^1.4.0",
"bottleneck": "^2.19.5",
"chalk": "^4.1.2",
"cli-table": "0.3.11",
"datadog-metrics": "^0.9.3",
"dotenv": "16.3.1",
"fast-xml-parser": "4.2.7",
"fs-extra": "^11.1.1",
"glob": "^10.3.3",
"handlebars": "^4.7.7",
"hot-shots": "^8.5.0",
"ignore": "^5.1.6",
"js-yaml": "^4.0.0",
"jsforce": "2.0.0-beta.27",
"lodash": "^4.17.21",
Expand All @@ -58,7 +55,10 @@
"object-hash": "^2.1.1",
"rimraf": "^5.0.1",
"semver": "7.5.2",
"simple-git": "3.19.1"
"simple-git": "3.19.1",
"tar": "^6.1.9",
"tmp": "^0.2.1",
"xml2js": "^0.6.0"
},
"devDependencies": {
"@babel/core": "7.18.2",
Expand All @@ -71,14 +71,14 @@
"@salesforce/ts-sinon": "^1.3.21",
"@salesforce/ts-types": "2.0.5",
"@types/adm-zip": "^0.4.33",
"@types/fs-extra": "11.0.4",
"@types/jest": "^29.5.3",
"@types/js-yaml": "^4.0.5",
"@types/marked": "4.0.2",
"jest": "^29.6.1",
"oclif": "^3.10.0",
"ts-jest": "29.1.1",
"ts-node": "10.7.0",
"@types/fs-extra": "11.0.4",
"typescript": "^5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sfplogger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flxblio/sfp-logger",
"version": "2.1.2",
"version": "2.1.3",
"description": "sfp logger library",
"main": "lib/SFPLogger.js",
"types": "lib/SFPLogger.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/sfprofiles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flxblio/sfprofiles",
"version": "2.0.8",
"version": "2.0.9",
"description": "Salesforce Profile management",
"keywords": [
"sfdx-plugin",
Expand Down Expand Up @@ -59,7 +59,7 @@
"typescript": "^5"
},
"dependencies": {
"@flxblio/sfp-logger": "^2.1.2",
"@flxblio/sfp-logger": "^2.1.3",
"@salesforce/core": "5.3.9",
"@salesforce/source-deploy-retrieve": "9.7.24",
"async-retry": "^1.3.3",
Expand Down
Loading

0 comments on commit 8b7cd6a

Please sign in to comment.