@salesforce/plugin-data-seeding 1.1.99 → 1.1.101
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 +57 -27
- package/oclif.lock +24 -18
- 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.101/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.101/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.101/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.101/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.101",
|
|
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.101",
|
|
10
10
|
"license": "Apache-2.0",
|
|
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.3.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
24
|
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
@@ -806,19 +806,6 @@
|
|
|
806
806
|
"node": ">=18.0.0"
|
|
807
807
|
}
|
|
808
808
|
},
|
|
809
|
-
"node_modules/@aws-sdk/client-cloudfront/node_modules/fast-xml-builder": {
|
|
810
|
-
"version": "1.0.0",
|
|
811
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz",
|
|
812
|
-
"integrity": "sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==",
|
|
813
|
-
"dev": true,
|
|
814
|
-
"funding": [
|
|
815
|
-
{
|
|
816
|
-
"type": "github",
|
|
817
|
-
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
818
|
-
}
|
|
819
|
-
],
|
|
820
|
-
"license": "MIT"
|
|
821
|
-
},
|
|
822
809
|
"node_modules/@aws-sdk/client-cloudfront/node_modules/fast-xml-parser": {
|
|
823
810
|
"version": "5.4.1",
|
|
824
811
|
"resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.4.1.tgz",
|
|
@@ -3798,9 +3785,9 @@
|
|
|
3798
3785
|
}
|
|
3799
3786
|
},
|
|
3800
3787
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3801
|
-
"version": "5.3.
|
|
3802
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3803
|
-
"integrity": "sha512-
|
|
3788
|
+
"version": "5.3.17",
|
|
3789
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
|
|
3790
|
+
"integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
|
|
3804
3791
|
"dev": true,
|
|
3805
3792
|
"license": "MIT",
|
|
3806
3793
|
"dependencies": {
|
|
@@ -8454,15 +8441,25 @@
|
|
|
8454
8441
|
"license": "MIT"
|
|
8455
8442
|
},
|
|
8456
8443
|
"node_modules/fast-uri": {
|
|
8457
|
-
"version": "3.
|
|
8458
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.
|
|
8459
|
-
"integrity": "sha512-
|
|
8460
|
-
"
|
|
8444
|
+
"version": "3.1.2",
|
|
8445
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
8446
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
8447
|
+
"funding": [
|
|
8448
|
+
{
|
|
8449
|
+
"type": "github",
|
|
8450
|
+
"url": "https://github.com/sponsors/fastify"
|
|
8451
|
+
},
|
|
8452
|
+
{
|
|
8453
|
+
"type": "opencollective",
|
|
8454
|
+
"url": "https://opencollective.com/fastify"
|
|
8455
|
+
}
|
|
8456
|
+
],
|
|
8457
|
+
"license": "BSD-3-Clause"
|
|
8461
8458
|
},
|
|
8462
8459
|
"node_modules/fast-xml-builder": {
|
|
8463
|
-
"version": "1.
|
|
8464
|
-
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.
|
|
8465
|
-
"integrity": "sha512-
|
|
8460
|
+
"version": "1.2.0",
|
|
8461
|
+
"resolved": "https://registry.npmjs.org/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz",
|
|
8462
|
+
"integrity": "sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==",
|
|
8466
8463
|
"dev": true,
|
|
8467
8464
|
"funding": [
|
|
8468
8465
|
{
|
|
@@ -8472,7 +8469,24 @@
|
|
|
8472
8469
|
],
|
|
8473
8470
|
"license": "MIT",
|
|
8474
8471
|
"dependencies": {
|
|
8475
|
-
"path-expression-matcher": "^1.
|
|
8472
|
+
"path-expression-matcher": "^1.5.0",
|
|
8473
|
+
"xml-naming": "^0.1.0"
|
|
8474
|
+
}
|
|
8475
|
+
},
|
|
8476
|
+
"node_modules/fast-xml-builder/node_modules/path-expression-matcher": {
|
|
8477
|
+
"version": "1.5.0",
|
|
8478
|
+
"resolved": "https://registry.npmjs.org/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz",
|
|
8479
|
+
"integrity": "sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==",
|
|
8480
|
+
"dev": true,
|
|
8481
|
+
"funding": [
|
|
8482
|
+
{
|
|
8483
|
+
"type": "github",
|
|
8484
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
8485
|
+
}
|
|
8486
|
+
],
|
|
8487
|
+
"license": "MIT",
|
|
8488
|
+
"engines": {
|
|
8489
|
+
"node": ">=14.0.0"
|
|
8476
8490
|
}
|
|
8477
8491
|
},
|
|
8478
8492
|
"node_modules/fast-xml-parser": {
|
|
@@ -15081,6 +15095,22 @@
|
|
|
15081
15095
|
}
|
|
15082
15096
|
}
|
|
15083
15097
|
},
|
|
15098
|
+
"node_modules/xml-naming": {
|
|
15099
|
+
"version": "0.1.0",
|
|
15100
|
+
"resolved": "https://registry.npmjs.org/xml-naming/-/xml-naming-0.1.0.tgz",
|
|
15101
|
+
"integrity": "sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==",
|
|
15102
|
+
"dev": true,
|
|
15103
|
+
"funding": [
|
|
15104
|
+
{
|
|
15105
|
+
"type": "github",
|
|
15106
|
+
"url": "https://github.com/sponsors/NaturalIntelligence"
|
|
15107
|
+
}
|
|
15108
|
+
],
|
|
15109
|
+
"license": "MIT",
|
|
15110
|
+
"engines": {
|
|
15111
|
+
"node": ">=16.0.0"
|
|
15112
|
+
}
|
|
15113
|
+
},
|
|
15084
15114
|
"node_modules/xml2js": {
|
|
15085
15115
|
"version": "0.6.2",
|
|
15086
15116
|
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.6.2.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1635,10 +1635,10 @@
|
|
|
1635
1635
|
react "^18.3.1"
|
|
1636
1636
|
wrap-ansi "^9.0.2"
|
|
1637
1637
|
|
|
1638
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1639
|
-
version "5.3.
|
|
1640
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1641
|
-
integrity sha512-
|
|
1638
|
+
"@oclif/plugin-command-snapshot@^5.3.17":
|
|
1639
|
+
version "5.3.17"
|
|
1640
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160"
|
|
1641
|
+
integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
|
|
1642
1642
|
dependencies:
|
|
1643
1643
|
"@oclif/core" "^4"
|
|
1644
1644
|
ansis "^3.17.0"
|
|
@@ -4392,21 +4392,17 @@ fast-safe-stringify@^2.1.1:
|
|
|
4392
4392
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
4393
4393
|
|
|
4394
4394
|
fast-uri@^3.0.1:
|
|
4395
|
-
version "3.
|
|
4396
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.
|
|
4397
|
-
integrity sha512-
|
|
4398
|
-
|
|
4399
|
-
fast-xml-builder@^1.0.0:
|
|
4400
|
-
version "1.0.0"
|
|
4401
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.0.0.tgz#a485d7e8381f1db983cf006f849d1066e2935241"
|
|
4402
|
-
integrity sha512-fpZuDogrAgnyt9oDDz+5DBz0zgPdPZz6D4IR7iESxRXElrlGTRkHJ9eEt+SACRJwT0FNFrt71DFQIUFBJfX/uQ==
|
|
4395
|
+
version "3.1.2"
|
|
4396
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
|
|
4397
|
+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
4403
4398
|
|
|
4404
|
-
fast-xml-builder@^1.1.4:
|
|
4405
|
-
version "1.
|
|
4406
|
-
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.
|
|
4407
|
-
integrity sha512-
|
|
4399
|
+
fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
|
|
4400
|
+
version "1.2.0"
|
|
4401
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.2.0.tgz#abd2363145a7625d9789ad96da375fabe3cff28c"
|
|
4402
|
+
integrity sha512-00aAWieqff+ZJhsXA4g1g7M8k+7AYoMUUHF+/zFb5U6Uv/P0Vl4QZo84/IcufzYalLuEj9928bXN9PbbFzMF0Q==
|
|
4408
4403
|
dependencies:
|
|
4409
|
-
path-expression-matcher "^1.
|
|
4404
|
+
path-expression-matcher "^1.5.0"
|
|
4405
|
+
xml-naming "^0.1.0"
|
|
4410
4406
|
|
|
4411
4407
|
fast-xml-parser@5.4.1:
|
|
4412
4408
|
version "5.4.1"
|
|
@@ -6554,11 +6550,16 @@ path-exists@^4.0.0:
|
|
|
6554
6550
|
resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3"
|
|
6555
6551
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
6556
6552
|
|
|
6557
|
-
path-expression-matcher@^1.
|
|
6553
|
+
path-expression-matcher@^1.2.0:
|
|
6558
6554
|
version "1.2.0"
|
|
6559
6555
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
|
|
6560
6556
|
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
6561
6557
|
|
|
6558
|
+
path-expression-matcher@^1.5.0:
|
|
6559
|
+
version "1.5.0"
|
|
6560
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
6561
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
6562
|
+
|
|
6562
6563
|
path-is-absolute@^1.0.0:
|
|
6563
6564
|
version "1.0.1"
|
|
6564
6565
|
resolved "https://registry.yarnpkg.com/path-is-absolute/-/path-is-absolute-1.0.1.tgz#174b9268735534ffbc7ace6bf53a5a9e1b5c5f5f"
|
|
@@ -8151,6 +8152,11 @@ ws@^8.15.0:
|
|
|
8151
8152
|
resolved "https://registry.yarnpkg.com/ws/-/ws-8.18.0.tgz#0d7505a6eafe2b0e712d232b42279f53bc289bbc"
|
|
8152
8153
|
integrity sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==
|
|
8153
8154
|
|
|
8155
|
+
xml-naming@^0.1.0:
|
|
8156
|
+
version "0.1.0"
|
|
8157
|
+
resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.1.0.tgz#8ab7106c5b8d23caa2fabac1cadf17136379fbd8"
|
|
8158
|
+
integrity sha512-k8KO9hrMyNk6tUWqUfkTEZbezRRpONVOzUTnc97VnCvyj6Tf9lyUR9EDAIeiVLv56jsMcoXEwjW8Kv5yPY52lw==
|
|
8159
|
+
|
|
8154
8160
|
xml2js@^0.6.2:
|
|
8155
8161
|
version "0.6.2"
|
|
8156
8162
|
resolved "https://registry.yarnpkg.com/xml2js/-/xml2js-0.6.2.tgz#dd0b630083aa09c161e25a4d0901e2b2a929b499"
|
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.101",
|
|
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.3.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
@@ -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.101.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.101.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|