@jayree/sfdx-plugin-manifest 3.1.54 → 3.1.55
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +11 -0
- package/README.md +3 -3
- package/lib/tsconfig.tsbuildinfo +1 -1
- package/npm-shrinkwrap.json +346 -874
- package/oclif.lock +159 -519
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,14 @@
|
|
1
|
+
## [3.1.55](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.54...v3.1.55) (2024-02-23)
|
2
|
+
|
3
|
+
|
4
|
+
### Bug Fixes
|
5
|
+
|
6
|
+
* **deps:** bump @oclif/core from 3.19.2 to 3.19.5 ([#1170](https://github.com/jayree/sfdx-plugin-manifest/issues/1170)) ([c785dea](https://github.com/jayree/sfdx-plugin-manifest/commit/c785deabe56dd64f6d8cfd2cec8158b3af7e472f))
|
7
|
+
* **deps:** bump @salesforce/core from 6.5.3 to 6.5.5 ([#1166](https://github.com/jayree/sfdx-plugin-manifest/issues/1166)) ([e9828e0](https://github.com/jayree/sfdx-plugin-manifest/commit/e9828e0417b4ffb1312c2e69dce41fb452625eb8))
|
8
|
+
* **deps:** bump @salesforce/sf-plugins-core from 7.1.9 to 7.1.11 ([#1171](https://github.com/jayree/sfdx-plugin-manifest/issues/1171)) ([bfdf4a6](https://github.com/jayree/sfdx-plugin-manifest/commit/bfdf4a644e55de2fdec9c283bc2ae012a5328908))
|
9
|
+
* **deps:** bump @salesforce/source-deploy-retrieve from 10.3.9 to 10.4.0 ([#1172](https://github.com/jayree/sfdx-plugin-manifest/issues/1172)) ([0fd7e47](https://github.com/jayree/sfdx-plugin-manifest/commit/0fd7e47380992538a2eb37715e9546148c3063a0))
|
10
|
+
* **deps:** bump isomorphic-git from 1.25.4 to 1.25.6 ([#1168](https://github.com/jayree/sfdx-plugin-manifest/issues/1168)) ([76f0498](https://github.com/jayree/sfdx-plugin-manifest/commit/76f04982b030ea16f887c8849618b45c2eb82dd5))
|
11
|
+
|
1
12
|
## [3.1.54](https://github.com/jayree/sfdx-plugin-manifest/compare/v3.1.53...v3.1.54) (2024-02-21)
|
2
13
|
|
3
14
|
|
package/README.md
CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
|
|
47
47
|
$ sfdx jayree manifest cleanup --manifest=package.xml --file=packageignore.xml
|
48
48
|
```
|
49
49
|
|
50
|
-
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
50
|
+
_See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.55/src/commands/jayree/manifest/cleanup.ts)_
|
51
51
|
|
52
52
|
### `sfdx jayree manifest generate`
|
53
53
|
|
@@ -84,7 +84,7 @@ EXAMPLES
|
|
84
84
|
<Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
|
85
85
|
```
|
86
86
|
|
87
|
-
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
87
|
+
_See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.55/src/commands/jayree/manifest/generate.ts)_
|
88
88
|
|
89
89
|
### `sfdx jayree manifest git diff`
|
90
90
|
|
@@ -166,5 +166,5 @@ FLAG DESCRIPTIONS
|
|
166
166
|
The location can be an absolute path or relative to the current working directory.
|
167
167
|
```
|
168
168
|
|
169
|
-
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.
|
169
|
+
_See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/v3.1.55/src/commands/jayree/manifest/git/diff.ts)_
|
170
170
|
<!-- commandsstop -->
|