@jayree/sfdx-plugin-manifest 3.2.15 → 3.2.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.2.16](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.15...3.2.16) (2024-05-18)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * **deps:** bump @salesforce/core from 7.3.6 to 7.3.8 ([#1312](https://github.com/jayree/sfdx-plugin-manifest/issues/1312)) ([0cc788c](https://github.com/jayree/sfdx-plugin-manifest/commit/0cc788c9552d2ae8037dd174db61b6ac7bf5191a))
7
+
8
+
9
+
1
10
  ## [3.2.15](https://github.com/jayree/sfdx-plugin-manifest/compare/3.2.14...3.2.15) (2024-05-18)
2
11
 
3
12
 
package/README.md CHANGED
@@ -47,7 +47,7 @@ EXAMPLES
47
47
  $ sf 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/3.2.15/src/commands/jayree/manifest/cleanup.ts)_
50
+ _See code: [src/commands/jayree/manifest/cleanup.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.16/src/commands/jayree/manifest/cleanup.ts)_
51
51
 
52
52
  ### `sf jayree manifest generate`
53
53
 
@@ -85,7 +85,7 @@ EXAMPLES
85
85
  <Package xmlns='http://soap.sforce.com/2006/04/metadata'>...</Package>
86
86
  ```
87
87
 
88
- _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.15/src/commands/jayree/manifest/generate.ts)_
88
+ _See code: [src/commands/jayree/manifest/generate.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.16/src/commands/jayree/manifest/generate.ts)_
89
89
 
90
90
  ### `sf jayree manifest git diff REF1 [REF2]`
91
91
 
@@ -168,5 +168,5 @@ FLAG DESCRIPTIONS
168
168
  The location can be an absolute path or relative to the current working directory.
169
169
  ```
170
170
 
171
- _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.15/src/commands/jayree/manifest/git/diff.ts)_
171
+ _See code: [src/commands/jayree/manifest/git/diff.ts](https://github.com/jayree/sfdx-plugin-manifest/blob/3.2.16/src/commands/jayree/manifest/git/diff.ts)_
172
172
  <!-- commandsstop -->
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@jayree/sfdx-plugin-manifest",
3
- "version": "3.2.15",
3
+ "version": "3.2.16",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@jayree/sfdx-plugin-manifest",
9
- "version": "3.2.15",
9
+ "version": "3.2.16",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jayree/changelog": "^1.1.12",
13
13
  "@oclif/core": "^3.26.6",
14
- "@salesforce/core": "^7.3.6",
14
+ "@salesforce/core": "^7.3.8",
15
15
  "@salesforce/kit": "^3.1.1",
16
16
  "@salesforce/sf-plugins-core": "^9.0.10",
17
17
  "@salesforce/source-deploy-retrieve": "^11.4.4",
@@ -4700,9 +4700,9 @@
4700
4700
  }
4701
4701
  },
4702
4702
  "node_modules/@salesforce/core": {
4703
- "version": "7.3.6",
4704
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.6.tgz",
4705
- "integrity": "sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==",
4703
+ "version": "7.3.8",
4704
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.8.tgz",
4705
+ "integrity": "sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==",
4706
4706
  "license": "BSD-3-Clause",
4707
4707
  "dependencies": {
4708
4708
  "@jsforce/jsforce-node": "^3.2.0",
package/oclif.lock CHANGED
@@ -1798,10 +1798,10 @@
1798
1798
  strip-ansi "6.0.1"
1799
1799
  ts-retry-promise "^0.8.0"
1800
1800
 
1801
- "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6":
1802
- version "7.3.6"
1803
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.6.tgz#b2769abf3d8cee6fef26741dd9bdbe977a497023"
1804
- integrity sha512-LngaY4GxixZ7X5oPGa00NdRzpqTXC8jPOQ/H+oFNiZb8nhMfYTBsQob258z33sIBf+G/5RZOJgX10Z+teJzt6A==
1801
+ "@salesforce/core@^7.3.1", "@salesforce/core@^7.3.5", "@salesforce/core@^7.3.6", "@salesforce/core@^7.3.8":
1802
+ version "7.3.8"
1803
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.8.tgz#8a646b5321f08c0fb4d22e2fa8b1d60b3a20df9b"
1804
+ integrity sha512-VWhXHfjwjtC3pJWYp8wt5/fnNQ5tK61ovMG5eteXzVD2oFd7og1f6YjwuAzoYIZK7kYWWv7KJfGtCsPs7Zw+Ww==
1805
1805
  dependencies:
1806
1806
  "@jsforce/jsforce-node" "^3.2.0"
1807
1807
  "@salesforce/kit" "^3.1.1"
@@ -323,5 +323,5 @@
323
323
  ]
324
324
  }
325
325
  },
326
- "version": "3.2.15"
326
+ "version": "3.2.16"
327
327
  }
package/package.json CHANGED
@@ -1,14 +1,14 @@
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.2.15",
4
+ "version": "3.2.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.1.12",
10
10
  "@oclif/core": "^3.26.6",
11
- "@salesforce/core": "^7.3.6",
11
+ "@salesforce/core": "^7.3.8",
12
12
  "@salesforce/kit": "^3.1.1",
13
13
  "@salesforce/sf-plugins-core": "^9.0.10",
14
14
  "@salesforce/source-deploy-retrieve": "^11.4.4",