Skip to content

Commit 5859611

Browse files
authored
Merge pull request #1629 from salesforcecli/sl/bump-lib
fix: bump core/sdr lib:latest-W-21773402
2 parents e71cf64 + 61e87a4 commit 5859611

File tree

5 files changed

+666
-1166
lines changed

5 files changed

+666
-1166
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
"dependencies": {
1010
"@oclif/core": "^4.10.3",
1111
"@oclif/multi-stage-output": "^0.8.30",
12-
"@salesforce/core": "^8.25.1",
12+
"@salesforce/core": "^8.28.1",
1313
"@salesforce/kit": "^3.2.4",
1414
"@salesforce/sf-plugins-core": "^12.2.6",
15-
"@salesforce/source-deploy-retrieve": "^12.31.11",
15+
"@salesforce/source-deploy-retrieve": "^12.32.1",
1616
"@salesforce/ts-types": "^2.0.12",
1717
"ansis": "^3.16.0",
1818
"change-case": "^5.4.4",

schemas/org-create-scratch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
"refreshToken": {
297297
"type": "string"
298298
},
299-
"scratchAdminUsername": {
300-
"type": "string"
301-
},
302299
"snapshot": {
303300
"type": "string"
304301
},

schemas/org-list.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,6 @@
148148
"refreshToken": {
149149
"type": "string"
150150
},
151-
"scratchAdminUsername": {
152-
"type": "string"
153-
},
154151
"snapshot": {
155152
"type": "string"
156153
},
@@ -307,9 +304,6 @@
307304
"refreshToken": {
308305
"type": "string"
309306
},
310-
"scratchAdminUsername": {
311-
"type": "string"
312-
},
313307
"snapshot": {
314308
"type": "string"
315309
},

schemas/org-resume-scratch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,6 @@
296296
"refreshToken": {
297297
"type": "string"
298298
},
299-
"scratchAdminUsername": {
300-
"type": "string"
301-
},
302299
"snapshot": {
303300
"type": "string"
304301
},

0 commit comments

Comments
 (0)