@salesforce/plugin-data 3.1.6 → 3.1.7
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 +18 -18
- package/npm-shrinkwrap.json +20 -20
- package/oclif.lock +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ EXAMPLES
|
|
|
148
148
|
TracedEntityId=01p17000000R6bLAAS"
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
151
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/create/record.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf data delete bulk`
|
|
154
154
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
196
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/delete/bulk.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf data delete record`
|
|
199
199
|
|
|
@@ -252,7 +252,7 @@ EXAMPLES
|
|
|
252
252
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
255
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/delete/record.ts)_
|
|
256
256
|
|
|
257
257
|
## `sf data delete resume`
|
|
258
258
|
|
|
@@ -289,7 +289,7 @@ EXAMPLES
|
|
|
289
289
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
292
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/delete/resume.ts)_
|
|
293
293
|
|
|
294
294
|
## `sf data export beta tree`
|
|
295
295
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
my-scratch
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
348
|
+
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/export/beta/tree.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf data export tree`
|
|
351
351
|
|
|
@@ -403,7 +403,7 @@ EXAMPLES
|
|
|
403
403
|
my-scratch
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
406
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/export/tree.ts)_
|
|
407
407
|
|
|
408
408
|
## `sf data get record`
|
|
409
409
|
|
|
@@ -465,7 +465,7 @@ EXAMPLES
|
|
|
465
465
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
468
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/get/record.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf data import beta tree`
|
|
471
471
|
|
|
@@ -507,7 +507,7 @@ EXAMPLES
|
|
|
507
507
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
510
|
+
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/import/beta/tree.ts)_
|
|
511
511
|
|
|
512
512
|
## `sf data import tree`
|
|
513
513
|
|
|
@@ -556,7 +556,7 @@ EXAMPLES
|
|
|
556
556
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
559
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/import/tree.ts)_
|
|
560
560
|
|
|
561
561
|
## `sf data query`
|
|
562
562
|
|
|
@@ -619,7 +619,7 @@ EXAMPLES
|
|
|
619
619
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
622
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/query.ts)_
|
|
623
623
|
|
|
624
624
|
## `sf data query resume`
|
|
625
625
|
|
|
@@ -655,7 +655,7 @@ EXAMPLES
|
|
|
655
655
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
656
656
|
```
|
|
657
657
|
|
|
658
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
658
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/query/resume.ts)_
|
|
659
659
|
|
|
660
660
|
## `sf data resume`
|
|
661
661
|
|
|
@@ -691,7 +691,7 @@ EXAMPLES
|
|
|
691
691
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
692
692
|
```
|
|
693
693
|
|
|
694
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
694
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/resume.ts)_
|
|
695
695
|
|
|
696
696
|
## `sf data update record`
|
|
697
697
|
|
|
@@ -752,7 +752,7 @@ EXAMPLES
|
|
|
752
752
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
755
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/update/record.ts)_
|
|
756
756
|
|
|
757
757
|
## `sf data upsert bulk`
|
|
758
758
|
|
|
@@ -804,7 +804,7 @@ EXAMPLES
|
|
|
804
804
|
my-scratch
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
807
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/upsert/bulk.ts)_
|
|
808
808
|
|
|
809
809
|
## `sf data upsert resume`
|
|
810
810
|
|
|
@@ -841,7 +841,7 @@ EXAMPLES
|
|
|
841
841
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
844
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/upsert/resume.ts)_
|
|
845
845
|
|
|
846
846
|
## `sf force data bulk delete`
|
|
847
847
|
|
|
@@ -886,7 +886,7 @@ EXAMPLES
|
|
|
886
886
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
887
887
|
```
|
|
888
888
|
|
|
889
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
889
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/delete.ts)_
|
|
890
890
|
|
|
891
891
|
## `sf force data bulk status`
|
|
892
892
|
|
|
@@ -922,7 +922,7 @@ EXAMPLES
|
|
|
922
922
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
925
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/status.ts)_
|
|
926
926
|
|
|
927
927
|
## `sf force data bulk upsert`
|
|
928
928
|
|
|
@@ -979,6 +979,6 @@ EXAMPLES
|
|
|
979
979
|
--target-org my-scratch
|
|
980
980
|
```
|
|
981
981
|
|
|
982
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
982
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/upsert.ts)_
|
|
983
983
|
|
|
984
984
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.7",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.19.6",
|
|
13
13
|
"@salesforce/core": "^6.5.5",
|
|
14
14
|
"@salesforce/kit": "^3.0.15",
|
|
15
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
15
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
16
16
|
"@salesforce/ts-types": "^2.0.9",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
18
18
|
"change-case": "^5.4.3",
|
|
@@ -22,12 +22,12 @@
|
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
25
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
25
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
26
26
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
27
27
|
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
28
28
|
"@types/chai-as-promised": "^7.1.8",
|
|
29
29
|
"chai-as-promised": "^7.1.1",
|
|
30
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
30
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
31
31
|
"oclif": "^4.4.18",
|
|
32
32
|
"ts-node": "^10.9.2",
|
|
33
33
|
"typescript": "^5.2.2"
|
|
@@ -3213,13 +3213,13 @@
|
|
|
3213
3213
|
}
|
|
3214
3214
|
},
|
|
3215
3215
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3216
|
-
"version": "5.1.
|
|
3217
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
3218
|
-
"integrity": "sha512-
|
|
3216
|
+
"version": "5.1.10",
|
|
3217
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz",
|
|
3218
|
+
"integrity": "sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==",
|
|
3219
3219
|
"dev": true,
|
|
3220
3220
|
"license": "BSD-3-Clause",
|
|
3221
3221
|
"dependencies": {
|
|
3222
|
-
"@salesforce/core": "^6.
|
|
3222
|
+
"@salesforce/core": "^6.7.0",
|
|
3223
3223
|
"@salesforce/kit": "^3.0.15",
|
|
3224
3224
|
"@salesforce/ts-types": "^2.0.9",
|
|
3225
3225
|
"@types/shelljs": "^0.8.15",
|
|
@@ -3244,9 +3244,9 @@
|
|
|
3244
3244
|
}
|
|
3245
3245
|
},
|
|
3246
3246
|
"node_modules/@salesforce/core": {
|
|
3247
|
-
"version": "6.
|
|
3248
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.
|
|
3249
|
-
"integrity": "sha512-
|
|
3247
|
+
"version": "6.7.0",
|
|
3248
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-6.7.0.tgz",
|
|
3249
|
+
"integrity": "sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==",
|
|
3250
3250
|
"license": "BSD-3-Clause",
|
|
3251
3251
|
"dependencies": {
|
|
3252
3252
|
"@salesforce/kit": "^3.0.15",
|
|
@@ -3551,15 +3551,15 @@
|
|
|
3551
3551
|
"license": "ISC"
|
|
3552
3552
|
},
|
|
3553
3553
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
3554
|
-
"version": "7.1.
|
|
3555
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
3556
|
-
"integrity": "sha512-
|
|
3554
|
+
"version": "7.1.14",
|
|
3555
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz",
|
|
3556
|
+
"integrity": "sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==",
|
|
3557
3557
|
"license": "BSD-3-Clause",
|
|
3558
3558
|
"dependencies": {
|
|
3559
3559
|
"@inquirer/confirm": "^2.0.17",
|
|
3560
3560
|
"@inquirer/password": "^1.1.16",
|
|
3561
3561
|
"@oclif/core": "^3.19.6",
|
|
3562
|
-
"@salesforce/core": "^6.
|
|
3562
|
+
"@salesforce/core": "^6.6.0",
|
|
3563
3563
|
"@salesforce/kit": "^3.0.15",
|
|
3564
3564
|
"@salesforce/ts-types": "^2.0.9",
|
|
3565
3565
|
"chalk": "^5.3.0"
|
|
@@ -7416,13 +7416,13 @@
|
|
|
7416
7416
|
}
|
|
7417
7417
|
},
|
|
7418
7418
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
7419
|
-
"version": "1.17.
|
|
7420
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
7421
|
-
"integrity": "sha512-
|
|
7419
|
+
"version": "1.17.4",
|
|
7420
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz",
|
|
7421
|
+
"integrity": "sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==",
|
|
7422
7422
|
"dev": true,
|
|
7423
7423
|
"license": "BSD-3-Clause",
|
|
7424
7424
|
"dependencies": {
|
|
7425
|
-
"@salesforce/core": "^6.
|
|
7425
|
+
"@salesforce/core": "^6.7.0",
|
|
7426
7426
|
"@typescript-eslint/utils": "^6.17.0"
|
|
7427
7427
|
},
|
|
7428
7428
|
"engines": {
|
package/oclif.lock
CHANGED
|
@@ -1617,12 +1617,12 @@
|
|
|
1617
1617
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1618
1618
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1619
1619
|
|
|
1620
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1621
|
-
version "5.1.
|
|
1622
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1623
|
-
integrity sha512-
|
|
1620
|
+
"@salesforce/cli-plugins-testkit@^5.1.10":
|
|
1621
|
+
version "5.1.10"
|
|
1622
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.10.tgz#949738717513b1518c09bd70690cb2963073a59d"
|
|
1623
|
+
integrity sha512-zAyv6luZSjJFOa/v0IHYAfNcWSl1DTZ7l5cJalKTuu7oXfy0mskZO4KzPZ4vdyBSz54t6+yXgNA2C/uFyqe/CQ==
|
|
1624
1624
|
dependencies:
|
|
1625
|
-
"@salesforce/core" "^6.
|
|
1625
|
+
"@salesforce/core" "^6.7.0"
|
|
1626
1626
|
"@salesforce/kit" "^3.0.15"
|
|
1627
1627
|
"@salesforce/ts-types" "^2.0.9"
|
|
1628
1628
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1632,10 +1632,10 @@
|
|
|
1632
1632
|
strip-ansi "6.0.1"
|
|
1633
1633
|
ts-retry-promise "^0.8.0"
|
|
1634
1634
|
|
|
1635
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.
|
|
1636
|
-
version "6.
|
|
1637
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
1638
|
-
integrity sha512-
|
|
1635
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5", "@salesforce/core@^6.6.0", "@salesforce/core@^6.7.0":
|
|
1636
|
+
version "6.7.0"
|
|
1637
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.7.0.tgz#f838f5704aa2f14296fd85691c9bcd8da33dca5d"
|
|
1638
|
+
integrity sha512-KIyoSdQJVwtReSpXfpFZ4D4BXHFh5xcmvY6UJjzxB3H7CqUtC/20ldal/jCD8JEy/jObfG7GyxZmZYZYF88JCw==
|
|
1639
1639
|
dependencies:
|
|
1640
1640
|
"@salesforce/kit" "^3.0.15"
|
|
1641
1641
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1738,15 +1738,15 @@
|
|
|
1738
1738
|
chalk "^4"
|
|
1739
1739
|
inquirer "^8.2.5"
|
|
1740
1740
|
|
|
1741
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
1742
|
-
version "7.1.
|
|
1743
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
1744
|
-
integrity sha512-
|
|
1741
|
+
"@salesforce/sf-plugins-core@^7.1.14":
|
|
1742
|
+
version "7.1.14"
|
|
1743
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.14.tgz#5f07316a602b4c5d44c09bc74c294d7df9e2e260"
|
|
1744
|
+
integrity sha512-KDX9vYDeVOkozRrsjVh4Pvzay++7bWWKmaHtGOwkZrBHb3mVEdCp0ryF0WaDTfaEvgNKn7kiZEDSO7oEhJSzug==
|
|
1745
1745
|
dependencies:
|
|
1746
1746
|
"@inquirer/confirm" "^2.0.17"
|
|
1747
1747
|
"@inquirer/password" "^1.1.16"
|
|
1748
1748
|
"@oclif/core" "^3.19.6"
|
|
1749
|
-
"@salesforce/core" "^6.
|
|
1749
|
+
"@salesforce/core" "^6.6.0"
|
|
1750
1750
|
"@salesforce/kit" "^3.0.15"
|
|
1751
1751
|
"@salesforce/ts-types" "^2.0.9"
|
|
1752
1752
|
chalk "^5.3.0"
|
|
@@ -4237,12 +4237,12 @@ eslint-plugin-jsdoc@^46.9.0:
|
|
|
4237
4237
|
semver "^7.5.4"
|
|
4238
4238
|
spdx-expression-parse "^3.0.1"
|
|
4239
4239
|
|
|
4240
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
4241
|
-
version "1.17.
|
|
4242
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
4243
|
-
integrity sha512-
|
|
4240
|
+
eslint-plugin-sf-plugin@^1.17.4:
|
|
4241
|
+
version "1.17.4"
|
|
4242
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.4.tgz#31006e188cf534eedea0ecd6159443e61346a66c"
|
|
4243
|
+
integrity sha512-6SVkegmUdXl2YnghLNXsnmjCw4gtkdAyRcxrhqpyS8vxfP3PZocKHQBuMH5aIAsA/Yb9bXcOs1gE5y0r/bD7MA==
|
|
4244
4244
|
dependencies:
|
|
4245
|
-
"@salesforce/core" "^6.
|
|
4245
|
+
"@salesforce/core" "^6.7.0"
|
|
4246
4246
|
"@typescript-eslint/utils" "^6.17.0"
|
|
4247
4247
|
|
|
4248
4248
|
eslint-plugin-unicorn@^49.0.0:
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.7",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@oclif/core": "^3.19.6",
|
|
112
112
|
"@salesforce/core": "^6.5.5",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
114
|
+
"@salesforce/sf-plugins-core": "^7.1.14",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.4.3",
|
|
@@ -121,12 +121,12 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@oclif/plugin-command-snapshot": "^5.0.9",
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.1.10",
|
|
125
125
|
"@salesforce/dev-scripts": "^8.4.1",
|
|
126
126
|
"@salesforce/plugin-command-reference": "^3.0.69",
|
|
127
127
|
"@types/chai-as-promised": "^7.1.8",
|
|
128
128
|
"chai-as-promised": "^7.1.1",
|
|
129
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
129
|
+
"eslint-plugin-sf-plugin": "^1.17.4",
|
|
130
130
|
"oclif": "^4.4.18",
|
|
131
131
|
"ts-node": "^10.9.2",
|
|
132
132
|
"typescript": "^5.2.2"
|
|
@@ -249,7 +249,7 @@
|
|
|
249
249
|
"exports": "./lib/index.js",
|
|
250
250
|
"type": "module",
|
|
251
251
|
"sfdx": {
|
|
252
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.
|
|
253
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.
|
|
252
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.7.crt",
|
|
253
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.7.sig"
|
|
254
254
|
}
|
|
255
255
|
}
|