sfdx-jayree
Advanced tools
Comparing version 4.8.100 to 4.8.101
{ | ||
"commands": {}, | ||
"version": "4.8.100" | ||
"version": "4.8.101" | ||
} |
{ | ||
"name": "sfdx-jayree", | ||
"description": "A Salesforce CLI plugin containing commands and hooks for Salesforce Application Lifecycle Management tasks.", | ||
"version": "4.8.100", | ||
"version": "4.8.101", | ||
"author": "jayree <jayree.git@icloud.com>", | ||
@@ -9,6 +9,6 @@ "bugs": "https://github.com/jayree/sfdx-jayree-plugin/issues", | ||
"dependencies": { | ||
"@jayree/sfdx-plugin-manifest": "^3.6.0", | ||
"@jayree/sfdx-plugin-org": "^1.2.79", | ||
"@jayree/sfdx-plugin-prettier": "^1.3.88", | ||
"@jayree/sfdx-plugin-source": "^1.3.83" | ||
"@jayree/sfdx-plugin-manifest": "^3.6.5", | ||
"@jayree/sfdx-plugin-org": "^1.2.80", | ||
"@jayree/sfdx-plugin-prettier": "^1.3.89", | ||
"@jayree/sfdx-plugin-source": "^1.3.84" | ||
}, | ||
@@ -21,5 +21,5 @@ "devDependencies": { | ||
"eslint-plugin-prettier": "^5.2.1", | ||
"eslint-plugin-sf-plugin": "^1.20.10", | ||
"eslint-plugin-sf-plugin": "^1.20.11", | ||
"nock": "^13.5.5", | ||
"oclif": "^4.15.16", | ||
"oclif": "^4.15.20", | ||
"patch-package": "^8.0.0", | ||
@@ -26,0 +26,0 @@ "pinst": "^3.0.0", |
@@ -64,3 +64,3 @@ # sfdx-jayree | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.79/src/commands/jayree/flow/get/coverage.ts)_ | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.80/src/commands/jayree/flow/get/coverage.ts)_ | ||
@@ -94,3 +94,3 @@ ### `sfdx jayree manifest cleanup` | ||
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.0/src/commands/jayree/manifest/cleanup.ts)_ | ||
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.5/src/commands/jayree/manifest/cleanup.ts)_ | ||
@@ -133,3 +133,3 @@ ### `sfdx jayree manifest generate` | ||
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.0/src/commands/jayree/manifest/generate.ts)_ | ||
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.5/src/commands/jayree/manifest/generate.ts)_ | ||
@@ -217,3 +217,3 @@ ### `sfdx jayree manifest git diff REF1 [REF2]` | ||
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.0/src/commands/jayree/manifest/git/diff.ts)_ | ||
_See code: [@jayree/sfdx-plugin-manifest](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.6.5/src/commands/jayree/manifest/git/diff.ts)_ | ||
@@ -248,3 +248,3 @@ ### `sfdx jayree org configure` | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.79/src/commands/jayree/org/configure/index.ts)_ | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.80/src/commands/jayree/org/configure/index.ts)_ | ||
@@ -269,3 +269,3 @@ ### `sfdx jayree org configure country` | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.79/src/commands/jayree/org/configure/country.ts)_ | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.80/src/commands/jayree/org/configure/country.ts)_ | ||
@@ -295,3 +295,3 @@ ### `sfdx jayree org configure state` | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.79/src/commands/jayree/org/configure/state.ts)_ | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.80/src/commands/jayree/org/configure/state.ts)_ | ||
@@ -326,3 +326,3 @@ ### `sfdx jayree org get settings` | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.79/src/commands/jayree/org/get/settings.ts)_ | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.80/src/commands/jayree/org/get/settings.ts)_ | ||
@@ -359,3 +359,3 @@ ### `sfdx jayree org stream` | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.79/src/commands/jayree/org/stream.ts)_ | ||
_See code: [@jayree/sfdx-plugin-org](https://github.com/jayree/sfdx-plugin-org/blob/v1.2.80/src/commands/jayree/org/stream.ts)_ | ||
@@ -381,3 +381,3 @@ ### `sfdx jayree project compare snapshot` | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.83/src/commands/jayree/project/compare/snapshot.ts)_ | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.84/src/commands/jayree/project/compare/snapshot.ts)_ | ||
@@ -404,3 +404,3 @@ ### `sfdx jayree project fix` | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.83/src/commands/jayree/project/fix.ts)_ | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.84/src/commands/jayree/project/fix.ts)_ | ||
@@ -426,3 +426,3 @@ ### `sfdx jayree project generate snapshot` | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.83/src/commands/jayree/project/generate/snapshot.ts)_ | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.84/src/commands/jayree/project/generate/snapshot.ts)_ | ||
@@ -456,3 +456,3 @@ ### `sfdx jayree project list tracking` | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.83/src/commands/jayree/project/list/tracking.ts)_ | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.84/src/commands/jayree/project/list/tracking.ts)_ | ||
@@ -483,3 +483,3 @@ ### `sfdx jayree project store tracking get` | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.83/src/commands/jayree/project/store/tracking/get.ts)_ | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.84/src/commands/jayree/project/store/tracking/get.ts)_ | ||
@@ -514,3 +514,3 @@ ### `sfdx jayree project store tracking set` | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.83/src/commands/jayree/project/store/tracking/set.ts)_ | ||
_See code: [@jayree/sfdx-plugin-source](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.84/src/commands/jayree/project/store/tracking/set.ts)_ | ||
<!-- commandsstop --> | ||
@@ -517,0 +517,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1273516
17421
+ Added@inquirer/confirm@5.0.1(transitive)
+ Added@inquirer/core@10.0.1(transitive)
+ Added@inquirer/figures@1.0.7(transitive)
+ Added@inquirer/password@4.0.1(transitive)
+ Added@inquirer/type@3.0.0(transitive)
+ Added@jayree/sfdx-plugin-manifest@3.6.5(transitive)
+ Added@jayree/sfdx-plugin-org@1.2.80(transitive)
+ Added@jayree/sfdx-plugin-prettier@1.3.89(transitive)
+ Added@jayree/sfdx-plugin-source@1.3.84(transitive)
+ Added@salesforce/source-deploy-retrieve@12.10.1(transitive)
+ Added@salesforce/source-tracking@7.1.20(transitive)
+ Addedcheerio@1.0.0(transitive)
+ Addedencoding-sniffer@0.2.0(transitive)
+ Addediconv-lite@0.4.240.6.3(transitive)
+ Addedmute-stream@2.0.0(transitive)
+ Addedparse5@7.2.1(transitive)
+ Addedparse5-parser-stream@7.1.2(transitive)
+ Addedsafer-buffer@2.1.2(transitive)
+ Addedtabletojson@4.1.5(transitive)
+ Addedundici@6.20.1(transitive)
+ Addedwhatwg-encoding@3.1.1(transitive)
+ Addedwhatwg-mimetype@4.0.0(transitive)
- Removed@jayree/sfdx-plugin-manifest@3.6.0(transitive)
- Removed@jayree/sfdx-plugin-org@1.2.79(transitive)
- Removed@jayree/sfdx-plugin-prettier@1.3.88(transitive)
- Removed@jayree/sfdx-plugin-source@1.3.83(transitive)
- Removed@salesforce/source-deploy-retrieve@12.10.0(transitive)
- Removed@salesforce/source-tracking@7.1.18(transitive)
- Removedcheerio@1.0.0-rc.12(transitive)
- Removedhtmlparser2@8.0.2(transitive)
- Removedtabletojson@4.1.4(transitive)