@salesforce/plugin-data-seeding 1.1.81 → 1.1.83
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 +38 -31
- package/oclif.lock +27 -8
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.83/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.83/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.83/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.83/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.83",
|
|
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.83",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@oclif/multi-stage-output": "^0.8.30",
|
|
14
|
-
"@salesforce/core": "^8.26.
|
|
14
|
+
"@salesforce/core": "^8.26.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.5",
|
|
@@ -1309,7 +1309,6 @@
|
|
|
1309
1309
|
"integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==",
|
|
1310
1310
|
"dev": true,
|
|
1311
1311
|
"license": "MIT",
|
|
1312
|
-
"peer": true,
|
|
1313
1312
|
"dependencies": {
|
|
1314
1313
|
"@ampproject/remapping": "^2.2.0",
|
|
1315
1314
|
"@babel/code-frame": "^7.24.7",
|
|
@@ -1940,7 +1939,6 @@
|
|
|
1940
1939
|
"integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==",
|
|
1941
1940
|
"dev": true,
|
|
1942
1941
|
"license": "Apache-2.0",
|
|
1943
|
-
"peer": true,
|
|
1944
1942
|
"bin": {
|
|
1945
1943
|
"tsc": "bin/tsc",
|
|
1946
1944
|
"tsserver": "bin/tsserver"
|
|
@@ -3313,9 +3311,9 @@
|
|
|
3313
3311
|
}
|
|
3314
3312
|
},
|
|
3315
3313
|
"node_modules/@oclif/core": {
|
|
3316
|
-
"version": "4.8.
|
|
3317
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.
|
|
3318
|
-
"integrity": "sha512-
|
|
3314
|
+
"version": "4.8.2",
|
|
3315
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.8.2.tgz",
|
|
3316
|
+
"integrity": "sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==",
|
|
3319
3317
|
"license": "MIT",
|
|
3320
3318
|
"dependencies": {
|
|
3321
3319
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3328,7 +3326,7 @@
|
|
|
3328
3326
|
"indent-string": "^4.0.0",
|
|
3329
3327
|
"is-wsl": "^2.2.0",
|
|
3330
3328
|
"lilconfig": "^3.1.3",
|
|
3331
|
-
"minimatch": "^
|
|
3329
|
+
"minimatch": "^10.2.4",
|
|
3332
3330
|
"semver": "^7.7.3",
|
|
3333
3331
|
"string-width": "^4.2.3",
|
|
3334
3332
|
"supports-color": "^8",
|
|
@@ -3356,16 +3354,37 @@
|
|
|
3356
3354
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
3357
3355
|
}
|
|
3358
3356
|
},
|
|
3357
|
+
"node_modules/@oclif/core/node_modules/balanced-match": {
|
|
3358
|
+
"version": "4.0.4",
|
|
3359
|
+
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-4.0.4.tgz",
|
|
3360
|
+
"integrity": "sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==",
|
|
3361
|
+
"license": "MIT",
|
|
3362
|
+
"engines": {
|
|
3363
|
+
"node": "18 || 20 || >=22"
|
|
3364
|
+
}
|
|
3365
|
+
},
|
|
3366
|
+
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
3367
|
+
"version": "5.0.4",
|
|
3368
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
|
|
3369
|
+
"integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
|
|
3370
|
+
"license": "MIT",
|
|
3371
|
+
"dependencies": {
|
|
3372
|
+
"balanced-match": "^4.0.2"
|
|
3373
|
+
},
|
|
3374
|
+
"engines": {
|
|
3375
|
+
"node": "18 || 20 || >=22"
|
|
3376
|
+
}
|
|
3377
|
+
},
|
|
3359
3378
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3360
|
-
"version": "
|
|
3361
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-
|
|
3362
|
-
"integrity": "sha512-
|
|
3363
|
-
"license": "
|
|
3379
|
+
"version": "10.2.4",
|
|
3380
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
|
|
3381
|
+
"integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
|
|
3382
|
+
"license": "BlueOak-1.0.0",
|
|
3364
3383
|
"dependencies": {
|
|
3365
|
-
"brace-expansion": "^
|
|
3384
|
+
"brace-expansion": "^5.0.2"
|
|
3366
3385
|
},
|
|
3367
3386
|
"engines": {
|
|
3368
|
-
"node": "
|
|
3387
|
+
"node": "18 || 20 || >=22"
|
|
3369
3388
|
},
|
|
3370
3389
|
"funding": {
|
|
3371
3390
|
"url": "https://github.com/sponsors/isaacs"
|
|
@@ -3784,9 +3803,9 @@
|
|
|
3784
3803
|
}
|
|
3785
3804
|
},
|
|
3786
3805
|
"node_modules/@salesforce/core": {
|
|
3787
|
-
"version": "8.26.
|
|
3788
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.26.
|
|
3789
|
-
"integrity": "sha512-
|
|
3806
|
+
"version": "8.26.3",
|
|
3807
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.26.3.tgz",
|
|
3808
|
+
"integrity": "sha512-lPNFHjHFeC4V3KuH88xuVLGhAqmtM8meUcvyejNh8bQ5w642APKRTGDZ0pOnWHJAe5SQy7cSQ1WqvO3V73ouQw==",
|
|
3790
3809
|
"license": "BSD-3-Clause",
|
|
3791
3810
|
"dependencies": {
|
|
3792
3811
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -5056,7 +5075,6 @@
|
|
|
5056
5075
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.5.tgz",
|
|
5057
5076
|
"integrity": "sha512-Xjs4y5UPO/CLdzpgR6GirZJx36yScjh73+2NlLlkFRSoQN8B0DpfXPdZGnvVmLRLOsqDpOfTNv7D9trgGhmOIA==",
|
|
5058
5077
|
"license": "MIT",
|
|
5059
|
-
"peer": true,
|
|
5060
5078
|
"dependencies": {
|
|
5061
5079
|
"undici-types": "~6.19.2"
|
|
5062
5080
|
}
|
|
@@ -5079,7 +5097,6 @@
|
|
|
5079
5097
|
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.12.tgz",
|
|
5080
5098
|
"integrity": "sha512-D2wOSq/d6Agt28q7rSI3jhU7G6aiuzljDGZ2hTZHIkrTLUI+AF3WMeKkEZ9nN2fkBAlcktT6vcZjDFiIhMYEQw==",
|
|
5081
5099
|
"license": "MIT",
|
|
5082
|
-
"peer": true,
|
|
5083
5100
|
"dependencies": {
|
|
5084
5101
|
"@types/prop-types": "*",
|
|
5085
5102
|
"csstype": "^3.0.2"
|
|
@@ -5182,7 +5199,6 @@
|
|
|
5182
5199
|
"integrity": "sha512-tbsV1jPne5CkFQCgPBcDOt30ItF7aJoZL997JSF7MhGQqOeT3svWRYxiqlfA5RUdlHN6Fi+EI9bxqbdyAUZjYQ==",
|
|
5183
5200
|
"dev": true,
|
|
5184
5201
|
"license": "BSD-2-Clause",
|
|
5185
|
-
"peer": true,
|
|
5186
5202
|
"dependencies": {
|
|
5187
5203
|
"@typescript-eslint/scope-manager": "6.21.0",
|
|
5188
5204
|
"@typescript-eslint/types": "6.21.0",
|
|
@@ -5380,7 +5396,6 @@
|
|
|
5380
5396
|
"integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
|
|
5381
5397
|
"dev": true,
|
|
5382
5398
|
"license": "MIT",
|
|
5383
|
-
"peer": true,
|
|
5384
5399
|
"bin": {
|
|
5385
5400
|
"acorn": "bin/acorn"
|
|
5386
5401
|
},
|
|
@@ -5900,7 +5915,6 @@
|
|
|
5900
5915
|
}
|
|
5901
5916
|
],
|
|
5902
5917
|
"license": "MIT",
|
|
5903
|
-
"peer": true,
|
|
5904
5918
|
"dependencies": {
|
|
5905
5919
|
"caniuse-lite": "^1.0.30001646",
|
|
5906
5920
|
"electron-to-chromium": "^1.5.4",
|
|
@@ -6736,7 +6750,6 @@
|
|
|
6736
6750
|
"integrity": "sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==",
|
|
6737
6751
|
"dev": true,
|
|
6738
6752
|
"license": "MIT",
|
|
6739
|
-
"peer": true,
|
|
6740
6753
|
"dependencies": {
|
|
6741
6754
|
"import-fresh": "^3.3.0",
|
|
6742
6755
|
"js-yaml": "^4.1.0",
|
|
@@ -7432,7 +7445,6 @@
|
|
|
7432
7445
|
"integrity": "sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==",
|
|
7433
7446
|
"dev": true,
|
|
7434
7447
|
"license": "MIT",
|
|
7435
|
-
"peer": true,
|
|
7436
7448
|
"dependencies": {
|
|
7437
7449
|
"@eslint-community/eslint-utils": "^4.2.0",
|
|
7438
7450
|
"@eslint-community/regexpp": "^4.6.1",
|
|
@@ -12121,7 +12133,6 @@
|
|
|
12121
12133
|
"integrity": "sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==",
|
|
12122
12134
|
"dev": true,
|
|
12123
12135
|
"license": "MIT",
|
|
12124
|
-
"peer": true,
|
|
12125
12136
|
"bin": {
|
|
12126
12137
|
"prettier": "bin-prettier.js"
|
|
12127
12138
|
},
|
|
@@ -12395,7 +12406,6 @@
|
|
|
12395
12406
|
"resolved": "https://registry.npmjs.org/react/-/react-18.3.1.tgz",
|
|
12396
12407
|
"integrity": "sha512-wS+hAgJShR0KhEvPJArfuPVN1+Hz1t0Y6n5jLrGQbkb4urgPE/0Rve+1kMB1v/oWgHgm4WIcV+i7F2pTVj+2iQ==",
|
|
12397
12408
|
"license": "MIT",
|
|
12398
|
-
"peer": true,
|
|
12399
12409
|
"dependencies": {
|
|
12400
12410
|
"loose-envify": "^1.1.0"
|
|
12401
12411
|
},
|
|
@@ -13699,7 +13709,6 @@
|
|
|
13699
13709
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz",
|
|
13700
13710
|
"integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==",
|
|
13701
13711
|
"license": "MIT",
|
|
13702
|
-
"peer": true,
|
|
13703
13712
|
"engines": {
|
|
13704
13713
|
"node": ">=12"
|
|
13705
13714
|
},
|
|
@@ -13874,7 +13883,6 @@
|
|
|
13874
13883
|
"integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
13875
13884
|
"dev": true,
|
|
13876
13885
|
"license": "MIT",
|
|
13877
|
-
"peer": true,
|
|
13878
13886
|
"dependencies": {
|
|
13879
13887
|
"@cspotcode/source-map-support": "^0.8.0",
|
|
13880
13888
|
"@tsconfig/node10": "^1.0.7",
|
|
@@ -13952,8 +13960,7 @@
|
|
|
13952
13960
|
"version": "2.8.1",
|
|
13953
13961
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
13954
13962
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
13955
|
-
"license": "0BSD"
|
|
13956
|
-
"peer": true
|
|
13963
|
+
"license": "0BSD"
|
|
13957
13964
|
},
|
|
13958
13965
|
"node_modules/tsx": {
|
|
13959
13966
|
"version": "4.21.0",
|
package/oclif.lock
CHANGED
|
@@ -1545,9 +1545,9 @@
|
|
|
1545
1545
|
fastq "^1.6.0"
|
|
1546
1546
|
|
|
1547
1547
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.8.0":
|
|
1548
|
-
version "4.8.
|
|
1549
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.
|
|
1550
|
-
integrity sha512-
|
|
1548
|
+
version "4.8.2"
|
|
1549
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.8.2.tgz#b4bb065b44da9eb2719086854b009a6747455d09"
|
|
1550
|
+
integrity sha512-P+XAOtuWM/Fewau64c31bYUiLFJTzhth229xVbBrG1siLc7+2uezUYhP5eWn/++nZPZ/wChSqYgQNN4HPw/ZHQ==
|
|
1551
1551
|
dependencies:
|
|
1552
1552
|
ansi-escapes "^4.3.2"
|
|
1553
1553
|
ansis "^3.17.0"
|
|
@@ -1559,7 +1559,7 @@
|
|
|
1559
1559
|
indent-string "^4.0.0"
|
|
1560
1560
|
is-wsl "^2.2.0"
|
|
1561
1561
|
lilconfig "^3.1.3"
|
|
1562
|
-
minimatch "^
|
|
1562
|
+
minimatch "^10.2.4"
|
|
1563
1563
|
semver "^7.7.3"
|
|
1564
1564
|
string-width "^4.2.3"
|
|
1565
1565
|
supports-color "^8"
|
|
@@ -1667,10 +1667,10 @@
|
|
|
1667
1667
|
strip-ansi "6.0.1"
|
|
1668
1668
|
ts-retry-promise "^0.8.1"
|
|
1669
1669
|
|
|
1670
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.26.
|
|
1671
|
-
version "8.26.
|
|
1672
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.26.
|
|
1673
|
-
integrity sha512-
|
|
1670
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.23.3", "@salesforce/core@^8.26.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
|
|
1671
|
+
version "8.26.3"
|
|
1672
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.26.3.tgz#0b2502cacca8977f2ae95283d944771040eb7869"
|
|
1673
|
+
integrity sha512-lPNFHjHFeC4V3KuH88xuVLGhAqmtM8meUcvyejNh8bQ5w642APKRTGDZ0pOnWHJAe5SQy7cSQ1WqvO3V73ouQw==
|
|
1674
1674
|
dependencies:
|
|
1675
1675
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1676
1676
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2961,6 +2961,11 @@ balanced-match@^3.0.0:
|
|
|
2961
2961
|
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-3.0.1.tgz#e854b098724b15076384266497392a271f4a26a0"
|
|
2962
2962
|
integrity sha512-vjtV3hiLqYDNRoiAv0zC4QaGAMPomEoq83PRmYIofPswwZurCeWR5LByXm7SyoL0Zh5+2z0+HC7jG8gSZJUh0w==
|
|
2963
2963
|
|
|
2964
|
+
balanced-match@^4.0.2:
|
|
2965
|
+
version "4.0.4"
|
|
2966
|
+
resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-4.0.4.tgz#bfb10662feed8196a2c62e7c68e17720c274179a"
|
|
2967
|
+
integrity sha512-BLrgEcRTwX2o6gGxGOCNyMvGSp35YofuYzw9h1IMTRmKqttAZZVU67bdb9Pr2vUHA8+j3i2tJfjO6C6+4myGTA==
|
|
2968
|
+
|
|
2964
2969
|
base64-js@^1.3.1:
|
|
2965
2970
|
version "1.5.1"
|
|
2966
2971
|
resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a"
|
|
@@ -3003,6 +3008,13 @@ brace-expansion@^4.0.0:
|
|
|
3003
3008
|
dependencies:
|
|
3004
3009
|
balanced-match "^3.0.0"
|
|
3005
3010
|
|
|
3011
|
+
brace-expansion@^5.0.2:
|
|
3012
|
+
version "5.0.4"
|
|
3013
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
|
|
3014
|
+
integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
|
|
3015
|
+
dependencies:
|
|
3016
|
+
balanced-match "^4.0.2"
|
|
3017
|
+
|
|
3006
3018
|
braces@^3.0.3, braces@~3.0.2:
|
|
3007
3019
|
version "3.0.3"
|
|
3008
3020
|
resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
|
|
@@ -5870,6 +5882,13 @@ minimatch@9.0.3:
|
|
|
5870
5882
|
dependencies:
|
|
5871
5883
|
brace-expansion "^2.0.1"
|
|
5872
5884
|
|
|
5885
|
+
minimatch@^10.2.4:
|
|
5886
|
+
version "10.2.4"
|
|
5887
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
|
|
5888
|
+
integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
|
|
5889
|
+
dependencies:
|
|
5890
|
+
brace-expansion "^5.0.2"
|
|
5891
|
+
|
|
5873
5892
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
5874
5893
|
version "3.1.2"
|
|
5875
5894
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-3.1.2.tgz#19cd194bfd3e428f049a70817c038d89ab4be35b"
|
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.83",
|
|
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.30",
|
|
10
|
-
"@salesforce/core": "^8.26.
|
|
10
|
+
"@salesforce/core": "^8.26.3",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.5",
|
|
@@ -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.83.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.83.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|