@salesforce/plugin-data-seeding 1.1.6 → 1.1.7
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 +13 -13
- 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.7/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.7/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.7/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.7/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.7",
|
|
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.7",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -18,7 +18,7 @@
|
|
|
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.23",
|
|
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.35",
|
|
@@ -4408,22 +4408,22 @@
|
|
|
4408
4408
|
}
|
|
4409
4409
|
},
|
|
4410
4410
|
"node_modules/@oclif/core": {
|
|
4411
|
-
"version": "4.0.
|
|
4412
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.
|
|
4413
|
-
"integrity": "sha512-
|
|
4411
|
+
"version": "4.0.37",
|
|
4412
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.37.tgz",
|
|
4413
|
+
"integrity": "sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==",
|
|
4414
4414
|
"license": "MIT",
|
|
4415
4415
|
"dependencies": {
|
|
4416
4416
|
"ansi-escapes": "^4.3.2",
|
|
4417
4417
|
"ansis": "^3.3.2",
|
|
4418
4418
|
"clean-stack": "^3.0.1",
|
|
4419
4419
|
"cli-spinners": "^2.9.2",
|
|
4420
|
-
"debug": "^4.
|
|
4420
|
+
"debug": "^4.4.0",
|
|
4421
4421
|
"ejs": "^3.1.10",
|
|
4422
4422
|
"get-package-type": "^0.1.0",
|
|
4423
4423
|
"globby": "^11.1.0",
|
|
4424
4424
|
"indent-string": "^4.0.0",
|
|
4425
4425
|
"is-wsl": "^2.2.0",
|
|
4426
|
-
"lilconfig": "^3.1.
|
|
4426
|
+
"lilconfig": "^3.1.3",
|
|
4427
4427
|
"minimatch": "^9.0.5",
|
|
4428
4428
|
"semver": "^7.6.3",
|
|
4429
4429
|
"string-width": "^4.2.3",
|
|
@@ -4584,9 +4584,9 @@
|
|
|
4584
4584
|
}
|
|
4585
4585
|
},
|
|
4586
4586
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
4587
|
-
"version": "5.2.
|
|
4588
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
4589
|
-
"integrity": "sha512-
|
|
4587
|
+
"version": "5.2.23",
|
|
4588
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.23.tgz",
|
|
4589
|
+
"integrity": "sha512-RgGuuSPNCO3WMH73D6dm4Dm7tI1VFqduGvYV7JuolncKNCMOb8oBWmhiiGbwqJHwRMUsnKLcWF9SFmA1XBa2xw==",
|
|
4590
4590
|
"dev": true,
|
|
4591
4591
|
"license": "MIT",
|
|
4592
4592
|
"dependencies": {
|
|
@@ -11351,9 +11351,9 @@
|
|
|
11351
11351
|
}
|
|
11352
11352
|
},
|
|
11353
11353
|
"node_modules/lilconfig": {
|
|
11354
|
-
"version": "3.1.
|
|
11355
|
-
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.
|
|
11356
|
-
"integrity": "sha512
|
|
11354
|
+
"version": "3.1.3",
|
|
11355
|
+
"resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz",
|
|
11356
|
+
"integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==",
|
|
11357
11357
|
"license": "MIT",
|
|
11358
11358
|
"engines": {
|
|
11359
11359
|
"node": ">=14"
|
package/oclif.lock
CHANGED
|
@@ -1879,21 +1879,21 @@
|
|
|
1879
1879
|
fastq "^1.6.0"
|
|
1880
1880
|
|
|
1881
1881
|
"@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.32":
|
|
1882
|
-
version "4.0.
|
|
1883
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.
|
|
1884
|
-
integrity sha512-
|
|
1882
|
+
version "4.0.37"
|
|
1883
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.0.37.tgz#133d3f3951cd7a5fc52a3fec63ba2172921b535c"
|
|
1884
|
+
integrity sha512-D69KH08/08kAPaDUPzDALYfqC2BXi4LRDQ/+59P3zZoVKYMoFO1kOouNILpI4bQKA+PpI2REctXMebB8U/bYHQ==
|
|
1885
1885
|
dependencies:
|
|
1886
1886
|
ansi-escapes "^4.3.2"
|
|
1887
1887
|
ansis "^3.3.2"
|
|
1888
1888
|
clean-stack "^3.0.1"
|
|
1889
1889
|
cli-spinners "^2.9.2"
|
|
1890
|
-
debug "^4.
|
|
1890
|
+
debug "^4.4.0"
|
|
1891
1891
|
ejs "^3.1.10"
|
|
1892
1892
|
get-package-type "^0.1.0"
|
|
1893
1893
|
globby "^11.1.0"
|
|
1894
1894
|
indent-string "^4.0.0"
|
|
1895
1895
|
is-wsl "^2.2.0"
|
|
1896
|
-
lilconfig "^3.1.
|
|
1896
|
+
lilconfig "^3.1.3"
|
|
1897
1897
|
minimatch "^9.0.5"
|
|
1898
1898
|
semver "^7.6.3"
|
|
1899
1899
|
string-width "^4.2.3"
|
|
@@ -1915,10 +1915,10 @@
|
|
|
1915
1915
|
react "^18.3.1"
|
|
1916
1916
|
wrap-ansi "^9.0.0"
|
|
1917
1917
|
|
|
1918
|
-
"@oclif/plugin-command-snapshot@^5.2.
|
|
1919
|
-
version "5.2.
|
|
1920
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.
|
|
1921
|
-
integrity sha512-
|
|
1918
|
+
"@oclif/plugin-command-snapshot@^5.2.23":
|
|
1919
|
+
version "5.2.23"
|
|
1920
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.23.tgz#bca5f727b4ff8215c9274afb9858f09e154b0806"
|
|
1921
|
+
integrity sha512-RgGuuSPNCO3WMH73D6dm4Dm7tI1VFqduGvYV7JuolncKNCMOb8oBWmhiiGbwqJHwRMUsnKLcWF9SFmA1XBa2xw==
|
|
1922
1922
|
dependencies:
|
|
1923
1923
|
"@oclif/core" "^4"
|
|
1924
1924
|
ansis "^3.3.2"
|
|
@@ -5891,10 +5891,10 @@ lie@~3.3.0:
|
|
|
5891
5891
|
dependencies:
|
|
5892
5892
|
immediate "~3.0.5"
|
|
5893
5893
|
|
|
5894
|
-
lilconfig@^3.1.
|
|
5895
|
-
version "3.1.
|
|
5896
|
-
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.
|
|
5897
|
-
integrity sha512
|
|
5894
|
+
lilconfig@^3.1.3:
|
|
5895
|
+
version "3.1.3"
|
|
5896
|
+
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-3.1.3.tgz#a1bcfd6257f9585bf5ae14ceeebb7b559025e4c4"
|
|
5897
|
+
integrity sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==
|
|
5898
5898
|
|
|
5899
5899
|
lines-and-columns@^1.1.6:
|
|
5900
5900
|
version "1.2.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.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -14,7 +14,7 @@
|
|
|
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.23",
|
|
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.35",
|
|
@@ -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.7.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.7.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|