@salesforce/plugin-data-seeding 1.1.103 → 1.1.105
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 +25 -22
- package/oclif.lock +23 -23
- 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.105/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.105/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.105/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.105/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.105",
|
|
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.105",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
13
|
"@oclif/multi-stage-output": "^0.8.39",
|
|
14
|
-
"@salesforce/core": "^8.
|
|
14
|
+
"@salesforce/core": "^8.30.3",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.5",
|
|
@@ -3588,9 +3588,9 @@
|
|
|
3588
3588
|
}
|
|
3589
3589
|
},
|
|
3590
3590
|
"node_modules/@oclif/core": {
|
|
3591
|
-
"version": "4.11.
|
|
3592
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3593
|
-
"integrity": "sha512-
|
|
3591
|
+
"version": "4.11.3",
|
|
3592
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.3.tgz",
|
|
3593
|
+
"integrity": "sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==",
|
|
3594
3594
|
"license": "MIT",
|
|
3595
3595
|
"dependencies": {
|
|
3596
3596
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3607,7 +3607,7 @@
|
|
|
3607
3607
|
"semver": "^7.8.0",
|
|
3608
3608
|
"string-width": "^4.2.3",
|
|
3609
3609
|
"supports-color": "^8",
|
|
3610
|
-
"tinyglobby": "^0.2.
|
|
3610
|
+
"tinyglobby": "^0.2.16",
|
|
3611
3611
|
"widest-line": "^3.1.0",
|
|
3612
3612
|
"wordwrap": "^1.0.0",
|
|
3613
3613
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4080,9 +4080,9 @@
|
|
|
4080
4080
|
}
|
|
4081
4081
|
},
|
|
4082
4082
|
"node_modules/@salesforce/core": {
|
|
4083
|
-
"version": "8.
|
|
4084
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.
|
|
4085
|
-
"integrity": "sha512-
|
|
4083
|
+
"version": "8.30.3",
|
|
4084
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.30.3.tgz",
|
|
4085
|
+
"integrity": "sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==",
|
|
4086
4086
|
"license": "BSD-3-Clause",
|
|
4087
4087
|
"dependencies": {
|
|
4088
4088
|
"@jsforce/jsforce-node": "^3.10.13",
|
|
@@ -4101,7 +4101,7 @@
|
|
|
4101
4101
|
"pino-abstract-transport": "^1.2.0",
|
|
4102
4102
|
"pino-pretty": "^11.3.0",
|
|
4103
4103
|
"proper-lockfile": "^4.1.2",
|
|
4104
|
-
"semver": "^7.
|
|
4104
|
+
"semver": "^7.8.0",
|
|
4105
4105
|
"ts-retry-promise": "^0.8.1",
|
|
4106
4106
|
"zod": "^4.1.12"
|
|
4107
4107
|
},
|
|
@@ -14147,13 +14147,13 @@
|
|
|
14147
14147
|
"license": "MIT"
|
|
14148
14148
|
},
|
|
14149
14149
|
"node_modules/tinyglobby": {
|
|
14150
|
-
"version": "0.2.
|
|
14151
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
14152
|
-
"integrity": "sha512-
|
|
14150
|
+
"version": "0.2.16",
|
|
14151
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.16.tgz",
|
|
14152
|
+
"integrity": "sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==",
|
|
14153
14153
|
"license": "MIT",
|
|
14154
14154
|
"dependencies": {
|
|
14155
|
-
"fdir": "^6.
|
|
14156
|
-
"picomatch": "^4.0.
|
|
14155
|
+
"fdir": "^6.5.0",
|
|
14156
|
+
"picomatch": "^4.0.4"
|
|
14157
14157
|
},
|
|
14158
14158
|
"engines": {
|
|
14159
14159
|
"node": ">=12.0.0"
|
|
@@ -14163,10 +14163,13 @@
|
|
|
14163
14163
|
}
|
|
14164
14164
|
},
|
|
14165
14165
|
"node_modules/tinyglobby/node_modules/fdir": {
|
|
14166
|
-
"version": "6.
|
|
14167
|
-
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.
|
|
14168
|
-
"integrity": "sha512-
|
|
14166
|
+
"version": "6.5.0",
|
|
14167
|
+
"resolved": "https://registry.npmjs.org/fdir/-/fdir-6.5.0.tgz",
|
|
14168
|
+
"integrity": "sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==",
|
|
14169
14169
|
"license": "MIT",
|
|
14170
|
+
"engines": {
|
|
14171
|
+
"node": ">=12.0.0"
|
|
14172
|
+
},
|
|
14170
14173
|
"peerDependencies": {
|
|
14171
14174
|
"picomatch": "^3 || ^4"
|
|
14172
14175
|
},
|
|
@@ -14177,9 +14180,9 @@
|
|
|
14177
14180
|
}
|
|
14178
14181
|
},
|
|
14179
14182
|
"node_modules/tinyglobby/node_modules/picomatch": {
|
|
14180
|
-
"version": "4.0.
|
|
14181
|
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.
|
|
14182
|
-
"integrity": "sha512-
|
|
14183
|
+
"version": "4.0.4",
|
|
14184
|
+
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.4.tgz",
|
|
14185
|
+
"integrity": "sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==",
|
|
14183
14186
|
"license": "MIT",
|
|
14184
14187
|
"engines": {
|
|
14185
14188
|
"node": ">=12"
|
package/oclif.lock
CHANGED
|
@@ -1599,9 +1599,9 @@
|
|
|
1599
1599
|
wrap-ansi "^7.0.0"
|
|
1600
1600
|
|
|
1601
1601
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2":
|
|
1602
|
-
version "4.11.
|
|
1603
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1604
|
-
integrity sha512-
|
|
1602
|
+
version "4.11.3"
|
|
1603
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.3.tgz#87ebe0d3a47d162359482ecf5f5a7220ac709a36"
|
|
1604
|
+
integrity sha512-gQCSYAtUhJilGKaSaZhqejH9X1dDu+jWQjLmtGOgN/XcKaAEPPSeT2mu1UvlvtPox1/NNRdlBcUa8KRKo2HnJQ==
|
|
1605
1605
|
dependencies:
|
|
1606
1606
|
ansi-escapes "^4.3.2"
|
|
1607
1607
|
ansis "^3.17.0"
|
|
@@ -1617,7 +1617,7 @@
|
|
|
1617
1617
|
semver "^7.8.0"
|
|
1618
1618
|
string-width "^4.2.3"
|
|
1619
1619
|
supports-color "^8"
|
|
1620
|
-
tinyglobby "^0.2.
|
|
1620
|
+
tinyglobby "^0.2.16"
|
|
1621
1621
|
widest-line "^3.1.0"
|
|
1622
1622
|
wordwrap "^1.0.0"
|
|
1623
1623
|
wrap-ansi "^7.0.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.28.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.5.1":
|
|
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.3", "@salesforce/core@^8.29.1", "@salesforce/core@^8.30.3", "@salesforce/core@^8.5.1":
|
|
1725
|
+
version "8.30.3"
|
|
1726
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.30.3.tgz#333315e9c0436abd2247df7b5b31375df4002cd6"
|
|
1727
|
+
integrity sha512-E3WPXxAEqvpZXp6nnkkoNRFGQ2c/5Mhnbl9s0ajQiLTpqQ1Una5PlPu0s2rRvu8qGKnT1AI7xT3RDy3pd/dULg==
|
|
1728
1728
|
dependencies:
|
|
1729
1729
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
1730
1730
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -1742,7 +1742,7 @@
|
|
|
1742
1742
|
pino-abstract-transport "^1.2.0"
|
|
1743
1743
|
pino-pretty "^11.3.0"
|
|
1744
1744
|
proper-lockfile "^4.1.2"
|
|
1745
|
-
semver "^7.
|
|
1745
|
+
semver "^7.8.0"
|
|
1746
1746
|
ts-retry-promise "^0.8.1"
|
|
1747
1747
|
zod "^4.1.12"
|
|
1748
1748
|
|
|
@@ -4452,10 +4452,10 @@ faye@^1.4.0, faye@^1.4.1:
|
|
|
4452
4452
|
tough-cookie "*"
|
|
4453
4453
|
tunnel-agent "*"
|
|
4454
4454
|
|
|
4455
|
-
fdir@^6.
|
|
4456
|
-
version "6.
|
|
4457
|
-
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.
|
|
4458
|
-
integrity sha512-
|
|
4455
|
+
fdir@^6.5.0:
|
|
4456
|
+
version "6.5.0"
|
|
4457
|
+
resolved "https://registry.yarnpkg.com/fdir/-/fdir-6.5.0.tgz#ed2ab967a331ade62f18d077dae192684d50d350"
|
|
4458
|
+
integrity sha512-tIbYtZbucOs0BRGqPJkshJUYdL+SDH7dVM8gjy+ERp3WAUjLEFJE+02kanyHtwjWOnwrKYBiwAmM0p4kLJAnXg==
|
|
4459
4459
|
|
|
4460
4460
|
figures@^6.1.0:
|
|
4461
4461
|
version "6.1.0"
|
|
@@ -6625,10 +6625,10 @@ picomatch@^3.0.1:
|
|
|
6625
6625
|
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-3.0.1.tgz#817033161def55ec9638567a2f3bbc876b3e7516"
|
|
6626
6626
|
integrity sha512-I3EurrIQMlRc9IaAZnqRR044Phh2DXY+55o7uJ0V+hYZAcQYSuFWsc9q5PvyDHUSCe1Qxn/iBz+78s86zWnGag==
|
|
6627
6627
|
|
|
6628
|
-
picomatch@^4.0.
|
|
6629
|
-
version "4.0.
|
|
6630
|
-
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.
|
|
6631
|
-
integrity sha512-
|
|
6628
|
+
picomatch@^4.0.4:
|
|
6629
|
+
version "4.0.4"
|
|
6630
|
+
resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-4.0.4.tgz#fd6f5e00a143086e074dffe4c924b8fb293b0589"
|
|
6631
|
+
integrity sha512-QP88BAKvMam/3NxH6vj2o21R6MjxZUAd6nlwAS/pnGvN9IVLocLHxGYIzFhg6fUQ+5th6P4dv4eW9jX3DSIj7A==
|
|
6632
6632
|
|
|
6633
6633
|
pino-abstract-transport@^1.2.0:
|
|
6634
6634
|
version "1.2.0"
|
|
@@ -7633,13 +7633,13 @@ tiny-jsonc@^1.0.2:
|
|
|
7633
7633
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
7634
7634
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
7635
7635
|
|
|
7636
|
-
tinyglobby@^0.2.14, tinyglobby@^0.2.9:
|
|
7637
|
-
version "0.2.
|
|
7638
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
7639
|
-
integrity sha512-
|
|
7636
|
+
tinyglobby@^0.2.14, tinyglobby@^0.2.16, tinyglobby@^0.2.9:
|
|
7637
|
+
version "0.2.16"
|
|
7638
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.16.tgz#1c3b7eb953fce42b226bc5a1ee06428281aff3d6"
|
|
7639
|
+
integrity sha512-pn99VhoACYR8nFHhxqix+uvsbXineAasWm5ojXoN8xEwK5Kd3/TrhNn1wByuD52UxWRLy8pu+kRMniEi6Eq9Zg==
|
|
7640
7640
|
dependencies:
|
|
7641
|
-
fdir "^6.
|
|
7642
|
-
picomatch "^4.0.
|
|
7641
|
+
fdir "^6.5.0"
|
|
7642
|
+
picomatch "^4.0.4"
|
|
7643
7643
|
|
|
7644
7644
|
to-fast-properties@^2.0.0:
|
|
7645
7645
|
version "2.0.0"
|
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.105",
|
|
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.39",
|
|
10
|
-
"@salesforce/core": "^8.
|
|
10
|
+
"@salesforce/core": "^8.30.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.105.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.105.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|