Socket
Socket
Sign inDemoInstall

@jayree/sfdx-plugin-source

Package Overview
Dependencies
Maintainers
0
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jayree/sfdx-plugin-source - npm Package Compare versions

Comparing version 1.3.65 to 1.3.66

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## [1.3.66](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.65...v1.3.66) (2024-07-05)
### Bug Fixes
* **deps:** bump @oclif/core from 4.0.7 to 4.0.8 ([#751](https://github.com/jayree/sfdx-plugin-source/issues/751)) ([18003a3](https://github.com/jayree/sfdx-plugin-source/commit/18003a3c94e142217a9929fe9f879574a23ebd0f))
* **deps:** bump @salesforce/core from 8.1.0 to 8.1.1 ([#743](https://github.com/jayree/sfdx-plugin-source/issues/743)) ([a9d3c56](https://github.com/jayree/sfdx-plugin-source/commit/a9d3c566937755f5c5f1913ec2f2e4ad38f40426))
* **deps:** bump @salesforce/source-deploy-retrieve from 12.0.2 to 12.1.4 ([#747](https://github.com/jayree/sfdx-plugin-source/issues/747)) ([8e87434](https://github.com/jayree/sfdx-plugin-source/commit/8e8743432a829a1f99dd549f3f2fba1e71a41cb4))
* **deps:** bump @salesforce/source-tracking from 7.0.3 to 7.0.5 ([#749](https://github.com/jayree/sfdx-plugin-source/issues/749)) ([e8f0c09](https://github.com/jayree/sfdx-plugin-source/commit/e8f0c091b9a6859c8f8f9a4ff21fe88b39dbbb74))
* **deps:** bump globby from 14.0.1 to 14.0.2 ([#745](https://github.com/jayree/sfdx-plugin-source/issues/745)) ([ccc0b30](https://github.com/jayree/sfdx-plugin-source/commit/ccc0b30556be399c3e7445d10f1a0f434934693e))
## [1.3.65](https://github.com/jayree/sfdx-plugin-source/compare/v1.3.64...v1.3.65) (2024-06-28)

@@ -2,0 +13,0 @@

2

oclif.manifest.json

@@ -399,3 +399,3 @@ {

},
"version": "1.3.65"
"version": "1.3.66"
}
{
"name": "@jayree/sfdx-plugin-source",
"description": "A Salesforce CLI plugin containing commands to generate and compare sfdx source snapshot files or manipulate local source tracking.",
"version": "1.3.65",
"version": "1.3.66",
"author": "jayree",

@@ -10,8 +10,8 @@ "type": "module",

"@jayree/changelog": "^1.2.1",
"@oclif/core": "^4.0.7",
"@salesforce/core": "^8.0.3",
"@oclif/core": "^4.0.8",
"@salesforce/core": "^8.1.1",
"@salesforce/kit": "^3.1.6",
"@salesforce/sf-plugins-core": "^11.1.2",
"@salesforce/source-deploy-retrieve": "^12.0.2",
"@salesforce/source-tracking": "^7.0.3",
"@salesforce/source-deploy-retrieve": "^12.1.4",
"@salesforce/source-tracking": "^7.0.5",
"@salesforce/ts-types": "^2.0.10",

@@ -23,3 +23,3 @@ "ansis": "^3.2.0",

"fs-extra": "^11.2.0",
"globby": "^14.0.1",
"globby": "^14.0.2",
"ignore": "^5.3.1",

@@ -30,4 +30,4 @@ "object-path": "^0.11.8",

"devDependencies": {
"@oclif/plugin-command-snapshot": "^5.2.3",
"@oclif/plugin-help": "^6.2.3",
"@oclif/plugin-command-snapshot": "^5.2.4",
"@oclif/plugin-help": "^6.2.4",
"@salesforce/dev-scripts": "^10.2.2",

@@ -41,5 +41,5 @@ "@salesforce/ts-sinon": "^1.4.22",

"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-sf-plugin": "^1.18.9",
"eslint-plugin-sf-plugin": "^1.18.10",
"is-ci": "^3.0.1",
"oclif": "^4.13.10",
"oclif": "^4.13.12",
"patch-package": "^8.0.0",

@@ -49,3 +49,3 @@ "prettier": "^3.3.2",

"ts-node": "^10.9.2",
"typescript": "^5.5.2"
"typescript": "^5.5.3"
},

@@ -52,0 +52,0 @@ "engines": {

@@ -46,3 +46,3 @@ # @jayree/sfdx-plugin-source

_See code: [src/commands/jayree/project/compare/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.65/src/commands/jayree/project/compare/snapshot.ts)_
_See code: [src/commands/jayree/project/compare/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/src/commands/jayree/project/compare/snapshot.ts)_

@@ -69,3 +69,3 @@ ### `sfdx jayree project fix`

_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.65/src/commands/jayree/project/fix.ts)_
_See code: [src/commands/jayree/project/fix.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/src/commands/jayree/project/fix.ts)_

@@ -91,3 +91,3 @@ ### `sfdx jayree project generate snapshot`

_See code: [src/commands/jayree/project/generate/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.65/src/commands/jayree/project/generate/snapshot.ts)_
_See code: [src/commands/jayree/project/generate/snapshot.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/src/commands/jayree/project/generate/snapshot.ts)_

@@ -121,3 +121,3 @@ ### `sfdx jayree project list tracking`

_See code: [src/commands/jayree/project/list/tracking.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.65/src/commands/jayree/project/list/tracking.ts)_
_See code: [src/commands/jayree/project/list/tracking.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/src/commands/jayree/project/list/tracking.ts)_

@@ -148,3 +148,3 @@ ### `sfdx jayree project store tracking get`

_See code: [src/commands/jayree/project/store/tracking/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.65/src/commands/jayree/project/store/tracking/get.ts)_
_See code: [src/commands/jayree/project/store/tracking/get.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/src/commands/jayree/project/store/tracking/get.ts)_

@@ -179,3 +179,3 @@ ### `sfdx jayree project store tracking set`

_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.65/src/commands/jayree/project/store/tracking/set.ts)_
_See code: [src/commands/jayree/project/store/tracking/set.ts](https://github.com/jayree/sfdx-plugin-source/blob/v1.3.66/src/commands/jayree/project/store/tracking/set.ts)_
<!-- commandsstop -->

@@ -182,0 +182,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with โšก๏ธ by Socket Inc