@salesforce/plugin-data-seeding 1.1.30 → 1.1.32
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 +28 -28
- package/oclif.lock +26 -26
- 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.32/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.32/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.32/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.32/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.32",
|
|
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.32",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.13",
|
|
14
14
|
"@salesforce/core": "^8.10.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -18,15 +18,15 @@
|
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
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.51",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
26
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
27
27
|
"oclif": "^4.17.46",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
|
-
"tsx": "^4.19.
|
|
29
|
+
"tsx": "^4.19.4",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
31
31
|
},
|
|
32
32
|
"engines": {
|
|
@@ -3902,9 +3902,9 @@
|
|
|
3902
3902
|
}
|
|
3903
3903
|
},
|
|
3904
3904
|
"node_modules/@oclif/core": {
|
|
3905
|
-
"version": "4.
|
|
3906
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.
|
|
3907
|
-
"integrity": "sha512-
|
|
3905
|
+
"version": "4.3.0",
|
|
3906
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.3.0.tgz",
|
|
3907
|
+
"integrity": "sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==",
|
|
3908
3908
|
"license": "MIT",
|
|
3909
3909
|
"dependencies": {
|
|
3910
3910
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3993,9 +3993,9 @@
|
|
|
3993
3993
|
}
|
|
3994
3994
|
},
|
|
3995
3995
|
"node_modules/@oclif/multi-stage-output": {
|
|
3996
|
-
"version": "0.8.
|
|
3997
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3998
|
-
"integrity": "sha512-
|
|
3996
|
+
"version": "0.8.13",
|
|
3997
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz",
|
|
3998
|
+
"integrity": "sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==",
|
|
3999
3999
|
"license": "MIT",
|
|
4000
4000
|
"dependencies": {
|
|
4001
4001
|
"@oclif/core": "^4",
|
|
@@ -4078,9 +4078,9 @@
|
|
|
4078
4078
|
}
|
|
4079
4079
|
},
|
|
4080
4080
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4081
|
-
"version": "5.2.
|
|
4082
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4083
|
-
"integrity": "sha512-
|
|
4081
|
+
"version": "5.2.39",
|
|
4082
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz",
|
|
4083
|
+
"integrity": "sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==",
|
|
4084
4084
|
"dev": true,
|
|
4085
4085
|
"license": "MIT",
|
|
4086
4086
|
"dependencies": {
|
|
@@ -4512,14 +4512,14 @@
|
|
|
4512
4512
|
}
|
|
4513
4513
|
},
|
|
4514
4514
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4515
|
-
"version": "3.1.
|
|
4516
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4517
|
-
"integrity": "sha512-
|
|
4515
|
+
"version": "3.1.51",
|
|
4516
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.51.tgz",
|
|
4517
|
+
"integrity": "sha512-SK2XF7mCYSjQBQKENS0+JilRbSskQ/a6qoBedQpWzU1MguO2pQYFbchrgVrFkK7wd49dq0S8ZqiHA7UDms6iTQ==",
|
|
4518
4518
|
"dev": true,
|
|
4519
|
-
"license": "
|
|
4519
|
+
"license": "Apache-2.0",
|
|
4520
4520
|
"dependencies": {
|
|
4521
4521
|
"@oclif/core": "^4",
|
|
4522
|
-
"@salesforce/core": "^8.
|
|
4522
|
+
"@salesforce/core": "^8.10.1",
|
|
4523
4523
|
"@salesforce/kit": "^3.2.3",
|
|
4524
4524
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4525
4525
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -8323,13 +8323,13 @@
|
|
|
8323
8323
|
}
|
|
8324
8324
|
},
|
|
8325
8325
|
"node_modules/eslint-plugin-sf-plugin": {
|
|
8326
|
-
"version": "1.20.
|
|
8327
|
-
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.
|
|
8328
|
-
"integrity": "sha512-
|
|
8326
|
+
"version": "1.20.22",
|
|
8327
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz",
|
|
8328
|
+
"integrity": "sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==",
|
|
8329
8329
|
"dev": true,
|
|
8330
8330
|
"license": "BSD-3-Clause",
|
|
8331
8331
|
"dependencies": {
|
|
8332
|
-
"@salesforce/core": "^8.10.
|
|
8332
|
+
"@salesforce/core": "^8.10.1",
|
|
8333
8333
|
"@typescript-eslint/utils": "^7.18.0"
|
|
8334
8334
|
},
|
|
8335
8335
|
"engines": {
|
|
@@ -14549,9 +14549,9 @@
|
|
|
14549
14549
|
"license": "0BSD"
|
|
14550
14550
|
},
|
|
14551
14551
|
"node_modules/tsx": {
|
|
14552
|
-
"version": "4.19.
|
|
14553
|
-
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.
|
|
14554
|
-
"integrity": "sha512-
|
|
14552
|
+
"version": "4.19.4",
|
|
14553
|
+
"resolved": "https://registry.npmjs.org/tsx/-/tsx-4.19.4.tgz",
|
|
14554
|
+
"integrity": "sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==",
|
|
14555
14555
|
"dev": true,
|
|
14556
14556
|
"license": "MIT",
|
|
14557
14557
|
"dependencies": {
|
package/oclif.lock
CHANGED
|
@@ -1714,9 +1714,9 @@
|
|
|
1714
1714
|
fastq "^1.6.0"
|
|
1715
1715
|
|
|
1716
1716
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.10":
|
|
1717
|
-
version "4.
|
|
1718
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.
|
|
1719
|
-
integrity sha512-
|
|
1717
|
+
version "4.3.0"
|
|
1718
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.3.0.tgz#9a2951f05f81a4c7ae5ffcc00b2d720cca0898e6"
|
|
1719
|
+
integrity sha512-lIzHY+JMP6evrS5E/sGijNnwrCoNtGy8703jWXcMuPOYKiFhWoAqnIm1BGgoRgmxczkbSfRsHUL/lwsSgh74Lw==
|
|
1720
1720
|
dependencies:
|
|
1721
1721
|
ansi-escapes "^4.3.2"
|
|
1722
1722
|
ansis "^3.17.0"
|
|
@@ -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.13":
|
|
1741
|
+
version "0.8.13"
|
|
1742
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.13.tgz#66b69d97f85c182ca402726fad998449dc356d47"
|
|
1743
|
+
integrity sha512-px5UseRSS4jASnYO/h/szunAEvPQ0H0yypDA71FzDvGRBYd3DeBiRYuoyhJsTpoab9hnGZGxZyWFyRrVuOXIAA==
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@oclif/core" "^4"
|
|
1746
1746
|
"@types/react" "^18.3.12"
|
|
@@ -1750,10 +1750,10 @@
|
|
|
1750
1750
|
react "^18.3.1"
|
|
1751
1751
|
wrap-ansi "^9.0.0"
|
|
1752
1752
|
|
|
1753
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1754
|
-
version "5.2.
|
|
1755
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1756
|
-
integrity sha512-
|
|
1753
|
+
"@oclif/plugin-command-snapshot@^5.2.39":
|
|
1754
|
+
version "5.2.39"
|
|
1755
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.39.tgz#988af7777afd743a612eef1c99778aab7c36a506"
|
|
1756
|
+
integrity sha512-Fnos8nK3hwdwQ+mXich6Ckx0KHiQIvJXeD85xpYghbd14RUfFZueS5+56DO9JpW8O7z5N4q9w3TOqkO72iAJIw==
|
|
1757
1757
|
dependencies:
|
|
1758
1758
|
"@oclif/core" "^4"
|
|
1759
1759
|
ansis "^3.17.0"
|
|
@@ -1836,7 +1836,7 @@
|
|
|
1836
1836
|
strip-ansi "6.0.1"
|
|
1837
1837
|
ts-retry-promise "^0.8.1"
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/core@^8.10.
|
|
1839
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1840
1840
|
version "8.10.1"
|
|
1841
1841
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.10.1.tgz#d80283ac9515a5e38677c1aadd4ab91a00866f0d"
|
|
1842
1842
|
integrity sha512-2Pk8MUlO9HTUo6K9bpFxLyc7KUxuIIgmGrFliCQJiUW2N85uvMdB8F+WJD2b8ZOH+6bQ575qynmJlbKmfcLAtQ==
|
|
@@ -1904,13 +1904,13 @@
|
|
|
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.51":
|
|
1908
|
+
version "3.1.51"
|
|
1909
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.51.tgz#9e346bc9afc23379949adf6f2230a888df60f0a6"
|
|
1910
|
+
integrity sha512-SK2XF7mCYSjQBQKENS0+JilRbSskQ/a6qoBedQpWzU1MguO2pQYFbchrgVrFkK7wd49dq0S8ZqiHA7UDms6iTQ==
|
|
1911
1911
|
dependencies:
|
|
1912
1912
|
"@oclif/core" "^4"
|
|
1913
|
-
"@salesforce/core" "^8.
|
|
1913
|
+
"@salesforce/core" "^8.10.1"
|
|
1914
1914
|
"@salesforce/kit" "^3.2.3"
|
|
1915
1915
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1916
1916
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -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.22:
|
|
4178
|
+
version "1.20.22"
|
|
4179
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.22.tgz#d6454d3f6496163b7ca4756fed045edee6666ce1"
|
|
4180
|
+
integrity sha512-WSFeAT31guYZiu4UhxM/ye7lgfp+lEawE9AgFb85vkjqO6ma8x0yQLKx2CQtgsIM1t1RQrFUg11ODVLL1gh2eA==
|
|
4181
4181
|
dependencies:
|
|
4182
|
-
"@salesforce/core" "^8.10.
|
|
4182
|
+
"@salesforce/core" "^8.10.1"
|
|
4183
4183
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4184
4184
|
|
|
4185
4185
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -7721,10 +7721,10 @@ tslib@^2.0.3, tslib@^2.5.0, tslib@^2.6.2:
|
|
|
7721
7721
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.3.tgz#0438f810ad7a9edcde7a241c3d80db693c8cbfe0"
|
|
7722
7722
|
integrity sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==
|
|
7723
7723
|
|
|
7724
|
-
tsx@^4.19.
|
|
7725
|
-
version "4.19.
|
|
7726
|
-
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.19.
|
|
7727
|
-
integrity sha512-
|
|
7724
|
+
tsx@^4.19.4:
|
|
7725
|
+
version "4.19.4"
|
|
7726
|
+
resolved "https://registry.yarnpkg.com/tsx/-/tsx-4.19.4.tgz#647b4141f4fdd9d773a9b564876773d2846901f4"
|
|
7727
|
+
integrity sha512-gK5GVzDkJK1SI1zwHf32Mqxf2tSJkNx+eYcNly5+nHvWqXUJYUkWBQtKauoESz3ymezAI++ZwT855x5p5eop+Q==
|
|
7728
7728
|
dependencies:
|
|
7729
7729
|
esbuild "~0.25.0"
|
|
7730
7730
|
get-tsconfig "^4.7.5"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.32",
|
|
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.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.13",
|
|
10
10
|
"@salesforce/core": "^8.10.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -14,15 +14,15 @@
|
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.2.39",
|
|
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.51",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
22
|
+
"eslint-plugin-sf-plugin": "^1.20.22",
|
|
23
23
|
"oclif": "^4.17.46",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
|
-
"tsx": "^4.19.
|
|
25
|
+
"tsx": "^4.19.4",
|
|
26
26
|
"typescript": "^5.5.4"
|
|
27
27
|
},
|
|
28
28
|
"engines": {
|
|
@@ -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.32.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.32.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|