@salesforce/plugin-data-seeding 1.1.34 → 1.1.35
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 +60 -32
- package/oclif.lock +41 -34
- package/oclif.manifest.json +57 -57
- package/package.json +6 -6
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.35/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.35/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.35/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.35/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.35",
|
|
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.35",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@oclif/multi-stage-output": "^0.8.13",
|
|
14
|
-
"@salesforce/core": "^8.11.
|
|
14
|
+
"@salesforce/core": "^8.11.2",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.2",
|
|
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.40",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
24
|
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
26
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
27
27
|
"oclif": "^4.17.46",
|
|
28
28
|
"ts-node": "^10.9.2",
|
|
29
29
|
"tsx": "^4.19.4",
|
|
@@ -3834,9 +3834,9 @@
|
|
|
3834
3834
|
}
|
|
3835
3835
|
},
|
|
3836
3836
|
"node_modules/@jsforce/jsforce-node": {
|
|
3837
|
-
"version": "3.8.
|
|
3838
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.
|
|
3839
|
-
"integrity": "sha512
|
|
3837
|
+
"version": "3.8.2",
|
|
3838
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz",
|
|
3839
|
+
"integrity": "sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==",
|
|
3840
3840
|
"license": "MIT",
|
|
3841
3841
|
"dependencies": {
|
|
3842
3842
|
"@sindresorhus/is": "^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.40",
|
|
4082
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
|
|
4083
|
+
"integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
|
|
4084
4084
|
"dev": true,
|
|
4085
4085
|
"license": "MIT",
|
|
4086
4086
|
"dependencies": {
|
|
@@ -4091,7 +4091,7 @@
|
|
|
4091
4091
|
"lodash.difference": "^4.5.0",
|
|
4092
4092
|
"lodash.get": "^4.4.2",
|
|
4093
4093
|
"lodash.sortby": "^4.7.0",
|
|
4094
|
-
"semver": "^7.7.
|
|
4094
|
+
"semver": "^7.7.2",
|
|
4095
4095
|
"ts-json-schema-generator": "^1.5.1"
|
|
4096
4096
|
},
|
|
4097
4097
|
"engines": {
|
|
@@ -4387,12 +4387,12 @@
|
|
|
4387
4387
|
}
|
|
4388
4388
|
},
|
|
4389
4389
|
"node_modules/@salesforce/core": {
|
|
4390
|
-
"version": "8.11.
|
|
4391
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.
|
|
4392
|
-
"integrity": "sha512-
|
|
4390
|
+
"version": "8.11.2",
|
|
4391
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.2.tgz",
|
|
4392
|
+
"integrity": "sha512-Qn4YAhO04rvId8jO4WuKUJlThRViW3MY/xtPVC++UmFBXwY6WJ/T3A2v6BEVZMa0Wr+RZW9raF5pZ6SReRPtUw==",
|
|
4393
4393
|
"license": "BSD-3-Clause",
|
|
4394
4394
|
"dependencies": {
|
|
4395
|
-
"@jsforce/jsforce-node": "^3.8.
|
|
4395
|
+
"@jsforce/jsforce-node": "^3.8.2",
|
|
4396
4396
|
"@salesforce/kit": "^3.2.2",
|
|
4397
4397
|
"@salesforce/schemas": "^1.9.0",
|
|
4398
4398
|
"@salesforce/ts-types": "^2.0.10",
|
|
@@ -4404,7 +4404,7 @@
|
|
|
4404
4404
|
"js2xmlparser": "^4.0.1",
|
|
4405
4405
|
"jsonwebtoken": "9.0.2",
|
|
4406
4406
|
"jszip": "3.10.1",
|
|
4407
|
-
"pino": "^9.
|
|
4407
|
+
"pino": "^9.7.0",
|
|
4408
4408
|
"pino-abstract-transport": "^1.2.0",
|
|
4409
4409
|
"pino-pretty": "^11.2.2",
|
|
4410
4410
|
"proper-lockfile": "^4.1.2",
|
|
@@ -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.24",
|
|
8327
|
+
"resolved": "https://registry.npmjs.org/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz",
|
|
8328
|
+
"integrity": "sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==",
|
|
8329
8329
|
"dev": true,
|
|
8330
8330
|
"license": "BSD-3-Clause",
|
|
8331
8331
|
"dependencies": {
|
|
8332
|
-
"@salesforce/core": "^8.
|
|
8332
|
+
"@salesforce/core": "^8.11.1",
|
|
8333
8333
|
"@typescript-eslint/utils": "^7.18.0"
|
|
8334
8334
|
},
|
|
8335
8335
|
"engines": {
|
|
@@ -12617,17 +12617,17 @@
|
|
|
12617
12617
|
}
|
|
12618
12618
|
},
|
|
12619
12619
|
"node_modules/pino": {
|
|
12620
|
-
"version": "9.
|
|
12621
|
-
"resolved": "https://registry.npmjs.org/pino/-/pino-9.
|
|
12622
|
-
"integrity": "sha512-
|
|
12620
|
+
"version": "9.7.0",
|
|
12621
|
+
"resolved": "https://registry.npmjs.org/pino/-/pino-9.7.0.tgz",
|
|
12622
|
+
"integrity": "sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==",
|
|
12623
12623
|
"license": "MIT",
|
|
12624
12624
|
"dependencies": {
|
|
12625
12625
|
"atomic-sleep": "^1.0.0",
|
|
12626
12626
|
"fast-redact": "^3.1.1",
|
|
12627
12627
|
"on-exit-leak-free": "^2.1.0",
|
|
12628
|
-
"pino-abstract-transport": "^
|
|
12628
|
+
"pino-abstract-transport": "^2.0.0",
|
|
12629
12629
|
"pino-std-serializers": "^7.0.0",
|
|
12630
|
-
"process-warning": "^
|
|
12630
|
+
"process-warning": "^5.0.0",
|
|
12631
12631
|
"quick-format-unescaped": "^4.0.3",
|
|
12632
12632
|
"real-require": "^0.2.0",
|
|
12633
12633
|
"safe-stable-stringify": "^2.3.1",
|
|
@@ -12720,6 +12720,24 @@
|
|
|
12720
12720
|
"integrity": "sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==",
|
|
12721
12721
|
"license": "MIT"
|
|
12722
12722
|
},
|
|
12723
|
+
"node_modules/pino/node_modules/pino-abstract-transport": {
|
|
12724
|
+
"version": "2.0.0",
|
|
12725
|
+
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz",
|
|
12726
|
+
"integrity": "sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==",
|
|
12727
|
+
"license": "MIT",
|
|
12728
|
+
"dependencies": {
|
|
12729
|
+
"split2": "^4.0.0"
|
|
12730
|
+
}
|
|
12731
|
+
},
|
|
12732
|
+
"node_modules/pino/node_modules/split2": {
|
|
12733
|
+
"version": "4.2.0",
|
|
12734
|
+
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
|
12735
|
+
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
|
12736
|
+
"license": "ISC",
|
|
12737
|
+
"engines": {
|
|
12738
|
+
"node": ">= 10.x"
|
|
12739
|
+
}
|
|
12740
|
+
},
|
|
12723
12741
|
"node_modules/pkg-dir": {
|
|
12724
12742
|
"version": "4.2.0",
|
|
12725
12743
|
"resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
|
|
@@ -12886,9 +12904,19 @@
|
|
|
12886
12904
|
}
|
|
12887
12905
|
},
|
|
12888
12906
|
"node_modules/process-warning": {
|
|
12889
|
-
"version": "
|
|
12890
|
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-
|
|
12891
|
-
"integrity": "sha512
|
|
12907
|
+
"version": "5.0.0",
|
|
12908
|
+
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
|
12909
|
+
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
|
12910
|
+
"funding": [
|
|
12911
|
+
{
|
|
12912
|
+
"type": "github",
|
|
12913
|
+
"url": "https://github.com/sponsors/fastify"
|
|
12914
|
+
},
|
|
12915
|
+
{
|
|
12916
|
+
"type": "opencollective",
|
|
12917
|
+
"url": "https://opencollective.com/fastify"
|
|
12918
|
+
}
|
|
12919
|
+
],
|
|
12892
12920
|
"license": "MIT"
|
|
12893
12921
|
},
|
|
12894
12922
|
"node_modules/proper-lockfile": {
|
|
@@ -13534,9 +13562,9 @@
|
|
|
13534
13562
|
"license": "BSD-3-Clause"
|
|
13535
13563
|
},
|
|
13536
13564
|
"node_modules/semver": {
|
|
13537
|
-
"version": "7.7.
|
|
13538
|
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.
|
|
13539
|
-
"integrity": "sha512-
|
|
13565
|
+
"version": "7.7.2",
|
|
13566
|
+
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
|
13567
|
+
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
|
13540
13568
|
"license": "ISC",
|
|
13541
13569
|
"bin": {
|
|
13542
13570
|
"semver": "bin/semver.js"
|
package/oclif.lock
CHANGED
|
@@ -1676,10 +1676,10 @@
|
|
|
1676
1676
|
"@jridgewell/resolve-uri" "^3.1.0"
|
|
1677
1677
|
"@jridgewell/sourcemap-codec" "^1.4.14"
|
|
1678
1678
|
|
|
1679
|
-
"@jsforce/jsforce-node@^3.8.
|
|
1680
|
-
version "3.8.
|
|
1681
|
-
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.
|
|
1682
|
-
integrity sha512
|
|
1679
|
+
"@jsforce/jsforce-node@^3.8.2":
|
|
1680
|
+
version "3.8.2"
|
|
1681
|
+
resolved "https://registry.yarnpkg.com/@jsforce/jsforce-node/-/jsforce-node-3.8.2.tgz#68b903f6733ae479086ab02ea4a2de87a7f208eb"
|
|
1682
|
+
integrity sha512-ewaRr9JnZRW6I28C/TzUnv5p70zMrWsKCq2ovRW6X557/ikdfvA24F9k4cQXZnTG2lZLEfVn+WwdBGEtY7pPnQ==
|
|
1683
1683
|
dependencies:
|
|
1684
1684
|
"@sindresorhus/is" "^4"
|
|
1685
1685
|
base64url "^3.0.1"
|
|
@@ -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.40":
|
|
1754
|
+
version "5.2.40"
|
|
1755
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
|
|
1756
|
+
integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
|
|
1757
1757
|
dependencies:
|
|
1758
1758
|
"@oclif/core" "^4"
|
|
1759
1759
|
ansis "^3.17.0"
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
lodash.difference "^4.5.0"
|
|
1763
1763
|
lodash.get "^4.4.2"
|
|
1764
1764
|
lodash.sortby "^4.7.0"
|
|
1765
|
-
semver "^7.7.
|
|
1765
|
+
semver "^7.7.2"
|
|
1766
1766
|
ts-json-schema-generator "^1.5.1"
|
|
1767
1767
|
|
|
1768
1768
|
"@oclif/plugin-help@^6.2.27":
|
|
@@ -1836,12 +1836,12 @@
|
|
|
1836
1836
|
strip-ansi "6.0.1"
|
|
1837
1837
|
ts-retry-promise "^0.8.1"
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/core@^8.10.1", "@salesforce/core@^8.11.
|
|
1840
|
-
version "8.11.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.
|
|
1842
|
-
integrity sha512-
|
|
1839
|
+
"@salesforce/core@^8.10.1", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.2", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1840
|
+
version "8.11.2"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.2.tgz#5ee84d48706efa07c8b4095e9998b24d7ca0afac"
|
|
1842
|
+
integrity sha512-Qn4YAhO04rvId8jO4WuKUJlThRViW3MY/xtPVC++UmFBXwY6WJ/T3A2v6BEVZMa0Wr+RZW9raF5pZ6SReRPtUw==
|
|
1843
1843
|
dependencies:
|
|
1844
|
-
"@jsforce/jsforce-node" "^3.8.
|
|
1844
|
+
"@jsforce/jsforce-node" "^3.8.2"
|
|
1845
1845
|
"@salesforce/kit" "^3.2.2"
|
|
1846
1846
|
"@salesforce/schemas" "^1.9.0"
|
|
1847
1847
|
"@salesforce/ts-types" "^2.0.10"
|
|
@@ -1853,7 +1853,7 @@
|
|
|
1853
1853
|
js2xmlparser "^4.0.1"
|
|
1854
1854
|
jsonwebtoken "9.0.2"
|
|
1855
1855
|
jszip "3.10.1"
|
|
1856
|
-
pino "^9.
|
|
1856
|
+
pino "^9.7.0"
|
|
1857
1857
|
pino-abstract-transport "^1.2.0"
|
|
1858
1858
|
pino-pretty "^11.2.2"
|
|
1859
1859
|
proper-lockfile "^4.1.2"
|
|
@@ -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.24:
|
|
4178
|
+
version "1.20.24"
|
|
4179
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.20.24.tgz#a16ce6d252ff3f3504005485050aa023bfef89a4"
|
|
4180
|
+
integrity sha512-gSBLwp6T3n9Mw1TjO7Fq+VbYA7kdPfws0f1vR3tjEHUH4UlrNPya9RnN3g5uW2S1/62kDwgOjORYu2HlRr5UDg==
|
|
4181
4181
|
dependencies:
|
|
4182
|
-
"@salesforce/core" "^8.
|
|
4182
|
+
"@salesforce/core" "^8.11.1"
|
|
4183
4183
|
"@typescript-eslint/utils" "^7.18.0"
|
|
4184
4184
|
|
|
4185
4185
|
eslint-plugin-unicorn@^50.0.1:
|
|
@@ -6647,6 +6647,13 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.2.0:
|
|
|
6647
6647
|
readable-stream "^4.0.0"
|
|
6648
6648
|
split2 "^4.0.0"
|
|
6649
6649
|
|
|
6650
|
+
pino-abstract-transport@^2.0.0:
|
|
6651
|
+
version "2.0.0"
|
|
6652
|
+
resolved "https://registry.yarnpkg.com/pino-abstract-transport/-/pino-abstract-transport-2.0.0.tgz#de241578406ac7b8a33ce0d77ae6e8a0b3b68a60"
|
|
6653
|
+
integrity sha512-F63x5tizV6WCh4R6RHyi2Ml+M70DNRXt/+HANowMflpgGFMAym/VKm6G7ZOQRjqN7XbGxK1Lg9t6ZrtzOaivMw==
|
|
6654
|
+
dependencies:
|
|
6655
|
+
split2 "^4.0.0"
|
|
6656
|
+
|
|
6650
6657
|
pino-pretty@^11.2.2:
|
|
6651
6658
|
version "11.2.2"
|
|
6652
6659
|
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-11.2.2.tgz#5e8ec69b31e90eb187715af07b1d29a544e60d39"
|
|
@@ -6672,17 +6679,17 @@ pino-std-serializers@^7.0.0:
|
|
|
6672
6679
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-7.0.0.tgz#7c625038b13718dbbd84ab446bd673dc52259e3b"
|
|
6673
6680
|
integrity sha512-e906FRY0+tV27iq4juKzSYPbUj2do2X2JX4EzSca1631EB2QJQUqGbDuERal7LCtOpxl6x3+nvo9NPZcmjkiFA==
|
|
6674
6681
|
|
|
6675
|
-
pino@^9.
|
|
6676
|
-
version "9.
|
|
6677
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-9.
|
|
6678
|
-
integrity sha512-
|
|
6682
|
+
pino@^9.7.0:
|
|
6683
|
+
version "9.7.0"
|
|
6684
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-9.7.0.tgz#ff7cd86eb3103ee620204dbd5ca6ffda8b53f645"
|
|
6685
|
+
integrity sha512-vnMCM6xZTb1WDmLvtG2lE/2p+t9hDEIvTWJsu6FejkE62vB7gDhvzrpFR4Cw2to+9JNQxVnkAKVPA1KPB98vWg==
|
|
6679
6686
|
dependencies:
|
|
6680
6687
|
atomic-sleep "^1.0.0"
|
|
6681
6688
|
fast-redact "^3.1.1"
|
|
6682
6689
|
on-exit-leak-free "^2.1.0"
|
|
6683
|
-
pino-abstract-transport "^
|
|
6690
|
+
pino-abstract-transport "^2.0.0"
|
|
6684
6691
|
pino-std-serializers "^7.0.0"
|
|
6685
|
-
process-warning "^
|
|
6692
|
+
process-warning "^5.0.0"
|
|
6686
6693
|
quick-format-unescaped "^4.0.3"
|
|
6687
6694
|
real-require "^0.2.0"
|
|
6688
6695
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6736,10 +6743,10 @@ process-on-spawn@^1.0.0:
|
|
|
6736
6743
|
dependencies:
|
|
6737
6744
|
fromentries "^1.2.0"
|
|
6738
6745
|
|
|
6739
|
-
process-warning@^
|
|
6740
|
-
version "
|
|
6741
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6742
|
-
integrity sha512
|
|
6746
|
+
process-warning@^5.0.0:
|
|
6747
|
+
version "5.0.0"
|
|
6748
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-5.0.0.tgz#566e0bf79d1dff30a72d8bbbe9e8ecefe8d378d7"
|
|
6749
|
+
integrity sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==
|
|
6743
6750
|
|
|
6744
6751
|
process@^0.11.10:
|
|
6745
6752
|
version "0.11.10"
|
|
@@ -7122,10 +7129,10 @@ semver@^6.0.0, semver@^6.3.1:
|
|
|
7122
7129
|
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.1.tgz#556d2ef8689146e46dcea4bfdd095f3434dffcb4"
|
|
7123
7130
|
integrity sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==
|
|
7124
7131
|
|
|
7125
|
-
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1:
|
|
7126
|
-
version "7.7.
|
|
7127
|
-
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.
|
|
7128
|
-
integrity sha512-
|
|
7132
|
+
semver@^7.3.4, semver@^7.3.5, semver@^7.5.4, semver@^7.6.0, semver@^7.6.3, semver@^7.7.1, semver@^7.7.2:
|
|
7133
|
+
version "7.7.2"
|
|
7134
|
+
resolved "https://registry.yarnpkg.com/semver/-/semver-7.7.2.tgz#67d99fdcd35cec21e6f8b87a7fd515a33f982b58"
|
|
7135
|
+
integrity sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==
|
|
7129
7136
|
|
|
7130
7137
|
sentence-case@^3.0.4:
|
|
7131
7138
|
version "3.0.4"
|
package/oclif.manifest.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"data-seeding:
|
|
3
|
+
"data-seeding:generate": {
|
|
4
4
|
"aliases": [],
|
|
5
5
|
"args": {},
|
|
6
|
-
"description": "This command
|
|
6
|
+
"description": "This command uses AI to generate synthetic (or \"fake\") data that has a similar format to selected data in a source org. The command uses a JSON configuration file to define the characteristics of the synthetic data. For example, the configuration file might specify the number of records to generate for one or more Salesforce objects, along with the subset of fields to include. Once generated, the data is automatically loaded into the specified target org. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs the job ID, along with a running status of each execution phase, such as querying the source org or generating the data. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding generate report\" command to view the status.",
|
|
7
7
|
"examples": [
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
8
|
+
"Generate synthetic data similar to existing data in the org with alias \"mySourceOrg\" then load it into the org with alias \"myTargetOrg\"; use the specified config file to determine the format of the generated data:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/seed-config.json",
|
|
9
|
+
"Generate synthetic data using org usernames and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --async",
|
|
10
|
+
"Generate synthetic data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com\" --target-org target@org.com\" --config-file ./config/seed-config.json --wait 5"
|
|
11
11
|
],
|
|
12
12
|
"flags": {
|
|
13
13
|
"json": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"name": "target-org",
|
|
31
31
|
"noCacheDefault": true,
|
|
32
32
|
"required": true,
|
|
33
|
-
"summary": "Username or alias of the target org into which the
|
|
33
|
+
"summary": "Username or alias of the target org into which the generated data will be loaded.",
|
|
34
34
|
"hasDynamicHelp": true,
|
|
35
35
|
"multiple": false,
|
|
36
36
|
"type": "option"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"name": "source-org",
|
|
41
41
|
"noCacheDefault": true,
|
|
42
42
|
"required": true,
|
|
43
|
-
"summary": "Username or alias of the source org that contains the data
|
|
43
|
+
"summary": "Username or alias of the source org that contains the data that AI will mimic.",
|
|
44
44
|
"hasDynamicHelp": true,
|
|
45
45
|
"multiple": false,
|
|
46
46
|
"type": "option"
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"char": "f",
|
|
50
50
|
"name": "config-file",
|
|
51
51
|
"required": true,
|
|
52
|
-
"summary": "Path to the data
|
|
52
|
+
"summary": "Path to the data seeding JSON configuration file.",
|
|
53
53
|
"hasDynamicHelp": false,
|
|
54
54
|
"multiple": false,
|
|
55
55
|
"type": "option"
|
|
@@ -78,34 +78,34 @@
|
|
|
78
78
|
},
|
|
79
79
|
"hasDynamicHelp": true,
|
|
80
80
|
"hiddenAliases": [],
|
|
81
|
-
"id": "data-seeding:
|
|
81
|
+
"id": "data-seeding:generate",
|
|
82
82
|
"pluginAlias": "@salesforce/plugin-data-seeding",
|
|
83
83
|
"pluginName": "@salesforce/plugin-data-seeding",
|
|
84
84
|
"pluginType": "core",
|
|
85
85
|
"strict": true,
|
|
86
|
-
"summary": "
|
|
86
|
+
"summary": "Generate synthetic org data that mimics existing data in a source org, and then load it into a separate target org.",
|
|
87
87
|
"enableJsonFlag": true,
|
|
88
88
|
"isESM": true,
|
|
89
89
|
"relativePath": [
|
|
90
90
|
"lib",
|
|
91
91
|
"commands",
|
|
92
92
|
"data-seeding",
|
|
93
|
-
"
|
|
93
|
+
"generate",
|
|
94
94
|
"index.js"
|
|
95
95
|
],
|
|
96
96
|
"aliasPermutations": [],
|
|
97
97
|
"permutations": [
|
|
98
|
-
"data-seeding:
|
|
99
|
-
"
|
|
98
|
+
"data-seeding:generate",
|
|
99
|
+
"generate:data-seeding"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
|
-
"data-seeding:
|
|
102
|
+
"data-seeding:generate:report": {
|
|
103
103
|
"aliases": [],
|
|
104
104
|
"args": {},
|
|
105
|
-
"description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding
|
|
105
|
+
"description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding generate\" command. Run this command by either passing it the job ID returned by \"data-seeding generate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding generate\" command.",
|
|
106
106
|
"examples": [
|
|
107
|
-
"Display the status of a specific execution of the \"data-seeding
|
|
108
|
-
"Display the status of the most recently run \"data-seeding
|
|
107
|
+
"Display the status of a specific execution of the \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
|
|
108
|
+
"Display the status of the most recently run \"data-seeding generate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
109
109
|
],
|
|
110
110
|
"flags": {
|
|
111
111
|
"json": {
|
|
@@ -126,7 +126,7 @@
|
|
|
126
126
|
"job-id": {
|
|
127
127
|
"char": "i",
|
|
128
128
|
"name": "job-id",
|
|
129
|
-
"summary": "ID of a specific execution of the \"data-seeding
|
|
129
|
+
"summary": "ID of a specific execution of the \"data-seeding generate\" command.",
|
|
130
130
|
"hasDynamicHelp": false,
|
|
131
131
|
"multiple": false,
|
|
132
132
|
"type": "option"
|
|
@@ -134,46 +134,46 @@
|
|
|
134
134
|
"use-most-recent": {
|
|
135
135
|
"char": "r",
|
|
136
136
|
"name": "use-most-recent",
|
|
137
|
-
"summary": "View the status of the most recently run \"data-seeding
|
|
137
|
+
"summary": "View the status of the most recently run \"data-seeding generate\" command.",
|
|
138
138
|
"allowNo": false,
|
|
139
139
|
"type": "boolean"
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
142
|
"hasDynamicHelp": false,
|
|
143
143
|
"hiddenAliases": [],
|
|
144
|
-
"id": "data-seeding:
|
|
144
|
+
"id": "data-seeding:generate:report",
|
|
145
145
|
"pluginAlias": "@salesforce/plugin-data-seeding",
|
|
146
146
|
"pluginName": "@salesforce/plugin-data-seeding",
|
|
147
147
|
"pluginType": "core",
|
|
148
148
|
"strict": true,
|
|
149
|
-
"summary": "Display the status of a data-seeding
|
|
149
|
+
"summary": "Display the status of a data-seeding generate job.",
|
|
150
150
|
"enableJsonFlag": true,
|
|
151
151
|
"isESM": true,
|
|
152
152
|
"relativePath": [
|
|
153
153
|
"lib",
|
|
154
154
|
"commands",
|
|
155
155
|
"data-seeding",
|
|
156
|
-
"
|
|
156
|
+
"generate",
|
|
157
157
|
"report.js"
|
|
158
158
|
],
|
|
159
159
|
"aliasPermutations": [],
|
|
160
160
|
"permutations": [
|
|
161
|
-
"data-seeding:
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"data-seeding:report:
|
|
165
|
-
"report:data-seeding:
|
|
166
|
-
"report:
|
|
161
|
+
"data-seeding:generate:report",
|
|
162
|
+
"generate:data-seeding:report",
|
|
163
|
+
"generate:report:data-seeding",
|
|
164
|
+
"data-seeding:report:generate",
|
|
165
|
+
"report:data-seeding:generate",
|
|
166
|
+
"report:generate:data-seeding"
|
|
167
167
|
]
|
|
168
168
|
},
|
|
169
|
-
"data-seeding:
|
|
169
|
+
"data-seeding:migrate": {
|
|
170
170
|
"aliases": [],
|
|
171
171
|
"args": {},
|
|
172
|
-
"description": "This command
|
|
172
|
+
"description": "This command migrates selected data from a source org and loads it into a target org. The command uses a JSON configuration file that defines the characteristics of the data. For example, the configuration file might specify a number of records from one or more Salesforce objects to migrate, along with the subset of fields to include. You must be authenticated to both the source and target orgs before running this command.\n\nBy default, this command runs synchronously and outputs a job ID along with a running status of each execution phase, such as querying the source org or loading into the target. If you prefer, you can run the command asynchronously by specifying the --async flag so that the control of the terminal is immediately returned to you. Then use the job ID to run the \"data-seeding migrate report\" command to view the status.",
|
|
173
173
|
"examples": [
|
|
174
|
-
"
|
|
175
|
-
"
|
|
176
|
-
"
|
|
174
|
+
"Migrate data from the org with alias \"mySourceOrg\" to the org with alias \"myTargetOrg\"; use the specified configuration file to determine the data to migrate:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json",
|
|
175
|
+
"Migrate data by specifying usernames for the source and target orgs, and run the command asynchronously:\n<%= config.bin %> <%= command.id %> --source-org source@org.com --target-org target@org.com --config-file=./config/data-seed.json --async",
|
|
176
|
+
"Migrate data using org aliases; if after 5 minutes the command hasn't finished, it completes asynchronously:\n<%= config.bin %> <%= command.id %> --source-org mySourceOrg --target-org myTargetOrg --config-file ./config/data-seed.json --wait 5"
|
|
177
177
|
],
|
|
178
178
|
"flags": {
|
|
179
179
|
"json": {
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"name": "target-org",
|
|
197
197
|
"noCacheDefault": true,
|
|
198
198
|
"required": true,
|
|
199
|
-
"summary": "Username or alias of the target org into which the
|
|
199
|
+
"summary": "Username or alias of the target org into which the migrated data is loaded.",
|
|
200
200
|
"hasDynamicHelp": true,
|
|
201
201
|
"multiple": false,
|
|
202
202
|
"type": "option"
|
|
@@ -206,7 +206,7 @@
|
|
|
206
206
|
"name": "source-org",
|
|
207
207
|
"noCacheDefault": true,
|
|
208
208
|
"required": true,
|
|
209
|
-
"summary": "Username or alias of the source org that contains the data
|
|
209
|
+
"summary": "Username or alias of the source org that contains the data to be migrated.",
|
|
210
210
|
"hasDynamicHelp": true,
|
|
211
211
|
"multiple": false,
|
|
212
212
|
"type": "option"
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"char": "f",
|
|
216
216
|
"name": "config-file",
|
|
217
217
|
"required": true,
|
|
218
|
-
"summary": "Path to the data
|
|
218
|
+
"summary": "Path to the data migration JSON configuration file.",
|
|
219
219
|
"hasDynamicHelp": false,
|
|
220
220
|
"multiple": false,
|
|
221
221
|
"type": "option"
|
|
@@ -244,34 +244,34 @@
|
|
|
244
244
|
},
|
|
245
245
|
"hasDynamicHelp": true,
|
|
246
246
|
"hiddenAliases": [],
|
|
247
|
-
"id": "data-seeding:
|
|
247
|
+
"id": "data-seeding:migrate",
|
|
248
248
|
"pluginAlias": "@salesforce/plugin-data-seeding",
|
|
249
249
|
"pluginName": "@salesforce/plugin-data-seeding",
|
|
250
250
|
"pluginType": "core",
|
|
251
251
|
"strict": true,
|
|
252
|
-
"summary": "
|
|
252
|
+
"summary": "Migrate data from one org to another.",
|
|
253
253
|
"enableJsonFlag": true,
|
|
254
254
|
"isESM": true,
|
|
255
255
|
"relativePath": [
|
|
256
256
|
"lib",
|
|
257
257
|
"commands",
|
|
258
258
|
"data-seeding",
|
|
259
|
-
"
|
|
259
|
+
"migrate",
|
|
260
260
|
"index.js"
|
|
261
261
|
],
|
|
262
262
|
"aliasPermutations": [],
|
|
263
263
|
"permutations": [
|
|
264
|
-
"data-seeding:
|
|
265
|
-
"
|
|
264
|
+
"data-seeding:migrate",
|
|
265
|
+
"migrate:data-seeding"
|
|
266
266
|
]
|
|
267
267
|
},
|
|
268
|
-
"data-seeding:
|
|
268
|
+
"data-seeding:migrate:report": {
|
|
269
269
|
"aliases": [],
|
|
270
270
|
"args": {},
|
|
271
|
-
"description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding
|
|
271
|
+
"description": "This command displays the status of a previously initiated or completed execution of the \"data-seeding migrate\" command. Run this command by either passing it the job ID returned by \"data-seeding migrate\", or use the --use-most-recent flag to view the status of the most recently run \"data-seeding migrate\" command.",
|
|
272
272
|
"examples": [
|
|
273
|
-
"Display the status of a specific execution of the \"data-seeding
|
|
274
|
-
"Display the status of the most recently run \"data-seeding
|
|
273
|
+
"Display the status of a specific execution of the \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --job-id 1234-5678-AAAA-BBBB",
|
|
274
|
+
"Display the status of the most recently run \"data-seeding migrate\" command:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
275
275
|
],
|
|
276
276
|
"flags": {
|
|
277
277
|
"json": {
|
|
@@ -292,7 +292,7 @@
|
|
|
292
292
|
"job-id": {
|
|
293
293
|
"char": "i",
|
|
294
294
|
"name": "job-id",
|
|
295
|
-
"summary": "ID of a specific execution of the \"data-seeding
|
|
295
|
+
"summary": "ID of a specific execution of the \"data-seeding migrate\" command.",
|
|
296
296
|
"hasDynamicHelp": false,
|
|
297
297
|
"multiple": false,
|
|
298
298
|
"type": "option"
|
|
@@ -300,38 +300,38 @@
|
|
|
300
300
|
"use-most-recent": {
|
|
301
301
|
"char": "r",
|
|
302
302
|
"name": "use-most-recent",
|
|
303
|
-
"summary": "View the status of the most recently run \"data-seeding
|
|
303
|
+
"summary": "View the status of the most recently run \"data-seeding migrate\" command.",
|
|
304
304
|
"allowNo": false,
|
|
305
305
|
"type": "boolean"
|
|
306
306
|
}
|
|
307
307
|
},
|
|
308
308
|
"hasDynamicHelp": false,
|
|
309
309
|
"hiddenAliases": [],
|
|
310
|
-
"id": "data-seeding:
|
|
310
|
+
"id": "data-seeding:migrate:report",
|
|
311
311
|
"pluginAlias": "@salesforce/plugin-data-seeding",
|
|
312
312
|
"pluginName": "@salesforce/plugin-data-seeding",
|
|
313
313
|
"pluginType": "core",
|
|
314
314
|
"strict": true,
|
|
315
|
-
"summary": "Display the status of a data-seeding
|
|
315
|
+
"summary": "Display the status of a data-seeding migrate job.",
|
|
316
316
|
"enableJsonFlag": true,
|
|
317
317
|
"isESM": true,
|
|
318
318
|
"relativePath": [
|
|
319
319
|
"lib",
|
|
320
320
|
"commands",
|
|
321
321
|
"data-seeding",
|
|
322
|
-
"
|
|
322
|
+
"migrate",
|
|
323
323
|
"report.js"
|
|
324
324
|
],
|
|
325
325
|
"aliasPermutations": [],
|
|
326
326
|
"permutations": [
|
|
327
|
-
"data-seeding:
|
|
328
|
-
"
|
|
329
|
-
"
|
|
330
|
-
"data-seeding:report:
|
|
331
|
-
"report:data-seeding:
|
|
332
|
-
"report:
|
|
327
|
+
"data-seeding:migrate:report",
|
|
328
|
+
"migrate:data-seeding:report",
|
|
329
|
+
"migrate:report:data-seeding",
|
|
330
|
+
"data-seeding:report:migrate",
|
|
331
|
+
"report:data-seeding:migrate",
|
|
332
|
+
"report:migrate:data-seeding"
|
|
333
333
|
]
|
|
334
334
|
}
|
|
335
335
|
},
|
|
336
|
-
"version": "1.1.
|
|
336
|
+
"version": "1.1.35"
|
|
337
337
|
}
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
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.35",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
9
|
"@oclif/multi-stage-output": "^0.8.13",
|
|
10
|
-
"@salesforce/core": "^8.11.
|
|
10
|
+
"@salesforce/core": "^8.11.2",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.2",
|
|
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.40",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
22
|
+
"eslint-plugin-sf-plugin": "^1.20.24",
|
|
23
23
|
"oclif": "^4.17.46",
|
|
24
24
|
"ts-node": "^10.9.2",
|
|
25
25
|
"tsx": "^4.19.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.35.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.35.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|