@salesforce/plugin-data-seeding 1.1.117 → 1.1.119
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 +14 -14
- package/oclif.lock +14 -14
- 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.119/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.119/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.119/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.119/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.119",
|
|
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.119",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.116",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
27
27
|
"oclif": "^4.23.21",
|
|
@@ -3486,9 +3486,9 @@
|
|
|
3486
3486
|
}
|
|
3487
3487
|
},
|
|
3488
3488
|
"node_modules/@oclif/core": {
|
|
3489
|
-
"version": "4.11.
|
|
3490
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.
|
|
3491
|
-
"integrity": "sha512-
|
|
3489
|
+
"version": "4.11.14",
|
|
3490
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.11.14.tgz",
|
|
3491
|
+
"integrity": "sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==",
|
|
3492
3492
|
"license": "MIT",
|
|
3493
3493
|
"dependencies": {
|
|
3494
3494
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3505,7 +3505,7 @@
|
|
|
3505
3505
|
"semver": "^7.8.1",
|
|
3506
3506
|
"string-width": "^4.2.3",
|
|
3507
3507
|
"supports-color": "^8",
|
|
3508
|
-
"tinyglobby": "^0.2.
|
|
3508
|
+
"tinyglobby": "^0.2.17",
|
|
3509
3509
|
"widest-line": "^3.1.0",
|
|
3510
3510
|
"wordwrap": "^1.0.0",
|
|
3511
3511
|
"wrap-ansi": "^7.0.0"
|
|
@@ -4301,14 +4301,14 @@
|
|
|
4301
4301
|
}
|
|
4302
4302
|
},
|
|
4303
4303
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4304
|
-
"version": "3.1.
|
|
4305
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4306
|
-
"integrity": "sha512-
|
|
4304
|
+
"version": "3.1.116",
|
|
4305
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.116.tgz",
|
|
4306
|
+
"integrity": "sha512-QyFh4LkVOiVxDGu5InaM7PlHvsV4KdEtsfdeMV367Dq4pp6qYQ/zD4bU8/B4WTSrDjcYVc5GN3XDQovJYw7TiA==",
|
|
4307
4307
|
"dev": true,
|
|
4308
4308
|
"license": "Apache-2.0",
|
|
4309
4309
|
"dependencies": {
|
|
4310
4310
|
"@oclif/core": "^4",
|
|
4311
|
-
"@salesforce/core": "^8.31.
|
|
4311
|
+
"@salesforce/core": "^8.31.2",
|
|
4312
4312
|
"@salesforce/kit": "^3.2.6",
|
|
4313
4313
|
"@salesforce/sf-plugins-core": "^12.2.24",
|
|
4314
4314
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -13546,9 +13546,9 @@
|
|
|
13546
13546
|
"license": "MIT"
|
|
13547
13547
|
},
|
|
13548
13548
|
"node_modules/tinyglobby": {
|
|
13549
|
-
"version": "0.2.
|
|
13550
|
-
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.
|
|
13551
|
-
"integrity": "sha512-
|
|
13549
|
+
"version": "0.2.17",
|
|
13550
|
+
"resolved": "https://registry.npmjs.org/tinyglobby/-/tinyglobby-0.2.17.tgz",
|
|
13551
|
+
"integrity": "sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==",
|
|
13552
13552
|
"license": "MIT",
|
|
13553
13553
|
"dependencies": {
|
|
13554
13554
|
"fdir": "^6.5.0",
|
package/oclif.lock
CHANGED
|
@@ -1490,9 +1490,9 @@
|
|
|
1490
1490
|
fastq "^1.6.0"
|
|
1491
1491
|
|
|
1492
1492
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.11.4":
|
|
1493
|
-
version "4.11.
|
|
1494
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.
|
|
1495
|
-
integrity sha512-
|
|
1493
|
+
version "4.11.14"
|
|
1494
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.11.14.tgz#45cc28d78a5ea2ac9d1586c57e537771394da44c"
|
|
1495
|
+
integrity sha512-cZ5Ktd+rT0PO+o7KBH4vRFTgg+xMLf8F41WK39p8MkXEViZA/Qqe+4lzZT6102zgUxMORET1HtF9t5w8CB3tnQ==
|
|
1496
1496
|
dependencies:
|
|
1497
1497
|
ansi-escapes "^4.3.2"
|
|
1498
1498
|
ansis "^3.17.0"
|
|
@@ -1508,7 +1508,7 @@
|
|
|
1508
1508
|
semver "^7.8.1"
|
|
1509
1509
|
string-width "^4.2.3"
|
|
1510
1510
|
supports-color "^8"
|
|
1511
|
-
tinyglobby "^0.2.
|
|
1511
|
+
tinyglobby "^0.2.17"
|
|
1512
1512
|
widest-line "^3.1.0"
|
|
1513
1513
|
wordwrap "^1.0.0"
|
|
1514
1514
|
wrap-ansi "^7.0.0"
|
|
@@ -1628,7 +1628,7 @@
|
|
|
1628
1628
|
strip-ansi "6.0.1"
|
|
1629
1629
|
ts-retry-promise "^0.8.1"
|
|
1630
1630
|
|
|
1631
|
-
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.
|
|
1631
|
+
"@salesforce/core@^8.23.1", "@salesforce/core@^8.31.0", "@salesforce/core@^8.31.2", "@salesforce/core@^8.31.4", "@salesforce/core@^8.5.1":
|
|
1632
1632
|
version "8.31.4"
|
|
1633
1633
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.31.4.tgz#481f0330347da5ef4d23ebf6a8bd628a54106103"
|
|
1634
1634
|
integrity sha512-G/zgo9ygO+0l2x9gCOnp6BR7q2Rlt8MHDoj4DIpu2utsZznIcH7iNTEoKjul1BMKDPARuBGUp0Tyr0c8dLf32g==
|
|
@@ -1697,13 +1697,13 @@
|
|
|
1697
1697
|
dependencies:
|
|
1698
1698
|
"@salesforce/ts-types" "^2.0.12"
|
|
1699
1699
|
|
|
1700
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1701
|
-
version "3.1.
|
|
1702
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1703
|
-
integrity sha512-
|
|
1700
|
+
"@salesforce/plugin-command-reference@^3.1.116":
|
|
1701
|
+
version "3.1.116"
|
|
1702
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.116.tgz#8736303aa177f31f92fda3e9ad7d8441f044c9fa"
|
|
1703
|
+
integrity sha512-QyFh4LkVOiVxDGu5InaM7PlHvsV4KdEtsfdeMV367Dq4pp6qYQ/zD4bU8/B4WTSrDjcYVc5GN3XDQovJYw7TiA==
|
|
1704
1704
|
dependencies:
|
|
1705
1705
|
"@oclif/core" "^4"
|
|
1706
|
-
"@salesforce/core" "^8.31.
|
|
1706
|
+
"@salesforce/core" "^8.31.2"
|
|
1707
1707
|
"@salesforce/kit" "^3.2.6"
|
|
1708
1708
|
"@salesforce/sf-plugins-core" "^12.2.24"
|
|
1709
1709
|
"@salesforce/ts-types" "^2.0.11"
|
|
@@ -6991,10 +6991,10 @@ tiny-jsonc@^1.0.2:
|
|
|
6991
6991
|
resolved "https://registry.yarnpkg.com/tiny-jsonc/-/tiny-jsonc-1.0.2.tgz#208df4c437684199cc724f31c2b91ee39c349678"
|
|
6992
6992
|
integrity sha512-f5QDAfLq6zIVSyCZQZhhyl0QS6MvAyTxgz4X4x3+EoCktNWEYJ6PeoEA97fyb98njpBNNi88ybpD7m+BDFXaCw==
|
|
6993
6993
|
|
|
6994
|
-
tinyglobby@^0.2.
|
|
6995
|
-
version "0.2.
|
|
6996
|
-
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.
|
|
6997
|
-
integrity sha512-
|
|
6994
|
+
tinyglobby@^0.2.17:
|
|
6995
|
+
version "0.2.17"
|
|
6996
|
+
resolved "https://registry.yarnpkg.com/tinyglobby/-/tinyglobby-0.2.17.tgz#562a9a6c9eb2b3b123d39719f9af5bb44fcd7631"
|
|
6997
|
+
integrity sha512-wXR/dYpcqKmfWpEdZjiKJOwCNFndD0DMnrW/cYjVGttEkBfVgcLFHoNrlj47mjOVic9yyNu65alsgF4NQyTa2g==
|
|
6998
6998
|
dependencies:
|
|
6999
6999
|
fdir "^6.5.0"
|
|
7000
7000
|
picomatch "^4.0.4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.119",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.3.29",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.116",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
23
23
|
"oclif": "^4.23.21",
|
|
@@ -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.119.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.119.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|