@salesforce/plugin-data-seeding 1.1.41 → 1.1.43
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 +29 -29
- package/oclif.lock +29 -29
- package/oclif.manifest.json +1 -1
- package/package.json +8 -8
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.43/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.43/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.43/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.43/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.43",
|
|
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.43",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
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.16",
|
|
14
|
+
"@salesforce/core": "^8.15.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.3",
|
|
@@ -21,10 +21,10 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
27
|
-
"oclif": "^4.
|
|
26
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
|
27
|
+
"oclif": "^4.20.1",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"tsx": "^4.20.3",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
@@ -3996,9 +3996,9 @@
|
|
|
3996
3996
|
}
|
|
3997
3997
|
},
|
|
3998
3998
|
"node_modules/@oclif/multi-stage-output": {
|
|
3999
|
-
"version": "0.8.
|
|
4000
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
4001
|
-
"integrity": "sha512-
|
|
3999
|
+
"version": "0.8.16",
|
|
4000
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz",
|
|
4001
|
+
"integrity": "sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==",
|
|
4002
4002
|
"license": "MIT",
|
|
4003
4003
|
"dependencies": {
|
|
4004
4004
|
"@oclif/core": "^4",
|
|
@@ -4208,15 +4208,15 @@
|
|
|
4208
4208
|
}
|
|
4209
4209
|
},
|
|
4210
4210
|
"node_modules/@oclif/plugin-warn-if-update-available": {
|
|
4211
|
-
"version": "3.1.
|
|
4212
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
4213
|
-
"integrity": "sha512-
|
|
4211
|
+
"version": "3.1.42",
|
|
4212
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz",
|
|
4213
|
+
"integrity": "sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==",
|
|
4214
4214
|
"dev": true,
|
|
4215
4215
|
"license": "MIT",
|
|
4216
4216
|
"dependencies": {
|
|
4217
4217
|
"@oclif/core": "^4",
|
|
4218
4218
|
"ansis": "^3.17.0",
|
|
4219
|
-
"debug": "^4.4.
|
|
4219
|
+
"debug": "^4.4.1",
|
|
4220
4220
|
"http-call": "^5.2.2",
|
|
4221
4221
|
"lodash": "^4.17.21",
|
|
4222
4222
|
"registry-auth-token": "^5.1.0"
|
|
@@ -4393,9 +4393,9 @@
|
|
|
4393
4393
|
}
|
|
4394
4394
|
},
|
|
4395
4395
|
"node_modules/@salesforce/core": {
|
|
4396
|
-
"version": "8.
|
|
4397
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4398
|
-
"integrity": "sha512-
|
|
4396
|
+
"version": "8.15.0",
|
|
4397
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.15.0.tgz",
|
|
4398
|
+
"integrity": "sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==",
|
|
4399
4399
|
"license": "BSD-3-Clause",
|
|
4400
4400
|
"dependencies": {
|
|
4401
4401
|
"@jsforce/jsforce-node": "^3.8.2",
|
|
@@ -4553,9 +4553,9 @@
|
|
|
4553
4553
|
}
|
|
4554
4554
|
},
|
|
4555
4555
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4556
|
-
"version": "3.1.
|
|
4557
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4558
|
-
"integrity": "sha512-
|
|
4556
|
+
"version": "3.1.58",
|
|
4557
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz",
|
|
4558
|
+
"integrity": "sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==",
|
|
4559
4559
|
"dev": true,
|
|
4560
4560
|
"license": "Apache-2.0",
|
|
4561
4561
|
"dependencies": {
|
|
@@ -8368,13 +8368,13 @@
|
|
|
8368
8368
|
}
|
|
8369
8369
|
},
|
|
8370
8370
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
8371
|
-
"version": "1.20.
|
|
8372
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
8373
|
-
"integrity": "sha512-
|
|
8371
|
+
"version": "1.20.26",
|
|
8372
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz",
|
|
8373
|
+
"integrity": "sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==",
|
|
8374
8374
|
"dev": true,
|
|
8375
8375
|
"license": "BSD-3-Clause",
|
|
8376
8376
|
"dependencies": {
|
|
8377
|
-
"@salesforce/core": "^8.
|
|
8377
|
+
"@salesforce/core": "^8.14.0",
|
|
8378
8378
|
"@typescript-eslint/utils": "^7.18.0"
|
|
8379
8379
|
},
|
|
8380
8380
|
"engines": {
|
|
@@ -12304,9 +12304,9 @@
|
|
|
12304
12304
|
}
|
|
12305
12305
|
},
|
|
12306
12306
|
"node_modules/oclif": {
|
|
12307
|
-
"version": "4.
|
|
12308
|
-
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.
|
|
12309
|
-
"integrity": "sha512-
|
|
12307
|
+
"version": "4.20.1",
|
|
12308
|
+
"resolved": "https://registry.npmjs.org/oclif/-/oclif-4.20.1.tgz",
|
|
12309
|
+
"integrity": "sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==",
|
|
12310
12310
|
"dev": true,
|
|
12311
12311
|
"license": "MIT",
|
|
12312
12312
|
"dependencies": {
|
|
@@ -12315,10 +12315,10 @@
|
|
|
12315
12315
|
"@inquirer/confirm": "^3.1.22",
|
|
12316
12316
|
"@inquirer/input": "^2.2.4",
|
|
12317
12317
|
"@inquirer/select": "^2.5.0",
|
|
12318
|
-
"@oclif/core": "^4.
|
|
12318
|
+
"@oclif/core": "^4.4.0",
|
|
12319
12319
|
"@oclif/plugin-help": "^6.2.29",
|
|
12320
12320
|
"@oclif/plugin-not-found": "^3.2.57",
|
|
12321
|
-
"@oclif/plugin-warn-if-update-available": "^3.1.
|
|
12321
|
+
"@oclif/plugin-warn-if-update-available": "^3.1.41",
|
|
12322
12322
|
"ansis": "^3.16.0",
|
|
12323
12323
|
"async-retry": "^1.3.3",
|
|
12324
12324
|
"change-case": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
"@nodelib/fs.scandir" "2.1.5"
|
|
1714
1714
|
fastq "^1.6.0"
|
|
1715
1715
|
|
|
1716
|
-
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.
|
|
1716
|
+
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.4.0":
|
|
1717
1717
|
version "4.4.0"
|
|
1718
1718
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.4.0.tgz#82fb972822270c8e585587bd1c8a01ffbac588e2"
|
|
1719
1719
|
integrity sha512-wH5g3SLmbRutnr7UzQBSozRFEAZ7U9YGB/wFuBRr0ZghTgv5DE+KQaf6ZtU7iFb9pvkvoVRnT5XheNAtbjRDaQ==
|
|
@@ -1737,10 +1737,10 @@
|
|
|
1737
1737
|
wordwrap "^1.0.0"
|
|
1738
1738
|
wrap-ansi "^7.0.0"
|
|
1739
1739
|
|
|
1740
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1741
|
-
version "0.8.
|
|
1742
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1743
|
-
integrity sha512-
|
|
1740
|
+
"@oclif/multi-stage-output@^0.8.16":
|
|
1741
|
+
version "0.8.16"
|
|
1742
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.16.tgz#51540c07bf68cabb8ef62d8975694b51985f508c"
|
|
1743
|
+
integrity sha512-r44G3+02dGt7OUQeD4fswdmCqqxQTj1FfmhTPOhM+dEmkrSHsbXAbMCyynXDfqOTbllIWZDJ9oShW1PVT4rMiw==
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@oclif/core" "^4"
|
|
1746
1746
|
"@types/react" "^18.3.12"
|
|
@@ -1782,14 +1782,14 @@
|
|
|
1782
1782
|
ansis "^3.17.0"
|
|
1783
1783
|
fast-levenshtein "^3.0.0"
|
|
1784
1784
|
|
|
1785
|
-
"@oclif/plugin-warn-if-update-available@^3.1.
|
|
1786
|
-
version "3.1.
|
|
1787
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.
|
|
1788
|
-
integrity sha512-
|
|
1785
|
+
"@oclif/plugin-warn-if-update-available@^3.1.41":
|
|
1786
|
+
version "3.1.42"
|
|
1787
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.42.tgz#c03e4a9c1b4bca301524d26bf3d94bf5515a08e8"
|
|
1788
|
+
integrity sha512-bcBfON81gYCx6x50HjrcL7gRiz7bEuLdQNifMsMcBtBq3IpOifyS8/l5R3REEy9kHJ1qdcSYehtopMvS4ov9lA==
|
|
1789
1789
|
dependencies:
|
|
1790
1790
|
"@oclif/core" "^4"
|
|
1791
1791
|
ansis "^3.17.0"
|
|
1792
|
-
debug "^4.4.
|
|
1792
|
+
debug "^4.4.1"
|
|
1793
1793
|
http-call "^5.2.2"
|
|
1794
1794
|
lodash "^4.17.21"
|
|
1795
1795
|
registry-auth-token "^5.1.0"
|
|
@@ -1836,10 +1836,10 @@
|
|
|
1836
1836
|
strip-ansi "6.0.1"
|
|
1837
1837
|
ts-retry-promise "^0.8.1"
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/core@^8.
|
|
1840
|
-
version "8.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.
|
|
1842
|
-
integrity sha512-
|
|
1839
|
+
"@salesforce/core@^8.14.0", "@salesforce/core@^8.15.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1840
|
+
version "8.15.0"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.15.0.tgz#95d337a7a219c2d305117c9f5594617784a8642f"
|
|
1842
|
+
integrity sha512-vTobdBQ7JRlApUDezUAVlC7O7VUk1e+9AM8+TZIVnj2Glub7E5vtwTJRDT48MJ/wWjdhH+9MFfUi2GPHymHmrQ==
|
|
1843
1843
|
dependencies:
|
|
1844
1844
|
"@jsforce/jsforce-node" "^3.8.2"
|
|
1845
1845
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1904,10 +1904,10 @@
|
|
|
1904
1904
|
dependencies:
|
|
1905
1905
|
"@salesforce/ts-types" "^2.0.12"
|
|
1906
1906
|
|
|
1907
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1908
|
-
version "3.1.
|
|
1909
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1910
|
-
integrity sha512-
|
|
1907
|
+
"@salesforce/plugin-command-reference@^3.1.58":
|
|
1908
|
+
version "3.1.58"
|
|
1909
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.58.tgz#4cef5ee3db0e9e6d6f722c18d627053ff42c73c3"
|
|
1910
|
+
integrity sha512-dr8f7TEhUZ88/euXfiQXlpj488G89XEEl4IrpU+H4qk5lrIGhy9OWuSxLBCc/UHTwxirFq7+H6vRVzNTLYqgXQ==
|
|
1911
1911
|
dependencies:
|
|
1912
1912
|
"@oclif/core" "^4"
|
|
1913
1913
|
"@salesforce/core" "^8.14.0"
|
|
@@ -4174,12 +4174,12 @@ eslint-plugin-jsdoc@^46.10.1:
|
|
|
4174
4174
|
semver "^7.5.4"
|
|
4175
4175
|
spdx-expression-parse "^4.0.0"
|
|
4176
4176
|
|
|
4177
|
-
eslint-plugin-sf-plugin@^1.20.
|
|
4178
|
-
version "1.20.
|
|
4179
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
4180
|
-
integrity sha512-
|
|
4177
|
+
eslint-plugin-sf-plugin@^1.20.26:
|
|
4178
|
+
version "1.20.26"
|
|
4179
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.26.tgz#3ffada40ee1aeab70384c16ed717769946b1473e"
|
|
4180
|
+
integrity sha512-kK1Kj+PpkVaGHWR+/FGdSW4lT7nbD+g2mSLkYFFQ4X9L9VnDSGI2mbNfByCeJ0RELC2GxM0jhw/T1pgSKc7aQw==
|
|
4181
4181
|
dependencies:
|
|
4182
|
-
"@salesforce/core" "^8.
|
|
4182
|
+
"@salesforce/core" "^8.14.0"
|
|
4183
4183
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4184
4184
|
|
|
4185
4185
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6383,20 +6383,20 @@ object.values@^1.1.7:
|
|
|
6383
6383
|
define-properties "^1.2.0"
|
|
6384
6384
|
es-abstract "^1.22.1"
|
|
6385
6385
|
|
|
6386
|
-
oclif@^4.
|
|
6387
|
-
version "4.
|
|
6388
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.
|
|
6389
|
-
integrity sha512-
|
|
6386
|
+
oclif@^4.20.1:
|
|
6387
|
+
version "4.20.1"
|
|
6388
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.20.1.tgz#26caab0b2cd7c6548f3ff94abc1287b17fa04bf8"
|
|
6389
|
+
integrity sha512-XsC6MaYTEtIjkq43sXIrGiq+wtuzxCYWv43gIaFAg8KszOutojqlACwrz1dgCgUAwanwv+BNBNJLnvwQ84dpjg==
|
|
6390
6390
|
dependencies:
|
|
6391
6391
|
"@aws-sdk/client-cloudfront" "^3.787.0"
|
|
6392
6392
|
"@aws-sdk/client-s3" "^3.787.0"
|
|
6393
6393
|
"@inquirer/confirm" "^3.1.22"
|
|
6394
6394
|
"@inquirer/input" "^2.2.4"
|
|
6395
6395
|
"@inquirer/select" "^2.5.0"
|
|
6396
|
-
"@oclif/core" "^4.
|
|
6396
|
+
"@oclif/core" "^4.4.0"
|
|
6397
6397
|
"@oclif/plugin-help" "^6.2.29"
|
|
6398
6398
|
"@oclif/plugin-not-found" "^3.2.57"
|
|
6399
|
-
"@oclif/plugin-warn-if-update-available" "^3.1.
|
|
6399
|
+
"@oclif/plugin-warn-if-update-available" "^3.1.41"
|
|
6400
6400
|
ansis "^3.16.0"
|
|
6401
6401
|
async-retry "^1.3.3"
|
|
6402
6402
|
change-case "^4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.43",
|
|
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.16",
|
|
10
|
+
"@salesforce/core": "^8.15.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.3",
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.3.2",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
23
|
-
"oclif": "^4.
|
|
22
|
+
"eslint-plugin-sf-plugin": "^1.20.26",
|
|
23
|
+
"oclif": "^4.20.1",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
25
|
"tsx": "^4.20.3",
|
|
26
26
|
"typescript": "^5.5.4"
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exports": "./lib/index.js",
|
|
211
211
|
"type": "module",
|
|
212
212
|
"sfdx": {
|
|
213
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
214
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
213
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.43.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.43.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|