@jayree/sfdx-plugin-manifest 3.5.15 → 3.5.16

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.5.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.15...3.5.16) (2024-09-14)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.0.21 to 4.0.22 ([#1493](https://github.com/jayree/sfdx-plugin-manifest/issues/1493)) ([bc67f1e](https://github.com/jayree/sfdx-plugin-manifest/commit/bc67f1eb9e4cfa4aaf640ab4242d8a2380e31722))
7
+
8
+
9
+
1
10
  ## [3.5.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.14...3.5.15) (2024-09-14)
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.5.15/src/commands/jayree/manifest/cleanup.ts)_
63
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.16/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.5.15/src/commands/jayree/manifest/generate.ts)_
101
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.5.16/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.5.15/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.5.16/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.5.15",
3
+ "version": "3.5.16",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.5.15",
9
+ "version": "3.5.16",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
13
- "@oclif/core": "^4.0.21",
13
+ "@oclif/core": "^4.0.22",
14
14
  "@salesforce/core": "^8.5.7",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.7",
@@ -3016,9 +3016,9 @@
3016
3016
  }
3017
3017
  },
3018
3018
  "node_modules/@oclif/core": {
3019
- "version": "4.0.21",
3020
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.21.tgz",
3021
- "integrity": "sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg==",
3019
+ "version": "4.0.22",
3020
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
3021
+ "integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
3022
3022
  "license": "MIT",
3023
3023
  "dependencies": {
3024
3024
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1330,10 +1330,10 @@
1330
1330
  "@nodelib/fs.scandir" "2.1.5"
1331
1331
  fastq "^1.6.0"
1332
1332
 
1333
- "@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.21":
1334
- version "4.0.21"
1335
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.21.tgz#fda25b950572ae7762248a808f141e3e32fb2a57"
1336
- integrity sha512-SvLTSclf104IVX8BY7nWqess1pBmeNl9qRFTWjOXg7B1/ESemfEtZYBDRAXAp1ILvazDng5IF/7YSbTxDVbwNg==
1333
+ "@oclif/core@^4", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.22":
1334
+ version "4.0.22"
1335
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.22.tgz#acb233c0c18ff4f365caca15e29e2807a4325709"
1336
+ integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
1337
1337
  dependencies:
1338
1338
  ansi-escapes "^4.3.2"
1339
1339
  ansis "^3.3.2"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.5.15"
326
+ "version": "3.5.16"
327
327
  }
package/package.json CHANGED
@@ -1,13 +1,13 @@
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.5.15",
4
+ "version": "3.5.16",
5
5
  "author": "jayree",
6
6
  "type": "module",
7
7
  "bugs": "https://github.com/jayree/sfdx-plugin-manifest/issues",
8
8
  "dependencies": {
9
9
  "@jayree/changelog": "^1.2.4",
10
- "@oclif/core": "^4.0.21",
10
+ "@oclif/core": "^4.0.22",
11
11
  "@salesforce/core": "^8.5.7",
12
12
  "@salesforce/kit": "^3.2.2",
13
13
  "@salesforce/sf-plugins-core": "^11.3.7",