@jayree/sfdx-plugin-manifest 3.1.56 → 3.1.57

Sign up to get free protection for your applications and to get access to all the features.
@@ -299,5 +299,5 @@
299
299
  ]
300
300
  }
301
301
  },
302
- "version": "3.1.56"
302
+ "version": "3.1.57"
303
303
  }
package/package.json CHANGED
@@ -1,16 +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.56",
4
+ "version": "3.1.57",
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.10",
10
- "@oclif/core": "^3.19.5",
10
+ "@oclif/core": "^3.23.0",
11
11
  "@salesforce/core": "^6.5.5",
12
+ "@salesforce/kit": "^3.0.15",
12
13
  "@salesforce/sf-plugins-core": "^7.1.14",
13
- "@salesforce/source-deploy-retrieve": "^10.5.0",
14
+ "@salesforce/source-deploy-retrieve": "^10.5.1",
15
+ "@salesforce/ts-types": "^2.0.9",
16
+ "chalk": "^5.3.0",
14
17
  "debug": "^4.3.4",
15
18
  "fast-deep-equal": "^3.1.3",
16
19
  "fast-xml-parser": "^4.3.4",
@@ -20,26 +23,26 @@
20
23
  "tslib": "^2.6.2"
21
24
  },
22
25
  "devDependencies": {
23
- "@oclif/plugin-command-snapshot": "^5.0.9",
24
- "@oclif/plugin-help": "^6.0.14",
25
- "@salesforce/cli-plugins-testkit": "^5.1.9",
26
- "@salesforce/dev-scripts": "^8.4.0",
26
+ "@oclif/plugin-command-snapshot": "^5.1.1",
27
+ "@oclif/plugin-help": "^6.0.17",
28
+ "@salesforce/cli-plugins-testkit": "^5.1.10",
29
+ "@salesforce/dev-scripts": "^8.4.2",
27
30
  "@salesforce/ts-sinon": "^1.4.19",
28
31
  "@types/debug": "^4.1.12",
29
32
  "@types/fs-extra": "^11.0.4",
30
33
  "@types/graceful-fs": "^4.1.9",
31
34
  "@types/inquirer": "^9.0.7",
32
35
  "c8": "^9.1.0",
33
- "eslint-config-oclif": "^5.0",
36
+ "eslint-config-oclif": "^5.1",
34
37
  "eslint-plugin-prettier": "^5.1.3",
35
- "eslint-plugin-sf-plugin": "^1.17.3",
38
+ "eslint-plugin-sf-plugin": "^1.17.4",
36
39
  "is-ci": "^3.0.1",
37
- "oclif": "^4.4.19",
40
+ "oclif": "^4.5.2",
38
41
  "patch-package": "^8.0.0",
39
42
  "prettier": "^3.2.5",
40
43
  "pretty-quick": "^4.0.0",
41
44
  "ts-node": "^10.9.2",
42
- "typedoc": "0.25.9",
45
+ "typedoc": "0.25.11",
43
46
  "typedoc-plugin-missing-exports": "2.2.0",
44
47
  "typescript": "^5.3.3"
45
48
  },
@@ -113,7 +116,7 @@
113
116
  "docs": "sf-docs",
114
117
  "format": "wireit",
115
118
  "lint": "wireit",
116
- "postpack": "sf-clean",
119
+ "postpack": "sf-clean --ignore-signing-artifacts",
117
120
  "prepack": "sf-prepack",
118
121
  "prepare": "patch-package && sf-install",
119
122
  "test": "wireit",