@salesforce/plugin-data 2.5.10 → 2.5.12

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/lib/flags.js CHANGED
@@ -20,7 +20,7 @@ exports.perflogFlag = sf_plugins_core_1.Flags.boolean({
20
20
  },
21
21
  });
22
22
  exports.orgFlags = {
23
- 'target-org': { ...sf_plugins_core_1.requiredOrgFlagWithDeprecations, summary: messages.getMessage('flags.targetOrg.summary') },
23
+ 'target-org': sf_plugins_core_1.requiredOrgFlagWithDeprecations,
24
24
  'api-version': sf_plugins_core_1.orgApiVersionFlagWithDeprecations,
25
25
  loglevel: sf_plugins_core_1.loglevel,
26
26
  };
package/lib/flags.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"flags.js","sourceRoot":"","sources":["../src/flags.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,2CAA4C;AAC5C,iEAKqC;AAErC,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,yBAAyB,EAAE,UAAU,CAAC,CAAC;AAEjE,QAAA,WAAW,GAAG,uBAAK,CAAC,OAAO,CAAC;IACvC,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;IAClD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAC1D,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;KACd;CACF,CAAC,CAAC;AAEU,QAAA,QAAQ,GAAG;IACtB,YAAY,EAAE,EAAE,GAAG,iDAA+B,EAAE,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,yBAAyB,CAAC,EAAE;IAC7G,aAAa,EAAE,mDAAiC;IAChD,QAAQ,EAAR,0BAAQ;CACT,CAAC;AAEW,QAAA,gBAAgB,GAAG,uBAAK,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAC1D,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC;IACjC,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,cAAc,CAAC;IACzB,gBAAgB,EAAE,IAAI;CACvB,CAAC,CAAC"}
1
+ {"version":3,"file":"flags.js","sourceRoot":"","sources":["../src/flags.ts"],"names":[],"mappings":";;;AAAA;;;;;GAKG;AACH,2CAA4C;AAC5C,iEAKqC;AAErC,eAAQ,CAAC,uBAAuB,CAAC,SAAS,CAAC,CAAC;AAC5C,MAAM,QAAQ,GAAG,eAAQ,CAAC,YAAY,CAAC,yBAAyB,EAAE,UAAU,CAAC,CAAC;AAEjE,QAAA,WAAW,GAAG,uBAAK,CAAC,OAAO,CAAC;IACvC,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,oBAAoB,CAAC;IAClD,WAAW,EAAE,QAAQ,CAAC,UAAU,CAAC,wBAAwB,CAAC;IAC1D,MAAM,EAAE,IAAI;IACZ,UAAU,EAAE;QACV,OAAO,EAAE,IAAI;KACd;CACF,CAAC,CAAC;AAEU,QAAA,QAAQ,GAAG;IACtB,YAAY,EAAE,iDAA+B;IAC7C,aAAa,EAAE,mDAAiC;IAChD,QAAQ,EAAR,0BAAQ;CACT,CAAC;AAEW,QAAA,gBAAgB,GAAG,uBAAK,CAAC,MAAM,CAAC;IAC3C,IAAI,EAAE,GAAG;IACT,OAAO,EAAE,QAAQ,CAAC,UAAU,CAAC,4BAA4B,CAAC;IAC1D,OAAO,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,KAAK,CAAC;IACjC,OAAO,EAAE,OAAO;IAChB,OAAO,EAAE,CAAC,cAAc,CAAC;IACzB,gBAAgB,EAAE,IAAI;CACvB,CAAC,CAAC"}
@@ -39,10 +39,6 @@ Cannot create a cache entry without a valid org.
39
39
 
40
40
  A valid username is required when creating a cache entry.
41
41
 
42
- # flags.targetOrg.summary
43
-
44
- Org alias or username to use for the target org.
45
-
46
42
  # invalidSobject
47
43
 
48
44
  The supplied SObject type "%s" is invalid. Error message: %s.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2.5.10",
2
+ "version": "2.5.12",
3
3
  "commands": {
4
4
  "data:query": {
5
5
  "id": "data:query",
@@ -32,7 +32,7 @@
32
32
  "name": "target-org",
33
33
  "type": "option",
34
34
  "char": "o",
35
- "summary": "Org alias or username to use for the target org.",
35
+ "summary": "Username or alias of the target org.",
36
36
  "required": true,
37
37
  "multiple": false,
38
38
  "deprecateAliases": true,
@@ -199,7 +199,7 @@
199
199
  "name": "target-org",
200
200
  "type": "option",
201
201
  "char": "o",
202
- "summary": "Org alias or username to use for the target org.",
202
+ "summary": "Username or alias of the target org.",
203
203
  "required": true,
204
204
  "multiple": false,
205
205
  "aliases": [
@@ -280,7 +280,7 @@
280
280
  "name": "target-org",
281
281
  "type": "option",
282
282
  "char": "o",
283
- "summary": "Org alias or username to use for the target org.",
283
+ "summary": "Username or alias of the target org.",
284
284
  "required": true,
285
285
  "multiple": false,
286
286
  "deprecateAliases": true,
@@ -382,7 +382,7 @@
382
382
  "name": "target-org",
383
383
  "type": "option",
384
384
  "char": "o",
385
- "summary": "Org alias or username to use for the target org.",
385
+ "summary": "Username or alias of the target org.",
386
386
  "required": true,
387
387
  "multiple": false,
388
388
  "aliases": [
@@ -495,7 +495,7 @@
495
495
  "name": "target-org",
496
496
  "type": "option",
497
497
  "char": "o",
498
- "summary": "Org alias or username to use for the target org.",
498
+ "summary": "Username or alias of the target org.",
499
499
  "required": true,
500
500
  "multiple": false,
501
501
  "deprecateAliases": true,
@@ -700,7 +700,7 @@
700
700
  "name": "target-org",
701
701
  "type": "option",
702
702
  "char": "o",
703
- "summary": "Org alias or username to use for the target org.",
703
+ "summary": "Username or alias of the target org.",
704
704
  "required": true,
705
705
  "multiple": false,
706
706
  "deprecateAliases": true,
@@ -800,7 +800,7 @@
800
800
  "name": "target-org",
801
801
  "type": "option",
802
802
  "char": "o",
803
- "summary": "Org alias or username to use for the target org.",
803
+ "summary": "Username or alias of the target org.",
804
804
  "required": true,
805
805
  "multiple": false,
806
806
  "deprecateAliases": true,
@@ -916,7 +916,7 @@
916
916
  "name": "target-org",
917
917
  "type": "option",
918
918
  "char": "o",
919
- "summary": "Org alias or username to use for the target org.",
919
+ "summary": "Username or alias of the target org.",
920
920
  "required": true,
921
921
  "multiple": false,
922
922
  "deprecateAliases": true,
@@ -1123,7 +1123,7 @@
1123
1123
  "name": "target-org",
1124
1124
  "type": "option",
1125
1125
  "char": "o",
1126
- "summary": "Org alias or username to use for the target org.",
1126
+ "summary": "Username or alias of the target org.",
1127
1127
  "required": true,
1128
1128
  "multiple": false,
1129
1129
  "deprecateAliases": true,
@@ -1243,7 +1243,7 @@
1243
1243
  "name": "target-org",
1244
1244
  "type": "option",
1245
1245
  "char": "o",
1246
- "summary": "Org alias or username to use for the target org.",
1246
+ "summary": "Username or alias of the target org.",
1247
1247
  "required": true,
1248
1248
  "multiple": false,
1249
1249
  "aliases": [
@@ -1441,7 +1441,7 @@
1441
1441
  "name": "target-org",
1442
1442
  "type": "option",
1443
1443
  "char": "o",
1444
- "summary": "Org alias or username to use for the target org.",
1444
+ "summary": "Username or alias of the target org.",
1445
1445
  "required": true,
1446
1446
  "multiple": false,
1447
1447
  "aliases": [
@@ -1529,7 +1529,7 @@
1529
1529
  "name": "target-org",
1530
1530
  "type": "option",
1531
1531
  "char": "o",
1532
- "summary": "Org alias or username to use for the target org.",
1532
+ "summary": "Username or alias of the target org.",
1533
1533
  "required": true,
1534
1534
  "multiple": false,
1535
1535
  "aliases": [
@@ -1605,7 +1605,7 @@
1605
1605
  "name": "target-org",
1606
1606
  "type": "option",
1607
1607
  "char": "o",
1608
- "summary": "Org alias or username to use for the target org.",
1608
+ "summary": "Username or alias of the target org.",
1609
1609
  "required": true,
1610
1610
  "multiple": false,
1611
1611
  "aliases": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data",
3
- "version": "2.5.10",
3
+ "version": "2.5.12",
4
4
  "description": "Plugin for salesforce data commands",
5
5
  "author": "Salesforce",
6
6
  "main": "lib/index.js",
@@ -106,7 +106,7 @@
106
106
  },
107
107
  "dependencies": {
108
108
  "@oclif/core": "^2.15.0",
109
- "@salesforce/core": "^5.2.0",
109
+ "@salesforce/core": "^5.2.10",
110
110
  "@salesforce/kit": "^3.0.9",
111
111
  "@salesforce/sf-plugins-core": "^3.1.23",
112
112
  "@salesforce/ts-types": "^2.0.6",
@@ -122,7 +122,7 @@
122
122
  "@salesforce/dev-config": "^4.0.1",
123
123
  "@salesforce/dev-scripts": "^5.10.0",
124
124
  "@salesforce/plugin-command-reference": "^3.0.33",
125
- "@salesforce/plugin-settings": "^1.4.28",
125
+ "@salesforce/plugin-settings": "^1.4.29",
126
126
  "@salesforce/prettier-config": "^0.0.3",
127
127
  "@salesforce/ts-sinon": "^1.4.14",
128
128
  "@swc/core": "1.3.31",
@@ -152,7 +152,7 @@
152
152
  "sinon": "10.0.0",
153
153
  "ts-node": "^10.4.0",
154
154
  "typescript": "^4.9.5",
155
- "wireit": "^0.13.0"
155
+ "wireit": "^0.14.0"
156
156
  },
157
157
  "wireit": {
158
158
  "build": {
@@ -260,7 +260,7 @@
260
260
  }
261
261
  },
262
262
  "sfdx": {
263
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.10.crt",
264
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.10.sig"
263
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.12.crt",
264
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.5.12.sig"
265
265
  }
266
266
  }