@salesforce/plugin-data 3.3.1 → 3.3.2

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/README.md CHANGED
@@ -149,7 +149,7 @@ EXAMPLES
149
149
  TracedEntityId=01p17000000R6bLAAS"
150
150
  ```
151
151
 
152
- _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/create/record.ts)_
152
+ _See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/create/record.ts)_
153
153
 
154
154
  ## `sf data delete bulk`
155
155
 
@@ -196,7 +196,7 @@ EXAMPLES
196
196
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
197
197
  ```
198
198
 
199
- _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/delete/bulk.ts)_
199
+ _See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/bulk.ts)_
200
200
 
201
201
  ## `sf data delete record`
202
202
 
@@ -257,7 +257,7 @@ EXAMPLES
257
257
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
258
258
  ```
259
259
 
260
- _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/delete/record.ts)_
260
+ _See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/record.ts)_
261
261
 
262
262
  ## `sf data delete resume`
263
263
 
@@ -296,7 +296,7 @@ EXAMPLES
296
296
  $ sf data delete resume --use-most-recent --target-org my-scratch
297
297
  ```
298
298
 
299
- _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/delete/resume.ts)_
299
+ _See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/delete/resume.ts)_
300
300
 
301
301
  ## `sf data export beta tree`
302
302
 
@@ -354,7 +354,7 @@ EXAMPLES
354
354
  my-scratch
355
355
  ```
356
356
 
357
- _See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/export/beta/tree.ts)_
357
+ _See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/export/beta/tree.ts)_
358
358
 
359
359
  ## `sf data export tree`
360
360
 
@@ -414,7 +414,7 @@ EXAMPLES
414
414
  my-scratch
415
415
  ```
416
416
 
417
- _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/export/tree.ts)_
417
+ _See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/export/tree.ts)_
418
418
 
419
419
  ## `sf data get record`
420
420
 
@@ -478,7 +478,7 @@ EXAMPLES
478
478
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
479
479
  ```
480
480
 
481
- _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/get/record.ts)_
481
+ _See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/get/record.ts)_
482
482
 
483
483
  ## `sf data import beta tree`
484
484
 
@@ -521,7 +521,7 @@ EXAMPLES
521
521
  $ sf data import beta tree --plan Account-Contact-plan.json
522
522
  ```
523
523
 
524
- _See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/import/beta/tree.ts)_
524
+ _See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/import/beta/tree.ts)_
525
525
 
526
526
  ## `sf data import tree`
527
527
 
@@ -571,7 +571,7 @@ EXAMPLES
571
571
  $ sf data import tree --plan Account-Contact-plan.json
572
572
  ```
573
573
 
574
- _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/import/tree.ts)_
574
+ _See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/import/tree.ts)_
575
575
 
576
576
  ## `sf data query`
577
577
 
@@ -635,7 +635,7 @@ EXAMPLES
635
635
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
636
636
  ```
637
637
 
638
- _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/query.ts)_
638
+ _See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/query.ts)_
639
639
 
640
640
  ## `sf data query resume`
641
641
 
@@ -673,7 +673,7 @@ EXAMPLES
673
673
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
674
674
  ```
675
675
 
676
- _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/query/resume.ts)_
676
+ _See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/query/resume.ts)_
677
677
 
678
678
  ## `sf data resume`
679
679
 
@@ -710,7 +710,7 @@ EXAMPLES
710
710
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
711
711
  ```
712
712
 
713
- _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/resume.ts)_
713
+ _See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/resume.ts)_
714
714
 
715
715
  ## `sf data update record`
716
716
 
@@ -772,7 +772,7 @@ EXAMPLES
772
772
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
773
773
  ```
774
774
 
775
- _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/update/record.ts)_
775
+ _See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/update/record.ts)_
776
776
 
777
777
  ## `sf data upsert bulk`
778
778
 
@@ -825,7 +825,7 @@ EXAMPLES
825
825
  my-scratch
826
826
  ```
827
827
 
828
- _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/upsert/bulk.ts)_
828
+ _See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/upsert/bulk.ts)_
829
829
 
830
830
  ## `sf data upsert resume`
831
831
 
@@ -864,7 +864,7 @@ EXAMPLES
864
864
  $ sf data upsert resume --use-most-recent --target-org my-scratch
865
865
  ```
866
866
 
867
- _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/data/upsert/resume.ts)_
867
+ _See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/data/upsert/resume.ts)_
868
868
 
869
869
  ## `sf force data bulk delete`
870
870
 
@@ -911,7 +911,7 @@ EXAMPLES
911
911
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
912
912
  ```
913
913
 
914
- _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/force/data/bulk/delete.ts)_
914
+ _See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/delete.ts)_
915
915
 
916
916
  ## `sf force data bulk status`
917
917
 
@@ -948,7 +948,7 @@ EXAMPLES
948
948
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
949
949
  ```
950
950
 
951
- _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/force/data/bulk/status.ts)_
951
+ _See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/status.ts)_
952
952
 
953
953
  ## `sf force data bulk upsert`
954
954
 
@@ -1006,6 +1006,6 @@ EXAMPLES
1006
1006
  --target-org my-scratch
1007
1007
  ```
1008
1008
 
1009
- _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.1/src/commands/force/data/bulk/upsert.ts)_
1009
+ _See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.3.2/src/commands/force/data/bulk/upsert.ts)_
1010
1010
 
1011
1011
  <!-- commandsstop -->
@@ -1,19 +1,19 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data",
9
- "version": "3.3.1",
9
+ "version": "3.3.2",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@jsforce/jsforce-node": "^3.1.0",
13
13
  "@oclif/core": "^3.26.3",
14
14
  "@salesforce/core": "^7.0.1",
15
15
  "@salesforce/kit": "^3.1.0",
16
- "@salesforce/sf-plugins-core": "^9.0.0",
16
+ "@salesforce/sf-plugins-core": "^9.0.4",
17
17
  "@salesforce/ts-types": "^2.0.9",
18
18
  "chalk": "^5.3.0",
19
19
  "change-case": "^5.4.4",
@@ -21,7 +21,7 @@
21
21
  "csv-stringify": "^6.4.6"
22
22
  },
23
23
  "devDependencies": {
24
- "@oclif/plugin-command-snapshot": "^5.1.4",
24
+ "@oclif/plugin-command-snapshot": "^5.1.5",
25
25
  "@salesforce/cli-plugins-testkit": "^5.2.0",
26
26
  "@salesforce/dev-scripts": "^9.0.0",
27
27
  "@salesforce/plugin-command-reference": "^3.0.76",
@@ -3480,9 +3480,9 @@
3480
3480
  }
3481
3481
  },
3482
3482
  "node_modules/@oclif/plugin-command-snapshot": {
3483
- "version": "5.1.4",
3484
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz",
3485
- "integrity": "sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==",
3483
+ "version": "5.1.5",
3484
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz",
3485
+ "integrity": "sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==",
3486
3486
  "dev": true,
3487
3487
  "license": "MIT",
3488
3488
  "dependencies": {
@@ -3495,7 +3495,7 @@
3495
3495
  "lodash.get": "^4.4.2",
3496
3496
  "lodash.sortby": "^4.7.0",
3497
3497
  "semver": "^7.6.0",
3498
- "ts-json-schema-generator": "^1.5.0"
3498
+ "ts-json-schema-generator": "^1.5.1"
3499
3499
  },
3500
3500
  "engines": {
3501
3501
  "node": ">=18.0.0"
@@ -3901,9 +3901,9 @@
3901
3901
  }
3902
3902
  },
3903
3903
  "node_modules/@salesforce/core": {
3904
- "version": "7.2.0",
3905
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.2.0.tgz",
3906
- "integrity": "sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==",
3904
+ "version": "7.3.0",
3905
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.0.tgz",
3906
+ "integrity": "sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==",
3907
3907
  "license": "BSD-3-Clause",
3908
3908
  "dependencies": {
3909
3909
  "@jsforce/jsforce-node": "^3.1.0",
@@ -4089,15 +4089,15 @@
4089
4089
  "license": "ISC"
4090
4090
  },
4091
4091
  "node_modules/@salesforce/sf-plugins-core": {
4092
- "version": "9.0.1",
4093
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz",
4094
- "integrity": "sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==",
4092
+ "version": "9.0.4",
4093
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz",
4094
+ "integrity": "sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==",
4095
4095
  "license": "BSD-3-Clause",
4096
4096
  "dependencies": {
4097
4097
  "@inquirer/confirm": "^2.0.17",
4098
4098
  "@inquirer/password": "^1.1.16",
4099
- "@oclif/core": "^3.26.0",
4100
- "@salesforce/core": "^7.0.0",
4099
+ "@oclif/core": "^3.26.2",
4100
+ "@salesforce/core": "^7.2.0",
4101
4101
  "@salesforce/kit": "^3.1.0",
4102
4102
  "@salesforce/ts-types": "^2.0.9",
4103
4103
  "chalk": "^5.3.0"
@@ -6462,13 +6462,13 @@
6462
6462
  }
6463
6463
  },
6464
6464
  "node_modules/commander": {
6465
- "version": "11.1.0",
6466
- "resolved": "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz",
6467
- "integrity": "sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==",
6465
+ "version": "12.0.0",
6466
+ "resolved": "https://registry.npmjs.org/commander/-/commander-12.0.0.tgz",
6467
+ "integrity": "sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==",
6468
6468
  "dev": true,
6469
6469
  "license": "MIT",
6470
6470
  "engines": {
6471
- "node": ">=16"
6471
+ "node": ">=18"
6472
6472
  }
6473
6473
  },
6474
6474
  "node_modules/comment-parser": {
@@ -13113,19 +13113,19 @@
13113
13113
  }
13114
13114
  },
13115
13115
  "node_modules/ts-json-schema-generator": {
13116
- "version": "1.5.0",
13117
- "resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz",
13118
- "integrity": "sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==",
13116
+ "version": "1.5.1",
13117
+ "resolved": "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz",
13118
+ "integrity": "sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==",
13119
13119
  "dev": true,
13120
13120
  "license": "MIT",
13121
13121
  "dependencies": {
13122
- "@types/json-schema": "^7.0.12",
13123
- "commander": "^11.0.0",
13122
+ "@types/json-schema": "^7.0.15",
13123
+ "commander": "^12.0.0",
13124
13124
  "glob": "^8.0.3",
13125
13125
  "json5": "^2.2.3",
13126
13126
  "normalize-path": "^3.0.0",
13127
13127
  "safe-stable-stringify": "^2.4.3",
13128
- "typescript": "~5.3.2"
13128
+ "typescript": "~5.4.2"
13129
13129
  },
13130
13130
  "bin": {
13131
13131
  "ts-json-schema-generator": "bin/ts-json-schema-generator"
@@ -13168,9 +13168,9 @@
13168
13168
  }
13169
13169
  },
13170
13170
  "node_modules/ts-json-schema-generator/node_modules/typescript": {
13171
- "version": "5.3.3",
13172
- "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
13173
- "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
13171
+ "version": "5.4.5",
13172
+ "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz",
13173
+ "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==",
13174
13174
  "dev": true,
13175
13175
  "license": "Apache-2.0",
13176
13176
  "bin": {
package/oclif.lock CHANGED
@@ -1607,10 +1607,10 @@
1607
1607
  wordwrap "^1.0.0"
1608
1608
  wrap-ansi "^7.0.0"
1609
1609
 
1610
- "@oclif/plugin-command-snapshot@^5.1.4":
1611
- version "5.1.4"
1612
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.4.tgz#fc550f0ba66f41620734fb675e12070f943f4b2a"
1613
- integrity sha512-nXrMI/LmnfADgoBtYhdNa6K4BpabH++9iX1k0W0+xQJdcB2yVExYSovzeriRpL/uoVZPtZ92Lw0koo3VH0nmzA==
1610
+ "@oclif/plugin-command-snapshot@^5.1.5":
1611
+ version "5.1.5"
1612
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.1.5.tgz#5fe95b2a131d66663fe6e245811b634cf20bb022"
1613
+ integrity sha512-JJNiIdezzk3Pv95ig0mhoM540k3OJ/FA2yyesTSoFRbnNOucalEi7EGqMtu1xsCoPe2P/qSiBpxpL/2uqpbBTA==
1614
1614
  dependencies:
1615
1615
  "@oclif/core" "3.26.0"
1616
1616
  "@types/lodash.difference" "^4.5.9"
@@ -1621,7 +1621,7 @@
1621
1621
  lodash.get "^4.4.2"
1622
1622
  lodash.sortby "^4.7.0"
1623
1623
  semver "^7.6.0"
1624
- ts-json-schema-generator "^1.5.0"
1624
+ ts-json-schema-generator "^1.5.1"
1625
1625
 
1626
1626
  "@oclif/plugin-help@^6.0.21":
1627
1627
  version "6.0.21"
@@ -1671,10 +1671,10 @@
1671
1671
  strip-ansi "6.0.1"
1672
1672
  ts-retry-promise "^0.8.0"
1673
1673
 
1674
- "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0":
1675
- version "7.2.0"
1676
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.2.0.tgz#5034c8a1104e5feb0c2c96609a98e8f63e6f8676"
1677
- integrity sha512-N/9hv7Vdr9sEuob9vo90odcQ7dJPtfOQVIE5R8vFcfaHK3W3ej9EpHsaV55PkaVG+hxRhZ2oOVA3UaVfp/diOw==
1674
+ "@salesforce/core@^7.0.0", "@salesforce/core@^7.0.1", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0":
1675
+ version "7.3.0"
1676
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.0.tgz#2ad3dfccb1ef0eb2e65b49b655e39748002bbc13"
1677
+ integrity sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==
1678
1678
  dependencies:
1679
1679
  "@jsforce/jsforce-node" "^3.1.0"
1680
1680
  "@salesforce/kit" "^3.1.0"
@@ -1763,15 +1763,15 @@
1763
1763
  resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.7.0.tgz#b7e0af3ee414ae7160bce351c0184d77ccb98fe3"
1764
1764
  integrity sha512-Z0PiCEV55khm0PG+DsnRYCjaDmacNe3HDmsoSm/CSyYvJJm+D5vvkHKN9/PKD/gaRe8XAU836yfamIYFblLINw==
1765
1765
 
1766
- "@salesforce/sf-plugins-core@^9.0.0", "@salesforce/sf-plugins-core@^9.0.1":
1767
- version "9.0.1"
1768
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.1.tgz#e5617661de7c235b734f0faac679ac489053e4fb"
1769
- integrity sha512-5+qoCCDpQAdKE74qmL85Jhb0QDkzy/3MsmpzHSQf3ONi+V5vbwJK0BPc+9cOHShYzf8K0gIDdhbcjLuR3TTP/A==
1766
+ "@salesforce/sf-plugins-core@^9.0.1", "@salesforce/sf-plugins-core@^9.0.4":
1767
+ version "9.0.4"
1768
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-9.0.4.tgz#6ff2de0890051d74c59b725f5dac98f413954e15"
1769
+ integrity sha512-JJ6BMgzF+idYNSOpBt8mFsSB8GnXN85vwdsXT0gkCdIy1YB9CdgyKJwWqDRw2nTy+fmeeS+2FKA3NS2hbBXyRQ==
1770
1770
  dependencies:
1771
1771
  "@inquirer/confirm" "^2.0.17"
1772
1772
  "@inquirer/password" "^1.1.16"
1773
- "@oclif/core" "^3.26.0"
1774
- "@salesforce/core" "^7.0.0"
1773
+ "@oclif/core" "^3.26.2"
1774
+ "@salesforce/core" "^7.2.0"
1775
1775
  "@salesforce/kit" "^3.1.0"
1776
1776
  "@salesforce/ts-types" "^2.0.9"
1777
1777
  chalk "^5.3.0"
@@ -2464,7 +2464,7 @@
2464
2464
  resolved "https://registry.yarnpkg.com/@types/http-cache-semantics/-/http-cache-semantics-4.0.4.tgz#b979ebad3919799c979b17c72621c0bc0a31c6c4"
2465
2465
  integrity sha512-1m0bIFVc7eJWyve9S0RnuRgcQqF/Xd5QsUZAZeQFr1Q3/p9JWoQQEqmVy+DPTNpGXwhgIetAoYF8JSc33q29QA==
2466
2466
 
2467
- "@types/json-schema@^7.0.12":
2467
+ "@types/json-schema@^7.0.12", "@types/json-schema@^7.0.15":
2468
2468
  version "7.0.15"
2469
2469
  resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz"
2470
2470
  integrity sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==
@@ -3328,10 +3328,10 @@ combined-stream@^1.0.8:
3328
3328
  dependencies:
3329
3329
  delayed-stream "~1.0.0"
3330
3330
 
3331
- commander@^11.0.0:
3332
- version "11.1.0"
3333
- resolved "https://registry.npmjs.org/commander/-/commander-11.1.0.tgz"
3334
- integrity sha512-yPVavfyCcRhmorC7rWlkHn15b4wDVgVmBA7kV4QVBsF7kv/9TKJAbAXVTxvTnwP8HHKjRCJDClKbciiYS7p0DQ==
3331
+ commander@^12.0.0:
3332
+ version "12.0.0"
3333
+ resolved "https://registry.yarnpkg.com/commander/-/commander-12.0.0.tgz#b929db6df8546080adfd004ab215ed48cf6f2592"
3334
+ integrity sha512-MwVNWlYjDTtOjX5PiD7o5pK0UrFU/OYgcJfjjK4RaHZETNtjJqrZa9Y9ds88+A+f+d5lv+561eZ+yCKoS3gbAA==
3335
3335
 
3336
3336
  comment-parser@1.4.1:
3337
3337
  version "1.4.1"
@@ -6894,7 +6894,16 @@ srcset@^5.0.0:
6894
6894
  resolved "https://registry.npmjs.org/srcset/-/srcset-5.0.0.tgz"
6895
6895
  integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
6896
6896
 
6897
- "string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6897
+ "string-width-cjs@npm:string-width@^4.2.0":
6898
+ version "4.2.3"
6899
+ resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
6900
+ integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
6901
+ dependencies:
6902
+ emoji-regex "^8.0.0"
6903
+ is-fullwidth-code-point "^3.0.0"
6904
+ strip-ansi "^6.0.1"
6905
+
6906
+ string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
6898
6907
  version "4.2.3"
6899
6908
  resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
6900
6909
  integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -6953,7 +6962,14 @@ string_decoder@~1.1.1:
6953
6962
  dependencies:
6954
6963
  safe-buffer "~5.1.0"
6955
6964
 
6956
- "strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6965
+ "strip-ansi-cjs@npm:strip-ansi@^6.0.1":
6966
+ version "6.0.1"
6967
+ resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
6968
+ integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
6969
+ dependencies:
6970
+ ansi-regex "^5.0.1"
6971
+
6972
+ strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
6957
6973
  version "6.0.1"
6958
6974
  resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
6959
6975
  integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -7108,18 +7124,18 @@ ts-api-utils@^1.0.1:
7108
7124
  resolved "https://registry.npmjs.org/ts-api-utils/-/ts-api-utils-1.0.3.tgz"
7109
7125
  integrity sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==
7110
7126
 
7111
- ts-json-schema-generator@^1.5.0:
7112
- version "1.5.0"
7113
- resolved "https://registry.npmjs.org/ts-json-schema-generator/-/ts-json-schema-generator-1.5.0.tgz"
7114
- integrity sha512-RkiaJ6YxGc5EWVPfyHxszTmpGxX8HC2XBvcFlAl1zcvpOG4tjjh+eXioStXJQYTvr9MoK8zCOWzAUlko3K0DiA==
7127
+ ts-json-schema-generator@^1.5.1:
7128
+ version "1.5.1"
7129
+ resolved "https://registry.yarnpkg.com/ts-json-schema-generator/-/ts-json-schema-generator-1.5.1.tgz#7759c421240be86d393a884ad186f926b22332db"
7130
+ integrity sha512-apX5qG2+NA66j7b4AJm8q/DpdTeOsjfh7A3LpKsUiil0FepkNwtN28zYgjrsiiya2/OPhsr/PSjX5FUYg79rCg==
7115
7131
  dependencies:
7116
- "@types/json-schema" "^7.0.12"
7117
- commander "^11.0.0"
7132
+ "@types/json-schema" "^7.0.15"
7133
+ commander "^12.0.0"
7118
7134
  glob "^8.0.3"
7119
7135
  json5 "^2.2.3"
7120
7136
  normalize-path "^3.0.0"
7121
7137
  safe-stable-stringify "^2.4.3"
7122
- typescript "~5.3.2"
7138
+ typescript "~5.4.2"
7123
7139
 
7124
7140
  ts-node@^10.8.1, ts-node@^10.9.2:
7125
7141
  version "10.9.2"
@@ -7280,10 +7296,10 @@ typedoc@^0.25.12:
7280
7296
  resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952"
7281
7297
  integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw==
7282
7298
 
7283
- typescript@~5.3.2:
7284
- version "5.3.3"
7285
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
7286
- integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
7299
+ typescript@~5.4.2:
7300
+ version "5.4.5"
7301
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
7302
+ integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
7287
7303
 
7288
7304
  uglify-js@^3.1.4:
7289
7305
  version "3.17.4"
@@ -7496,7 +7512,7 @@ workerpool@6.2.1:
7496
7512
  resolved "https://registry.npmjs.org/workerpool/-/workerpool-6.2.1.tgz"
7497
7513
  integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
7498
7514
 
7499
- "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
7515
+ "wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
7500
7516
  version "7.0.0"
7501
7517
  resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
7502
7518
  integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -7514,6 +7530,15 @@ wrap-ansi@^6.2.0:
7514
7530
  string-width "^4.1.0"
7515
7531
  strip-ansi "^6.0.0"
7516
7532
 
7533
+ wrap-ansi@^7.0.0:
7534
+ version "7.0.0"
7535
+ resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
7536
+ integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
7537
+ dependencies:
7538
+ ansi-styles "^4.0.0"
7539
+ string-width "^4.1.0"
7540
+ strip-ansi "^6.0.0"
7541
+
7517
7542
  wrap-ansi@^8.1.0:
7518
7543
  version "8.1.0"
7519
7544
  resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
@@ -2821,5 +2821,5 @@
2821
2821
  ]
2822
2822
  }
2823
2823
  },
2824
- "version": "3.3.1"
2824
+ "version": "3.3.2"
2825
2825
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data",
3
- "version": "3.3.1",
3
+ "version": "3.3.2",
4
4
  "description": "Plugin for salesforce data commands",
5
5
  "author": "Salesforce",
6
6
  "homepage": "https://github.com/salesforcecli/plugin-data",
@@ -112,7 +112,7 @@
112
112
  "@oclif/core": "^3.26.3",
113
113
  "@salesforce/core": "^7.0.1",
114
114
  "@salesforce/kit": "^3.1.0",
115
- "@salesforce/sf-plugins-core": "^9.0.0",
115
+ "@salesforce/sf-plugins-core": "^9.0.4",
116
116
  "@salesforce/ts-types": "^2.0.9",
117
117
  "chalk": "^5.3.0",
118
118
  "change-case": "^5.4.4",
@@ -120,7 +120,7 @@
120
120
  "csv-stringify": "^6.4.6"
121
121
  },
122
122
  "devDependencies": {
123
- "@oclif/plugin-command-snapshot": "^5.1.4",
123
+ "@oclif/plugin-command-snapshot": "^5.1.5",
124
124
  "@salesforce/cli-plugins-testkit": "^5.2.0",
125
125
  "@salesforce/dev-scripts": "^9.0.0",
126
126
  "@salesforce/plugin-command-reference": "^3.0.76",
@@ -247,7 +247,7 @@
247
247
  "exports": "./lib/index.js",
248
248
  "type": "module",
249
249
  "sfdx": {
250
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.3.1.crt",
251
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.3.1.sig"
250
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.3.2.crt",
251
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.3.2.sig"
252
252
  }
253
253
  }