@salesforce/plugin-data-seeding 1.1.94 → 1.1.96
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 +4 -4
- package/npm-shrinkwrap.json +30 -30
- package/oclif.lock +29 -29
- package/oclif.manifest.json +1 -1
- package/package.json +9 -9
package/README.md
CHANGED
|
@@ -166,7 +166,7 @@ EXAMPLES
|
|
|
166
166
|
./config/seed-config.json --wait 5
|
|
167
167
|
```
|
|
168
168
|
|
|
169
|
-
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
169
|
+
_See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.96/src/commands/data-seeding/generate/index.ts)_
|
|
170
170
|
|
|
171
171
|
## `sf data-seeding generate report`
|
|
172
172
|
|
|
@@ -201,7 +201,7 @@ EXAMPLES
|
|
|
201
201
|
$ sf data-seeding generate report --use-most-recent
|
|
202
202
|
```
|
|
203
203
|
|
|
204
|
-
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
204
|
+
_See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.96/src/commands/data-seeding/generate/report.ts)_
|
|
205
205
|
|
|
206
206
|
## `sf data-seeding migrate`
|
|
207
207
|
|
|
@@ -254,7 +254,7 @@ EXAMPLES
|
|
|
254
254
|
./config/data-seed.json --wait 5
|
|
255
255
|
```
|
|
256
256
|
|
|
257
|
-
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
257
|
+
_See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.96/src/commands/data-seeding/migrate/index.ts)_
|
|
258
258
|
|
|
259
259
|
## `sf data-seeding migrate report`
|
|
260
260
|
|
|
@@ -289,6 +289,6 @@ EXAMPLES
|
|
|
289
289
|
$ sf data-seeding migrate report --use-most-recent
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.
|
|
292
|
+
_See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.96/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.96",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-data-seeding",
|
|
9
|
-
"version": "1.1.
|
|
9
|
+
"version": "1.1.96",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
14
|
-
"@salesforce/core": "^8.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.36",
|
|
14
|
+
"@salesforce/core": "^8.28.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.5",
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
22
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
22
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
27
|
-
"oclif": "^4.
|
|
27
|
+
"oclif": "^4.23.0",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"tsx": "^4.21.0",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
@@ -3713,9 +3713,9 @@
|
|
|
3713
3713
|
}
|
|
3714
3714
|
},
|
|
3715
3715
|
"node_modules/@oclif/multi-stage-output": {
|
|
3716
|
-
"version": "0.8.
|
|
3717
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3718
|
-
"integrity": "sha512-
|
|
3716
|
+
"version": "0.8.36",
|
|
3717
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.36.tgz",
|
|
3718
|
+
"integrity": "sha512-3BEpG5CDUJYtyJQZbMPU+o3C0XSC7MgupTb75KjLE6RoG5r9q+BRYkyDyGMspWkqcPtbMqZjs0sMFKmYMiDrEA==",
|
|
3719
3719
|
"license": "MIT",
|
|
3720
3720
|
"dependencies": {
|
|
3721
3721
|
"@oclif/core": "^4",
|
|
@@ -3798,9 +3798,9 @@
|
|
|
3798
3798
|
}
|
|
3799
3799
|
},
|
|
3800
3800
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3801
|
-
"version": "5.3.
|
|
3802
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3803
|
-
"integrity": "sha512-
|
|
3801
|
+
"version": "5.3.15",
|
|
3802
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz",
|
|
3803
|
+
"integrity": "sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==",
|
|
3804
3804
|
"dev": true,
|
|
3805
3805
|
"license": "MIT",
|
|
3806
3806
|
"dependencies": {
|
|
@@ -3982,13 +3982,13 @@
|
|
|
3982
3982
|
}
|
|
3983
3983
|
},
|
|
3984
3984
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
3985
|
-
"version": "5.3.
|
|
3986
|
-
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
3987
|
-
"integrity": "sha512-
|
|
3985
|
+
"version": "5.3.52",
|
|
3986
|
+
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz",
|
|
3987
|
+
"integrity": "sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==",
|
|
3988
3988
|
"dev": true,
|
|
3989
3989
|
"license": "Apache-2.0",
|
|
3990
3990
|
"dependencies": {
|
|
3991
|
-
"@salesforce/core": "^8.
|
|
3991
|
+
"@salesforce/core": "^8.28.1",
|
|
3992
3992
|
"@salesforce/kit": "^3.2.6",
|
|
3993
3993
|
"@salesforce/ts-types": "^2.0.11",
|
|
3994
3994
|
"@types/shelljs": "^0.10.0",
|
|
@@ -4093,9 +4093,9 @@
|
|
|
4093
4093
|
}
|
|
4094
4094
|
},
|
|
4095
4095
|
"node_modules/@salesforce/core": {
|
|
4096
|
-
"version": "8.
|
|
4097
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4098
|
-
"integrity": "sha512-
|
|
4096
|
+
"version": "8.28.3",
|
|
4097
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.28.3.tgz",
|
|
4098
|
+
"integrity": "sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==",
|
|
4099
4099
|
"license": "BSD-3-Clause",
|
|
4100
4100
|
"dependencies": {
|
|
4101
4101
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4272,15 +4272,15 @@
|
|
|
4272
4272
|
}
|
|
4273
4273
|
},
|
|
4274
4274
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4275
|
-
"version": "3.1.
|
|
4276
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4277
|
-
"integrity": "sha512
|
|
4275
|
+
"version": "3.1.91",
|
|
4276
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz",
|
|
4277
|
+
"integrity": "sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==",
|
|
4278
4278
|
"dev": true,
|
|
4279
4279
|
"license": "Apache-2.0",
|
|
4280
4280
|
"dependencies": {
|
|
4281
4281
|
"@oclif/core": "^4",
|
|
4282
|
-
"@salesforce/core": "^8.
|
|
4283
|
-
"@salesforce/kit": "^3.2.
|
|
4282
|
+
"@salesforce/core": "^8.28.1",
|
|
4283
|
+
"@salesforce/kit": "^3.2.6",
|
|
4284
4284
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4285
4285
|
"@salesforce/ts-types": "^2.0.11",
|
|
4286
4286
|
"chalk": "^5.6.2",
|
|
@@ -11947,9 +11947,9 @@
|
|
|
11947
11947
|
}
|
|
11948
11948
|
},
|
|
11949
11949
|
"node_modules/oclif": {
|
|
11950
|
-
"version": "4.
|
|
11951
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
11952
|
-
"integrity": "sha512-
|
|
11950
|
+
"version": "4.23.0",
|
|
11951
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.23.0.tgz",
|
|
11952
|
+
"integrity": "sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==",
|
|
11953
11953
|
"dev": true,
|
|
11954
11954
|
"license": "MIT",
|
|
11955
11955
|
"dependencies": {
|
|
@@ -11971,7 +11971,7 @@
|
|
|
11971
11971
|
"fs-extra": "^8.1",
|
|
11972
11972
|
"github-slugger": "^2",
|
|
11973
11973
|
"got": "^13",
|
|
11974
|
-
"lodash": "^4.
|
|
11974
|
+
"lodash": "^4.18.1",
|
|
11975
11975
|
"normalize-package-data": "^6",
|
|
11976
11976
|
"semver": "^7.7.4",
|
|
11977
11977
|
"sort-package-json": "^2.15.1",
|
package/oclif.lock
CHANGED
|
@@ -1622,10 +1622,10 @@
|
|
|
1622
1622
|
wordwrap "^1.0.0"
|
|
1623
1623
|
wrap-ansi "^7.0.0"
|
|
1624
1624
|
|
|
1625
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1626
|
-
version "0.8.
|
|
1627
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1628
|
-
integrity sha512-
|
|
1625
|
+
"@oclif/multi-stage-output@^0.8.36":
|
|
1626
|
+
version "0.8.36"
|
|
1627
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.36.tgz#858f146d792efc9ea1c0d0f26ec2b8a89ef94f6a"
|
|
1628
|
+
integrity sha512-3BEpG5CDUJYtyJQZbMPU+o3C0XSC7MgupTb75KjLE6RoG5r9q+BRYkyDyGMspWkqcPtbMqZjs0sMFKmYMiDrEA==
|
|
1629
1629
|
dependencies:
|
|
1630
1630
|
"@oclif/core" "^4"
|
|
1631
1631
|
"@types/react" "^18.3.12"
|
|
@@ -1635,10 +1635,10 @@
|
|
|
1635
1635
|
react "^18.3.1"
|
|
1636
1636
|
wrap-ansi "^9.0.2"
|
|
1637
1637
|
|
|
1638
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1639
|
-
version "5.3.
|
|
1640
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1641
|
-
integrity sha512-
|
|
1638
|
+
"@oclif/plugin-command-snapshot@^5.3.15":
|
|
1639
|
+
version "5.3.15"
|
|
1640
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.15.tgz#8fca90454c80990b37a179330371357621c1514e"
|
|
1641
|
+
integrity sha512-J9mNzaKG1wtOy5Yp9Orz25zwVC/eTtveDTS2P1kFdNSGv7y1NKPpUL7ZKynf4bDGm2aJloXvdlLur7rQtixLzg==
|
|
1642
1642
|
dependencies:
|
|
1643
1643
|
"@oclif/core" "^4"
|
|
1644
1644
|
ansis "^3.17.0"
|
|
@@ -1705,12 +1705,12 @@
|
|
|
1705
1705
|
"@pnpm/network.ca-file" "^1.0.1"
|
|
1706
1706
|
config-chain "^1.1.11"
|
|
1707
1707
|
|
|
1708
|
-
"@salesforce/cli-plugins-testkit@^5.3.
|
|
1709
|
-
version "5.3.
|
|
1710
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.
|
|
1711
|
-
integrity sha512-
|
|
1708
|
+
"@salesforce/cli-plugins-testkit@^5.3.52":
|
|
1709
|
+
version "5.3.52"
|
|
1710
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.52.tgz#105b2a9304bd25b6324232839afda063b2d1e95f"
|
|
1711
|
+
integrity sha512-je/iynPTb5VcDhzPfr+jN+ydapFox0A+0CdE2fkg1ZXws3tZZnyMd+y0i79CchpdtrMUD/Jzkcx0KjvxWF7oTw==
|
|
1712
1712
|
dependencies:
|
|
1713
|
-
"@salesforce/core" "^8.
|
|
1713
|
+
"@salesforce/core" "^8.28.1"
|
|
1714
1714
|
"@salesforce/kit" "^3.2.6"
|
|
1715
1715
|
"@salesforce/ts-types" "^2.0.11"
|
|
1716
1716
|
"@types/shelljs" "^0.10.0"
|
|
@@ -1721,10 +1721,10 @@
|
|
|
1721
1721
|
strip-ansi "6.0.1"
|
|
1722
1722
|
ts-retry-promise "^0.8.1"
|
|
1723
1723
|
|
|
1724
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.
|
|
1725
|
-
version "8.
|
|
1726
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1727
|
-
integrity sha512-
|
|
1724
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.28.1", "@salesforce/core@^8.28.3", "@salesforce/core@^8.5.1":
|
|
1725
|
+
version "8.28.3"
|
|
1726
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.28.3.tgz#1344dc408833fb2a6ac19e6c4c09f846b6593ce3"
|
|
1727
|
+
integrity sha512-DDAeHVwDO8wUlqEGwfp8Vuu7Vp7K+hpubKu6baWkHAXiO1u7ZbQkvwCbpPz9JiYEXVUBvP11JtBQ7zOUIPShlQ==
|
|
1728
1728
|
dependencies:
|
|
1729
1729
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1730
1730
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1790,14 +1790,14 @@
|
|
|
1790
1790
|
dependencies:
|
|
1791
1791
|
"@salesforce/ts-types" "^2.0.12"
|
|
1792
1792
|
|
|
1793
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1794
|
-
version "3.1.
|
|
1795
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1796
|
-
integrity sha512
|
|
1793
|
+
"@salesforce/plugin-command-reference@^3.1.91":
|
|
1794
|
+
version "3.1.91"
|
|
1795
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.91.tgz#be1415229b4f69d53fd3411aaf4bf514608416ae"
|
|
1796
|
+
integrity sha512-1veOTwP+0BJ/1pLXZmEyvtLWQ/bVLRB2vkNOkwLF6AsHT/entwCfmTjQMxH/JSeAnAJulllIvFzC7AVzPPOcDQ==
|
|
1797
1797
|
dependencies:
|
|
1798
1798
|
"@oclif/core" "^4"
|
|
1799
|
-
"@salesforce/core" "^8.
|
|
1800
|
-
"@salesforce/kit" "^3.2.
|
|
1799
|
+
"@salesforce/core" "^8.28.1"
|
|
1800
|
+
"@salesforce/kit" "^3.2.6"
|
|
1801
1801
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1802
1802
|
"@salesforce/ts-types" "^2.0.11"
|
|
1803
1803
|
chalk "^5.6.2"
|
|
@@ -5873,7 +5873,7 @@ lodash.upperfirst@^4.3.1:
|
|
|
5873
5873
|
resolved "https://registry.yarnpkg.com/lodash.upperfirst/-/lodash.upperfirst-4.3.1.tgz#1365edf431480481ef0d1c68957a5ed99d49f7ce"
|
|
5874
5874
|
integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
|
|
5875
5875
|
|
|
5876
|
-
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
|
|
5876
|
+
lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23, lodash@^4.18.1:
|
|
5877
5877
|
version "4.18.1"
|
|
5878
5878
|
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
|
|
5879
5879
|
integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
|
|
@@ -6374,10 +6374,10 @@ object.values@^1.1.7:
|
|
|
6374
6374
|
define-properties "^1.2.0"
|
|
6375
6375
|
es-abstract "^1.22.1"
|
|
6376
6376
|
|
|
6377
|
-
oclif@^4.
|
|
6378
|
-
version "4.
|
|
6379
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6380
|
-
integrity sha512-
|
|
6377
|
+
oclif@^4.23.0:
|
|
6378
|
+
version "4.23.0"
|
|
6379
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.23.0.tgz#217af04e05bdc26e4bd856597fa342983775329a"
|
|
6380
|
+
integrity sha512-0Rz8YsJx6NQORMgyDeDr6i0OlJa6h4oLXBht9iRZhn/YI/by/ONKgcJIPXyTgeLK21JmhbFqJn6Y1AME0EH1Dw==
|
|
6381
6381
|
dependencies:
|
|
6382
6382
|
"@aws-sdk/client-cloudfront" "3.1009.0"
|
|
6383
6383
|
"@aws-sdk/client-s3" "3.1014.0"
|
|
@@ -6397,7 +6397,7 @@ oclif@^4.22.96:
|
|
|
6397
6397
|
fs-extra "^8.1"
|
|
6398
6398
|
github-slugger "^2"
|
|
6399
6399
|
got "^13"
|
|
6400
|
-
lodash "^4.
|
|
6400
|
+
lodash "^4.18.1"
|
|
6401
6401
|
normalize-package-data "^6"
|
|
6402
6402
|
semver "^7.7.4"
|
|
6403
6403
|
sort-package-json "^2.15.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,26 +1,26 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
3
|
"description": "Migrate real data, generate fake data using GenAI, or deploy data files to target orgs.",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.96",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
10
|
-
"@salesforce/core": "^8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.36",
|
|
10
|
+
"@salesforce/core": "^8.28.3",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.5",
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
18
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.15",
|
|
18
|
+
"@salesforce/cli-plugins-testkit": "^5.3.52",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.91",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
23
|
-
"oclif": "^4.
|
|
23
|
+
"oclif": "^4.23.0",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
25
|
"tsx": "^4.21.0",
|
|
26
26
|
"typescript": "^5.5.4"
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"exports": "./lib/index.js",
|
|
212
212
|
"type": "module",
|
|
213
213
|
"sfdx": {
|
|
214
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
215
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
214
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.96.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.96.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|