@salesforce/plugin-data-seeding 1.1.92 → 1.1.94
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 +24 -24
- package/oclif.lock +17 -17
- 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.94/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.94/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.94/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.94/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.94",
|
|
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.94",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.34",
|
|
14
14
|
"@salesforce/core": "^8.27.1",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -3601,9 +3601,9 @@
|
|
|
3601
3601
|
}
|
|
3602
3602
|
},
|
|
3603
3603
|
"node_modules/@oclif/core": {
|
|
3604
|
-
"version": "4.10.
|
|
3605
|
-
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.
|
|
3606
|
-
"integrity": "sha512-
|
|
3604
|
+
"version": "4.10.5",
|
|
3605
|
+
"resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
|
|
3606
|
+
"integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
|
|
3607
3607
|
"license": "MIT",
|
|
3608
3608
|
"dependencies": {
|
|
3609
3609
|
"ansi-escapes": "^4.3.2",
|
|
@@ -3616,7 +3616,7 @@
|
|
|
3616
3616
|
"indent-string": "^4.0.0",
|
|
3617
3617
|
"is-wsl": "^2.2.0",
|
|
3618
3618
|
"lilconfig": "^3.1.3",
|
|
3619
|
-
"minimatch": "^10.2.
|
|
3619
|
+
"minimatch": "^10.2.5",
|
|
3620
3620
|
"semver": "^7.7.3",
|
|
3621
3621
|
"string-width": "^4.2.3",
|
|
3622
3622
|
"supports-color": "^8",
|
|
@@ -3654,9 +3654,9 @@
|
|
|
3654
3654
|
}
|
|
3655
3655
|
},
|
|
3656
3656
|
"node_modules/@oclif/core/node_modules/brace-expansion": {
|
|
3657
|
-
"version": "5.0.
|
|
3658
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
3659
|
-
"integrity": "sha512-
|
|
3657
|
+
"version": "5.0.5",
|
|
3658
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
3659
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
3660
3660
|
"license": "MIT",
|
|
3661
3661
|
"dependencies": {
|
|
3662
3662
|
"balanced-match": "^4.0.2"
|
|
@@ -3666,12 +3666,12 @@
|
|
|
3666
3666
|
}
|
|
3667
3667
|
},
|
|
3668
3668
|
"node_modules/@oclif/core/node_modules/minimatch": {
|
|
3669
|
-
"version": "10.2.
|
|
3670
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
3671
|
-
"integrity": "sha512-
|
|
3669
|
+
"version": "10.2.5",
|
|
3670
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
3671
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
3672
3672
|
"license": "BlueOak-1.0.0",
|
|
3673
3673
|
"dependencies": {
|
|
3674
|
-
"brace-expansion": "^5.0.
|
|
3674
|
+
"brace-expansion": "^5.0.5"
|
|
3675
3675
|
},
|
|
3676
3676
|
"engines": {
|
|
3677
3677
|
"node": "18 || 20 || >=22"
|
|
@@ -3713,9 +3713,9 @@
|
|
|
3713
3713
|
}
|
|
3714
3714
|
},
|
|
3715
3715
|
"node_modules/@oclif/multi-stage-output": {
|
|
3716
|
-
"version": "0.8.
|
|
3717
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3718
|
-
"integrity": "sha512-
|
|
3716
|
+
"version": "0.8.34",
|
|
3717
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.34.tgz",
|
|
3718
|
+
"integrity": "sha512-AMQjT3EEpn59w08bvSZt+EQElP1yoQixdI2LNQTRIk2ykXLIu9ZP9EYSO4z0L/iseMSY6k0mfhrbdLoh24DCnQ==",
|
|
3719
3719
|
"license": "MIT",
|
|
3720
3720
|
"dependencies": {
|
|
3721
3721
|
"@oclif/core": "^4",
|
|
@@ -12042,9 +12042,9 @@
|
|
|
12042
12042
|
}
|
|
12043
12043
|
},
|
|
12044
12044
|
"node_modules/oclif/node_modules/brace-expansion": {
|
|
12045
|
-
"version": "5.0.
|
|
12046
|
-
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.
|
|
12047
|
-
"integrity": "sha512-
|
|
12045
|
+
"version": "5.0.5",
|
|
12046
|
+
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
|
|
12047
|
+
"integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
|
|
12048
12048
|
"dev": true,
|
|
12049
12049
|
"license": "MIT",
|
|
12050
12050
|
"dependencies": {
|
|
@@ -12068,13 +12068,13 @@
|
|
|
12068
12068
|
}
|
|
12069
12069
|
},
|
|
12070
12070
|
"node_modules/oclif/node_modules/minimatch": {
|
|
12071
|
-
"version": "10.2.
|
|
12072
|
-
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.
|
|
12073
|
-
"integrity": "sha512-
|
|
12071
|
+
"version": "10.2.5",
|
|
12072
|
+
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
|
|
12073
|
+
"integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
|
|
12074
12074
|
"dev": true,
|
|
12075
12075
|
"license": "BlueOak-1.0.0",
|
|
12076
12076
|
"dependencies": {
|
|
12077
|
-
"brace-expansion": "^5.0.
|
|
12077
|
+
"brace-expansion": "^5.0.5"
|
|
12078
12078
|
},
|
|
12079
12079
|
"engines": {
|
|
12080
12080
|
"node": "18 || 20 || >=22"
|
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.10.
|
|
1603
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.
|
|
1604
|
-
integrity sha512-
|
|
1602
|
+
version "4.10.5"
|
|
1603
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
|
|
1604
|
+
integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
|
|
1605
1605
|
dependencies:
|
|
1606
1606
|
ansi-escapes "^4.3.2"
|
|
1607
1607
|
ansis "^3.17.0"
|
|
@@ -1613,7 +1613,7 @@
|
|
|
1613
1613
|
indent-string "^4.0.0"
|
|
1614
1614
|
is-wsl "^2.2.0"
|
|
1615
1615
|
lilconfig "^3.1.3"
|
|
1616
|
-
minimatch "^10.2.
|
|
1616
|
+
minimatch "^10.2.5"
|
|
1617
1617
|
semver "^7.7.3"
|
|
1618
1618
|
string-width "^4.2.3"
|
|
1619
1619
|
supports-color "^8"
|
|
@@ -1622,10 +1622,10 @@
|
|
|
1622
1622
|
wordwrap "^1.0.0"
|
|
1623
1623
|
wrap-ansi "^7.0.0"
|
|
1624
1624
|
|
|
1625
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1626
|
-
version "0.8.
|
|
1627
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1628
|
-
integrity sha512-
|
|
1625
|
+
"@oclif/multi-stage-output@^0.8.34":
|
|
1626
|
+
version "0.8.34"
|
|
1627
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.34.tgz#a83501d9830ac427c1e70dc7c7d0609f6a26e07e"
|
|
1628
|
+
integrity sha512-AMQjT3EEpn59w08bvSZt+EQElP1yoQixdI2LNQTRIk2ykXLIu9ZP9EYSO4z0L/iseMSY6k0mfhrbdLoh24DCnQ==
|
|
1629
1629
|
dependencies:
|
|
1630
1630
|
"@oclif/core" "^4"
|
|
1631
1631
|
"@types/react" "^18.3.12"
|
|
@@ -3178,10 +3178,10 @@ brace-expansion@^4.0.0:
|
|
|
3178
3178
|
dependencies:
|
|
3179
3179
|
balanced-match "^3.0.0"
|
|
3180
3180
|
|
|
3181
|
-
brace-expansion@^5.0.
|
|
3182
|
-
version "5.0.
|
|
3183
|
-
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.
|
|
3184
|
-
integrity sha512-
|
|
3181
|
+
brace-expansion@^5.0.5:
|
|
3182
|
+
version "5.0.5"
|
|
3183
|
+
resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
|
|
3184
|
+
integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
|
|
3185
3185
|
dependencies:
|
|
3186
3186
|
balanced-match "^4.0.2"
|
|
3187
3187
|
|
|
@@ -6081,12 +6081,12 @@ minimatch@9.0.3:
|
|
|
6081
6081
|
dependencies:
|
|
6082
6082
|
brace-expansion "^2.0.1"
|
|
6083
6083
|
|
|
6084
|
-
minimatch@^10.2.4:
|
|
6085
|
-
version "10.2.
|
|
6086
|
-
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.
|
|
6087
|
-
integrity sha512-
|
|
6084
|
+
minimatch@^10.2.4, minimatch@^10.2.5:
|
|
6085
|
+
version "10.2.5"
|
|
6086
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
|
|
6087
|
+
integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
|
|
6088
6088
|
dependencies:
|
|
6089
|
-
brace-expansion "^5.0.
|
|
6089
|
+
brace-expansion "^5.0.5"
|
|
6090
6090
|
|
|
6091
6091
|
minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
|
|
6092
6092
|
version "3.1.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.94",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^4",
|
|
9
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.34",
|
|
10
10
|
"@salesforce/core": "^8.27.1",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -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.94.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.94.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|