@jayree/sfdx-plugin-manifest 3.5.31 → 3.5.32

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.32](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.31...3.5.32) (2024-10-23)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @oclif/core from 4.0.29 to 4.0.30 ([#1536](https://github.com/jayree/sfdx-plugin-manifest/issues/1536)) ([8fa6a2a](https://github.com/jayree/sfdx-plugin-manifest/commit/8fa6a2aabf336d3fe4e3c910e7764f8382abc3bf))
7
+
8
+
9
+
1
10
  ## [3.5.31](https://github.com/jayree/sfdx-plugin-manifest/compare/3.5.30...3.5.31) (2024-10-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.5.31/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.32/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.31/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.32/src/commands/jayree/manifest/generate.ts)_
102
102
 
103
103
  ### `sf jayree manifest git diff REF1 [REF2]`
104
104
 
@@ -181,7 +181,7 @@ 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.31/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.32/src/commands/jayree/manifest/git/diff.ts)_
185
185
  <!-- commandsstop -->
186
186
 
187
187
  ## Performance Testing
@@ -1,16 +1,16 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.5.31",
3
+ "version": "3.5.32",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.5.31",
9
+ "version": "3.5.32",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.2.4",
13
- "@oclif/core": "^4.0.29",
13
+ "@oclif/core": "^4.0.30",
14
14
  "@salesforce/core": "^8.6.2",
15
15
  "@salesforce/kit": "^3.2.3",
16
16
  "@salesforce/sf-plugins-core": "^12.0.7",
@@ -2980,9 +2980,9 @@
2980
2980
  }
2981
2981
  },
2982
2982
  "node_modules/@oclif/core": {
2983
- "version": "4.0.29",
2984
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.29.tgz",
2985
- "integrity": "sha512-WEbrRn+X9FG8Wk8U/JUAd4bTzCwOtKPqpCP4ijfqEK8g2ZXV1bGG3FSCTmZkZLNDt/WUYYJpC0Tjjqxn1T4Bzg==",
2983
+ "version": "4.0.30",
2984
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.30.tgz",
2985
+ "integrity": "sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==",
2986
2986
  "license": "MIT",
2987
2987
  "dependencies": {
2988
2988
  "ansi-escapes": "^4.3.2",
package/oclif.lock CHANGED
@@ -1327,10 +1327,10 @@
1327
1327
  "@nodelib/fs.scandir" "2.1.5"
1328
1328
  fastq "^1.6.0"
1329
1329
 
1330
- "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.29":
1331
- version "4.0.29"
1332
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.29.tgz#55f7a6b85e3e67dd1ce9fcef421dc2555e5ddf53"
1333
- integrity sha512-WEbrRn+X9FG8Wk8U/JUAd4bTzCwOtKPqpCP4ijfqEK8g2ZXV1bGG3FSCTmZkZLNDt/WUYYJpC0Tjjqxn1T4Bzg==
1330
+ "@oclif/core@^4", "@oclif/core@^4.0.23", "@oclif/core@^4.0.27", "@oclif/core@^4.0.29", "@oclif/core@^4.0.30":
1331
+ version "4.0.30"
1332
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.30.tgz#65672282756bf19fde3830cab6d8031bf6236064"
1333
+ integrity sha512-Ak3OUdOcoovIRWZOT6oC5JhZgyJD90uWX/7HjSofn+C4LEmHxxfiyu04a73dwnezfzqDu9jEXfd2mQOOC54KZw==
1334
1334
  dependencies:
1335
1335
  ansi-escapes "^4.3.2"
1336
1336
  ansis "^3.3.2"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.5.31"
326
+ "version": "3.5.32"
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.31",
4
+ "version": "3.5.32",
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.29",
10
+ "@oclif/core": "^4.0.30",
11
11
  "@salesforce/core": "^8.6.2",
12
12
  "@salesforce/kit": "^3.2.3",
13
13
  "@salesforce/sf-plugins-core": "^12.0.7",