@salesforce/plugin-deploy-retrieve 3.9.11 → 3.9.13-qa.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,31 +1,31 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-deploy-retrieve",
3
3
  "description": "deploy and retrieve commands for sf",
4
- "version": "3.9.11",
4
+ "version": "3.9.13-qa.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4.0.3",
9
- "@salesforce/apex-node": "^6.2.0",
10
- "@salesforce/core": "^8.0.3",
9
+ "@salesforce/apex-node": "^7.0.2",
10
+ "@salesforce/core": "^8.1.0",
11
11
  "@salesforce/kit": "^3.1.6",
12
- "@salesforce/plugin-info": "^3.3.10",
12
+ "@salesforce/plugin-info": "^3.3.15",
13
13
  "@salesforce/sf-plugins-core": "^11.1.1",
14
- "@salesforce/source-deploy-retrieve": "^12.0.1",
15
- "@salesforce/source-tracking": "^7.0.1",
14
+ "@salesforce/source-deploy-retrieve": "^12.1.4",
15
+ "@salesforce/source-tracking": "^7.0.5-qa.0",
16
16
  "@salesforce/ts-types": "^2.0.10",
17
17
  "ansis": "^3.2.0"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@oclif/plugin-command-snapshot": "^5.2.3",
21
- "@salesforce/cli-plugins-testkit": "^5.3.15",
21
+ "@salesforce/cli-plugins-testkit": "^5.3.17",
22
22
  "@salesforce/dev-scripts": "^10.2.2",
23
- "@salesforce/plugin-command-reference": "^3.1.5",
23
+ "@salesforce/plugin-command-reference": "^3.1.8",
24
24
  "@salesforce/schemas": "^1.9.0",
25
25
  "@salesforce/source-testkit": "^2.2.26",
26
26
  "@salesforce/ts-sinon": "^1.4.20",
27
27
  "cross-env": "^7.0.3",
28
- "eslint-plugin-sf-plugin": "^1.18.8",
28
+ "eslint-plugin-sf-plugin": "^1.18.10",
29
29
  "oclif": "^4.13.8",
30
30
  "ts-node": "^10.9.2",
31
31
  "typescript": "^5.5.2"
@@ -250,7 +250,7 @@
250
250
  "exports": "./lib/index.js",
251
251
  "type": "module",
252
252
  "sfdx": {
253
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.9.11.crt",
254
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.9.11.sig"
253
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.9.13-qa.0.crt",
254
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.9.13-qa.0.sig"
255
255
  }
256
256
  }
@@ -446,6 +446,10 @@
446
446
  "type": "object",
447
447
  "additionalProperties": false,
448
448
  "properties": {
449
+ "state": {
450
+ "type": "string",
451
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
452
+ },
449
453
  "fullName": {
450
454
  "type": "string"
451
455
  },
@@ -454,13 +458,9 @@
454
458
  },
455
459
  "filePath": {
456
460
  "type": "string"
457
- },
458
- "state": {
459
- "type": "string",
460
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
461
461
  }
462
462
  },
463
- "required": ["fullName", "state", "type"]
463
+ "required": ["state"]
464
464
  },
465
465
  "FileResponseFailure": {
466
466
  "type": "object",
@@ -144,6 +144,10 @@
144
144
  "type": "object",
145
145
  "additionalProperties": false,
146
146
  "properties": {
147
+ "state": {
148
+ "type": "string",
149
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
150
+ },
147
151
  "fullName": {
148
152
  "type": "string"
149
153
  },
@@ -152,13 +156,9 @@
152
156
  },
153
157
  "filePath": {
154
158
  "type": "string"
155
- },
156
- "state": {
157
- "type": "string",
158
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
159
159
  }
160
160
  },
161
- "required": ["fullName", "state", "type"]
161
+ "required": ["state"]
162
162
  },
163
163
  "FileResponseFailure": {
164
164
  "type": "object",
@@ -144,6 +144,10 @@
144
144
  "type": "object",
145
145
  "additionalProperties": false,
146
146
  "properties": {
147
+ "state": {
148
+ "type": "string",
149
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
150
+ },
147
151
  "fullName": {
148
152
  "type": "string"
149
153
  },
@@ -152,13 +156,9 @@
152
156
  },
153
157
  "filePath": {
154
158
  "type": "string"
155
- },
156
- "state": {
157
- "type": "string",
158
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
159
159
  }
160
160
  },
161
- "required": ["fullName", "state", "type"]
161
+ "required": ["state"]
162
162
  },
163
163
  "FileResponseFailure": {
164
164
  "type": "object",
@@ -144,6 +144,10 @@
144
144
  "type": "object",
145
145
  "additionalProperties": false,
146
146
  "properties": {
147
+ "state": {
148
+ "type": "string",
149
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
150
+ },
147
151
  "fullName": {
148
152
  "type": "string"
149
153
  },
@@ -152,13 +156,9 @@
152
156
  },
153
157
  "filePath": {
154
158
  "type": "string"
155
- },
156
- "state": {
157
- "type": "string",
158
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
159
159
  }
160
160
  },
161
- "required": ["fullName", "state", "type"]
161
+ "required": ["state"]
162
162
  },
163
163
  "FileResponseFailure": {
164
164
  "type": "object",
@@ -144,6 +144,10 @@
144
144
  "type": "object",
145
145
  "additionalProperties": false,
146
146
  "properties": {
147
+ "state": {
148
+ "type": "string",
149
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
150
+ },
147
151
  "fullName": {
148
152
  "type": "string"
149
153
  },
@@ -152,13 +156,9 @@
152
156
  },
153
157
  "filePath": {
154
158
  "type": "string"
155
- },
156
- "state": {
157
- "type": "string",
158
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
159
159
  }
160
160
  },
161
- "required": ["fullName", "state", "type"]
161
+ "required": ["state"]
162
162
  },
163
163
  "FileResponseFailure": {
164
164
  "type": "object",
@@ -144,6 +144,10 @@
144
144
  "type": "object",
145
145
  "additionalProperties": false,
146
146
  "properties": {
147
+ "state": {
148
+ "type": "string",
149
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
150
+ },
147
151
  "fullName": {
148
152
  "type": "string"
149
153
  },
@@ -152,13 +156,9 @@
152
156
  },
153
157
  "filePath": {
154
158
  "type": "string"
155
- },
156
- "state": {
157
- "type": "string",
158
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
159
159
  }
160
160
  },
161
- "required": ["fullName", "state", "type"]
161
+ "required": ["state"]
162
162
  },
163
163
  "FileResponseFailure": {
164
164
  "type": "object",
@@ -144,6 +144,10 @@
144
144
  "type": "object",
145
145
  "additionalProperties": false,
146
146
  "properties": {
147
+ "state": {
148
+ "type": "string",
149
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
150
+ },
147
151
  "fullName": {
148
152
  "type": "string"
149
153
  },
@@ -152,13 +156,9 @@
152
156
  },
153
157
  "filePath": {
154
158
  "type": "string"
155
- },
156
- "state": {
157
- "type": "string",
158
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
159
159
  }
160
160
  },
161
- "required": ["fullName", "state", "type"]
161
+ "required": ["state"]
162
162
  },
163
163
  "FileResponseFailure": {
164
164
  "type": "object",
@@ -74,6 +74,10 @@
74
74
  "type": "object",
75
75
  "additionalProperties": false,
76
76
  "properties": {
77
+ "state": {
78
+ "type": "string",
79
+ "enum": ["Created", "Changed", "Unchanged", "Deleted"]
80
+ },
77
81
  "fullName": {
78
82
  "type": "string"
79
83
  },
@@ -82,13 +86,9 @@
82
86
  },
83
87
  "filePath": {
84
88
  "type": "string"
85
- },
86
- "state": {
87
- "type": "string",
88
- "enum": ["Created", "Changed", "Unchanged", "Deleted"]
89
89
  }
90
90
  },
91
- "required": ["fullName", "state", "type"]
91
+ "required": ["state"]
92
92
  },
93
93
  "FileResponseFailure": {
94
94
  "type": "object",