@jayree/sfdx-plugin-manifest 3.3.13 → 3.3.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [3.3.14](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.13...3.3.14) (2024-07-06)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/source-deploy-retrieve from 12.1.4 to 12.1.5 ([#1381](https://github.com/jayree/sfdx-plugin-manifest/issues/1381)) ([f062153](https://github.com/jayree/sfdx-plugin-manifest/commit/f06215311c8afa765ade23de90b1e20fa454dc8e))
7
+
8
+
9
+
1
10
  ## [3.3.13](https://github.com/jayree/sfdx-plugin-manifest/compare/3.3.12...3.3.13) (2024-07-06)
2
11
 
3
12
 
package/README.md CHANGED
@@ -60,7 +60,7 @@ EXAMPLES
60
60
  $ sf jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
61
61
  ```
62
62
 
63
- _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.13/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.14/src/commands/jayree/manifest/cleanup.ts)_
64
64
 
65
65
  ### `sf jayree manifest generate`
66
66
 
@@ -98,7 +98,7 @@ EXAMPLES
98
98
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
99
99
  ```
100
100
 
101
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.13/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.14/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,5 +181,5 @@ FLAG DESCRIPTIONS
181
181
  The location can be an absolute path or relative to the current working directory.
182
182
  ```
183
183
 
184
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.13/src/commands/jayree/manifest/git/diff.ts)_
184
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.3.14/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.3.13",
3
+ "version": "3.3.14",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.3.13",
9
+ "version": "3.3.14",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.1",
@@ -14,7 +14,7 @@
14
14
  "@salesforce/core": "^8.1.1",
15
15
  "@salesforce/kit": "^3.1.6",
16
16
  "@salesforce/sf-plugins-core": "^11.1.2",
17
- "@salesforce/source-deploy-retrieve": "^12.1.4",
17
+ "@salesforce/source-deploy-retrieve": "^12.1.5",
18
18
  "@salesforce/ts-types": "^2.0.10",
19
19
  "fast-deep-equal": "^3.1.3",
20
20
  "fast-xml-parser": "^4.4.0",
@@ -24,8 +24,8 @@
24
24
  },
25
25
  "devDependencies": {
26
26
  "@oclif/plugin-command-snapshot": "^5.2.3",
27
- "@oclif/plugin-help": "^6.2.3",
28
- "@salesforce/cli-plugins-testkit": "^5.3.17",
27
+ "@oclif/plugin-help": "^6.2.4",
28
+ "@salesforce/cli-plugins-testkit": "^5.3.18",
29
29
  "@salesforce/dev-scripts": "^10.2.2",
30
30
  "@salesforce/ts-sinon": "^1.4.22",
31
31
  "@types/fs-extra": "^11.0.4",
@@ -3189,9 +3189,9 @@
3189
3189
  }
3190
3190
  },
3191
3191
  "node_modules/@oclif/plugin-help": {
3192
- "version": "6.2.3",
3193
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.3.tgz",
3194
- "integrity": "sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ==",
3192
+ "version": "6.2.4",
3193
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.4.tgz",
3194
+ "integrity": "sha512-0UrLxHseBuwh3JVRluJFe1eT1OT5dBvbwcbAYVO8uNi/ctmaWCAw4j737l8BFnf01GpDsloSAWyEX4dtG0P1zg==",
3195
3195
  "dev": true,
3196
3196
  "license": "MIT",
3197
3197
  "dependencies": {
@@ -3433,13 +3433,13 @@
3433
3433
  }
3434
3434
  },
3435
3435
  "node_modules/@salesforce/cli-plugins-testkit": {
3436
- "version": "5.3.17",
3437
- "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.17.tgz",
3438
- "integrity": "sha512-+cPyjXfuVD3pYjm+EGYC4JowoYq8QXRyTTDlZTVPD8VBe/byyXzxdphjK5gIuKhBYvKwWN1kT3zbno25U49ljQ==",
3436
+ "version": "5.3.18",
3437
+ "resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.18.tgz",
3438
+ "integrity": "sha512-9+Yvmw5idIQryJcXVKZ2HASLKj2RUJizDuDFPq5ut9X+8y8MTWAkO0hO6OSj3IPkV+LTo8QF7QOCl16R2PWpMw==",
3439
3439
  "dev": true,
3440
3440
  "license": "BSD-3-Clause",
3441
3441
  "dependencies": {
3442
- "@salesforce/core": "^8.1.0",
3442
+ "@salesforce/core": "^8.1.1",
3443
3443
  "@salesforce/kit": "^3.1.6",
3444
3444
  "@salesforce/ts-types": "^2.0.10",
3445
3445
  "@types/shelljs": "^0.8.15",
@@ -3852,12 +3852,12 @@
3852
3852
  }
3853
3853
  },
3854
3854
  "node_modules/@salesforce/source-deploy-retrieve": {
3855
- "version": "12.1.4",
3856
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.4.tgz",
3857
- "integrity": "sha512-fsf/sH504dffjcWQsiILz6DUIi3YryyJiBqkYmLeQ+kx9G+r+ToFzZBO2NMn6vp8EYE+qPmpbHiV/Qpf4y5dpw==",
3855
+ "version": "12.1.5",
3856
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.5.tgz",
3857
+ "integrity": "sha512-2oiUfzfi07HnokqEW5IxtBQMQSwjovNNSPlj4b6yo8fBLeWfzeOzzX7f2l5v/cSEysUi5lj7vN+ZhGm2LexpvQ==",
3858
3858
  "license": "BSD-3-Clause",
3859
3859
  "dependencies": {
3860
- "@salesforce/core": "^8.1.0",
3860
+ "@salesforce/core": "^8.1.1",
3861
3861
  "@salesforce/kit": "^3.1.6",
3862
3862
  "@salesforce/ts-types": "^2.0.10",
3863
3863
  "fast-levenshtein": "^3.0.0",
package/oclif.lock CHANGED
@@ -1470,10 +1470,10 @@
1470
1470
  semver "^7.6.0"
1471
1471
  ts-json-schema-generator "^1.5.1"
1472
1472
 
1473
- "@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.3":
1474
- version "6.2.3"
1475
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.3.tgz#09e54a1816fe7c2ef02c8a40c59afc7754a6eaca"
1476
- integrity sha512-ogaCD2i6dmEgrrIKG8iV42o/s45EG53Q+dW/zeEhL8It9UdVDooXjXkZLPSyRS+CyrbK3it8Mwh08DrJxjZiqQ==
1473
+ "@oclif/plugin-help@^6.2.2", "@oclif/plugin-help@^6.2.4":
1474
+ version "6.2.4"
1475
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.2.4.tgz#9861e48da547e365275c6352f261ae9539229096"
1476
+ integrity sha512-0UrLxHseBuwh3JVRluJFe1eT1OT5dBvbwcbAYVO8uNi/ctmaWCAw4j737l8BFnf01GpDsloSAWyEX4dtG0P1zg==
1477
1477
  dependencies:
1478
1478
  "@oclif/core" "^4"
1479
1479
 
@@ -1508,12 +1508,12 @@
1508
1508
  resolved "https://registry.yarnpkg.com/@pkgr/core/-/core-0.1.1.tgz#1ec17e2edbec25c8306d424ecfbf13c7de1aaa31"
1509
1509
  integrity sha512-cq8o4cWH0ibXh9VGi5P20Tu9XF/0fFXl9EUinr9QfTM7a7p0oTA4iJRCQWppXR1Pg8dSM0UCItCkPwsk9qWWYA==
1510
1510
 
1511
- "@salesforce/cli-plugins-testkit@^5.3.17":
1512
- version "5.3.17"
1513
- resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.17.tgz#b1a66508cf7a5d235d4fe30cf6b0045776ef7a2f"
1514
- integrity sha512-+cPyjXfuVD3pYjm+EGYC4JowoYq8QXRyTTDlZTVPD8VBe/byyXzxdphjK5gIuKhBYvKwWN1kT3zbno25U49ljQ==
1511
+ "@salesforce/cli-plugins-testkit@^5.3.18":
1512
+ version "5.3.18"
1513
+ resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.18.tgz#f36ae6ed8573b18396668a4d38b4effe0bd1a2bf"
1514
+ integrity sha512-9+Yvmw5idIQryJcXVKZ2HASLKj2RUJizDuDFPq5ut9X+8y8MTWAkO0hO6OSj3IPkV+LTo8QF7QOCl16R2PWpMw==
1515
1515
  dependencies:
1516
- "@salesforce/core" "^8.1.0"
1516
+ "@salesforce/core" "^8.1.1"
1517
1517
  "@salesforce/kit" "^3.1.6"
1518
1518
  "@salesforce/ts-types" "^2.0.10"
1519
1519
  "@types/shelljs" "^0.8.15"
@@ -1524,7 +1524,7 @@
1524
1524
  strip-ansi "6.0.1"
1525
1525
  ts-retry-promise "^0.8.1"
1526
1526
 
1527
- "@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1":
1527
+ "@salesforce/core@^8.0.1", "@salesforce/core@^8.0.3", "@salesforce/core@^8.1.1":
1528
1528
  version "8.1.1"
1529
1529
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.1.1.tgz#26db4e6da3573c4bd223eb05cb3da6aad8b2a311"
1530
1530
  integrity sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==
@@ -1620,12 +1620,12 @@
1620
1620
  string-width "^7.1.0"
1621
1621
  terminal-link "^3.0.0"
1622
1622
 
1623
- "@salesforce/source-deploy-retrieve@^12.1.4":
1624
- version "12.1.4"
1625
- resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.4.tgz#c4cbb181b72bb215e24c3591df560f9bd40998b1"
1626
- integrity sha512-fsf/sH504dffjcWQsiILz6DUIi3YryyJiBqkYmLeQ+kx9G+r+ToFzZBO2NMn6vp8EYE+qPmpbHiV/Qpf4y5dpw==
1623
+ "@salesforce/source-deploy-retrieve@^12.1.5":
1624
+ version "12.1.5"
1625
+ resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.1.5.tgz#b9d94d3420f62c70cfa566efde09c488ecc79b6e"
1626
+ integrity sha512-2oiUfzfi07HnokqEW5IxtBQMQSwjovNNSPlj4b6yo8fBLeWfzeOzzX7f2l5v/cSEysUi5lj7vN+ZhGm2LexpvQ==
1627
1627
  dependencies:
1628
- "@salesforce/core" "^8.1.0"
1628
+ "@salesforce/core" "^8.1.1"
1629
1629
  "@salesforce/kit" "^3.1.6"
1630
1630
  "@salesforce/ts-types" "^2.0.10"
1631
1631
  fast-levenshtein "^3.0.0"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.3.13"
326
+ "version": "3.3.14"
327
327
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
3
  "description": "A Salesforce CLI plugin containing commands for creating manifest files from Salesforce orgs or git commits of sfdx projects.",
4
- "version": "3.3.13",
4
+ "version": "3.3.14",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -11,7 +11,7 @@
11
11
  "@salesforce/core": "^8.1.1",
12
12
  "@salesforce/kit": "^3.1.6",
13
13
  "@salesforce/sf-plugins-core": "^11.1.2",
14
- "@salesforce/source-deploy-retrieve": "^12.1.4",
14
+ "@salesforce/source-deploy-retrieve": "^12.1.5",
15
15
  "@salesforce/ts-types": "^2.0.10",
16
16
  "fast-deep-equal": "^3.1.3",
17
17
  "fast-xml-parser": "^4.4.0",
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "devDependencies": {
23
23
  "@oclif/plugin-command-snapshot": "^5.2.3",
24
- "@oclif/plugin-help": "^6.2.3",
25
- "@salesforce/cli-plugins-testkit": "^5.3.17",
24
+ "@oclif/plugin-help": "^6.2.4",
25
+ "@salesforce/cli-plugins-testkit": "^5.3.18",
26
26
  "@salesforce/dev-scripts": "^10.2.2",
27
27
  "@salesforce/ts-sinon": "^1.4.22",
28
28
  "@types/fs-extra": "^11.0.4",