@jayree/sfdx-plugin-manifest 3.1.49 → 3.1.51

Sign up to get free protection for your applications and to get access to all the features.
@@ -42,7 +42,6 @@
42
42
  "strict": true,
43
43
  "summary": "Removes those tags from a manifest file that are present in a second manifest file.",
44
44
  "enableJsonFlag": true,
45
- "SF_ENV": "SF_ENV",
46
45
  "requiresProject": true,
47
46
  "isESM": true,
48
47
  "relativePath": [
@@ -185,7 +184,6 @@
185
184
  "strict": true,
186
185
  "summary": "Generate a complete manifest file form the specified org.",
187
186
  "enableJsonFlag": true,
188
- "SF_ENV": "SF_ENV",
189
187
  "isESM": true,
190
188
  "relativePath": [
191
189
  "lib",
@@ -289,7 +287,6 @@
289
287
  "strict": true,
290
288
  "summary": "Create a project manifest and destructiveChanges manifest that lists the metadata components you want to deploy or delete based on changes in your git history.",
291
289
  "enableJsonFlag": true,
292
- "SF_ENV": "SF_ENV",
293
290
  "requiresProject": true,
294
291
  "isESM": true,
295
292
  "relativePath": [
@@ -302,5 +299,5 @@
302
299
  ]
303
300
  }
304
301
  },
305
- "version": "3.1.49"
302
+ "version": "3.1.51"
306
303
  }
package/package.json CHANGED
@@ -1,19 +1,19 @@
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.1.49",
4
+ "version": "3.1.51",
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.9",
10
- "@oclif/core": "^3.18.1",
10
+ "@oclif/core": "^3.18.2",
11
11
  "@salesforce/core": "^6.5.1",
12
- "@salesforce/sf-plugins-core": "^5.0.13",
13
- "@salesforce/source-deploy-retrieve": "^10.2.13",
12
+ "@salesforce/sf-plugins-core": "^7.1.4",
13
+ "@salesforce/source-deploy-retrieve": "^10.3.1",
14
14
  "debug": "^4.3.4",
15
15
  "fast-deep-equal": "^3.1.3",
16
- "fast-xml-parser": "^4.3.3",
16
+ "fast-xml-parser": "^4.3.4",
17
17
  "fs-extra": "^11.2.0",
18
18
  "graceful-fs": "^4.2.11",
19
19
  "isomorphic-git": "1.25.3",
@@ -22,8 +22,8 @@
22
22
  "devDependencies": {
23
23
  "@oclif/plugin-command-snapshot": "^5.0.6",
24
24
  "@oclif/plugin-help": "^6.0.12",
25
- "@salesforce/cli-plugins-testkit": "^5.1.7",
26
- "@salesforce/dev-scripts": "^8.2.0",
25
+ "@salesforce/cli-plugins-testkit": "^5.1.8",
26
+ "@salesforce/dev-scripts": "^8.3.0",
27
27
  "@salesforce/ts-sinon": "^1.4.19",
28
28
  "@types/debug": "^4.1.12",
29
29
  "@types/fs-extra": "^11.0.4",
@@ -34,10 +34,10 @@
34
34
  "eslint-plugin-prettier": "^5.1.3",
35
35
  "eslint-plugin-sf-plugin": "^1.17.2",
36
36
  "is-ci": "^3.0.1",
37
- "oclif": "^4.3.10",
37
+ "oclif": "^4.4.2",
38
38
  "patch-package": "^8.0.0",
39
39
  "prettier": "^3.2.4",
40
- "pretty-quick": "^3.1.3",
40
+ "pretty-quick": "^4.0.0",
41
41
  "shx": "^0.3.4",
42
42
  "ts-node": "^10.9.2",
43
43
  "typedoc": "0.25.7",
@@ -101,7 +101,8 @@
101
101
  "releaseNotesPath": "https://github.com/jayree/sfdx-plugin-manifest/tree/main",
102
102
  "releaseNotesFilename": "CHANGELOG.md"
103
103
  }
104
- }
104
+ },
105
+ "topicSeparator": " "
105
106
  },
106
107
  "repository": "jayree/sfdx-plugin-manifest",
107
108
  "scripts": {