@jayree/sfdx-plugin-manifest 3.4.11 → 3.4.12

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [3.4.12](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.11...3.4.12) (2024-08-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/sf-plugins-core from 11.3.2 to 11.3.4 ([#1449](https://github.com/jayree/sfdx-plugin-manifest/issues/1449)) ([9fa0a68](https://github.com/jayree/sfdx-plugin-manifest/commit/9fa0a681d958a779242c2f3729d9dcc377fbc332))
7
+
8
+
9
+
1
10
  ## [3.4.11](https://github.com/jayree/sfdx-plugin-manifest/compare/3.4.10...3.4.11) (2024-08-23)
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.4.11/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.12/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.4.11/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.4.12/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.4.11/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.4.12/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.4.11",
3
+ "version": "3.4.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.4.11",
9
+ "version": "3.4.12",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.2",
13
13
  "@oclif/core": "^4.0.18",
14
14
  "@salesforce/core": "^8.4.0",
15
15
  "@salesforce/kit": "^3.2.1",
16
- "@salesforce/sf-plugins-core": "^11.3.2",
16
+ "@salesforce/sf-plugins-core": "^11.3.4",
17
17
  "@salesforce/source-deploy-retrieve": "^12.5.1",
18
18
  "@salesforce/source-tracking": "^7.1.7",
19
19
  "@salesforce/ts-types": "^2.0.12",
@@ -5053,15 +5053,15 @@
5053
5053
  "license": "ISC"
5054
5054
  },
5055
5055
  "node_modules/@salesforce/sf-plugins-core": {
5056
- "version": "11.3.2",
5057
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.2.tgz",
5058
- "integrity": "sha512-QyFX/PBzw/hkBUJFl1HH+g7ghRSIwWy9Y0NZgCQgWQQJtV6Sfi4fyeaUafsiOjVnyCqa+r+tWHV/JgRr2yK9NA==",
5056
+ "version": "11.3.4",
5057
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.4.tgz",
5058
+ "integrity": "sha512-tgrdLbK4iZUD430lmAdrkMMgqSFiKXrkR6RYK3J4oHNj1kSzwSU7xvg+0U9NgVgEJQaLTEO5h2gV7LPnphlA6Q==",
5059
5059
  "license": "BSD-3-Clause",
5060
5060
  "dependencies": {
5061
5061
  "@inquirer/confirm": "^3.1.22",
5062
5062
  "@inquirer/password": "^2.1.22",
5063
- "@oclif/core": "^4.0.15",
5064
- "@salesforce/core": "^8.2.7",
5063
+ "@oclif/core": "^4.0.17",
5064
+ "@salesforce/core": "^8.4.0",
5065
5065
  "@salesforce/kit": "^3.2.1",
5066
5066
  "@salesforce/ts-types": "^2.0.12",
5067
5067
  "ansis": "^3.3.2",
package/oclif.lock CHANGED
@@ -1657,7 +1657,7 @@
1657
1657
  wordwrap "^1.0.0"
1658
1658
  wrap-ansi "^7.0.0"
1659
1659
 
1660
- "@oclif/core@^4", "@oclif/core@^4.0.15", "@oclif/core@^4.0.17", "@oclif/core@^4.0.18":
1660
+ "@oclif/core@^4", "@oclif/core@^4.0.17", "@oclif/core@^4.0.18":
1661
1661
  version "4.0.18"
1662
1662
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.18.tgz#a4df3fc79645491b5335dca11451c44edf5bf3df"
1663
1663
  integrity sha512-3EP4zJ+1ndc92UxdNmGX4HhFK5Xh94fWvUeOW1Tu/Ed+/jAljIsbmZyjVhDoE0vV5cftT+3QaVB/LFxaXxty/w==
@@ -1749,7 +1749,7 @@
1749
1749
  strip-ansi "6.0.1"
1750
1750
  ts-retry-promise "^0.8.1"
1751
1751
 
1752
- "@salesforce/core@^8.2.7", "@salesforce/core@^8.4.0":
1752
+ "@salesforce/core@^8.4.0":
1753
1753
  version "8.4.0"
1754
1754
  resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.4.0.tgz#d2ddfe07994c42b1e917e581e9cf47ad27b97a93"
1755
1755
  integrity sha512-P+n0+Sp+v6voLTShW2E5sdF7gCUxEXJjNcc9Jtto0ZMyQesmQJ6WGpWmAuRoi+BVYc8OPSlEffndaYDAo/u73g==
@@ -1827,15 +1827,15 @@
1827
1827
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.9.0.tgz#ba477a112653a20b4edcf989c61c57bdff9aa3ca"
1828
1828
  integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
1829
1829
 
1830
- "@salesforce/sf-plugins-core@^11.3.2":
1831
- version "11.3.2"
1832
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.2.tgz#8a4ffde0bbef88fe4d669844a119e8f436d6b0ab"
1833
- integrity sha512-QyFX/PBzw/hkBUJFl1HH+g7ghRSIwWy9Y0NZgCQgWQQJtV6Sfi4fyeaUafsiOjVnyCqa+r+tWHV/JgRr2yK9NA==
1830
+ "@salesforce/sf-plugins-core@^11.3.4":
1831
+ version "11.3.4"
1832
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-11.3.4.tgz#84fe3f0a1a3b5497103d8b1ed6de67aca1087f40"
1833
+ integrity sha512-tgrdLbK4iZUD430lmAdrkMMgqSFiKXrkR6RYK3J4oHNj1kSzwSU7xvg+0U9NgVgEJQaLTEO5h2gV7LPnphlA6Q==
1834
1834
  dependencies:
1835
1835
  "@inquirer/confirm" "^3.1.22"
1836
1836
  "@inquirer/password" "^2.1.22"
1837
- "@oclif/core" "^4.0.15"
1838
- "@salesforce/core" "^8.2.7"
1837
+ "@oclif/core" "^4.0.17"
1838
+ "@salesforce/core" "^8.4.0"
1839
1839
  "@salesforce/kit" "^3.2.1"
1840
1840
  "@salesforce/ts-types" "^2.0.12"
1841
1841
  ansis "^3.3.2"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.4.11"
326
+ "version": "3.4.12"
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.4.11",
4
+ "version": "3.4.12",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
@@ -10,7 +10,7 @@
10
10
  "@oclif/core": "^4.0.18",
11
11
  "@salesforce/core": "^8.4.0",
12
12
  "@salesforce/kit": "^3.2.1",
13
- "@salesforce/sf-plugins-core": "^11.3.2",
13
+ "@salesforce/sf-plugins-core": "^11.3.4",
14
14
  "@salesforce/source-deploy-retrieve": "^12.5.1",
15
15
  "@salesforce/source-tracking": "^7.1.7",
16
16
  "@salesforce/ts-types": "^2.0.12",