@salesforce/plugin-data-seeding 1.1.77 → 1.1.78
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 +6 -6
- package/oclif.lock +4 -4
- 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.78/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.78/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.78/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.78/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.78",
|
|
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.78",
|
|
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.30",
|
|
14
14
|
"@salesforce/core": "^8.25.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -3538,9 +3538,9 @@
|
|
|
3538
3538
|
}
|
|
3539
3539
|
},
|
|
3540
3540
|
"node_modules/@oclif/multi-stage-output": {
|
|
3541
|
-
"version": "0.8.
|
|
3542
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3543
|
-
"integrity": "sha512-
|
|
3541
|
+
"version": "0.8.30",
|
|
3542
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.30.tgz",
|
|
3543
|
+
"integrity": "sha512-WNEqTdK9GsZGc/yOgm/2drpdTXp7FGDxH3nbWSpMJBJU5CqrWmvoqNqrXZmlVRQHjKCo8qW3hI9FXse5brFVNg==",
|
|
3544
3544
|
"license": "MIT",
|
|
3545
3545
|
"dependencies": {
|
|
3546
3546
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1620,10 +1620,10 @@
|
|
|
1620
1620
|
wordwrap "^1.0.0"
|
|
1621
1621
|
wrap-ansi "^7.0.0"
|
|
1622
1622
|
|
|
1623
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1624
|
-
version "0.8.
|
|
1625
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1626
|
-
integrity sha512-
|
|
1623
|
+
"@oclif/multi-stage-output@^0.8.30":
|
|
1624
|
+
version "0.8.30"
|
|
1625
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.30.tgz#c95261d669bc466ce06701e26248f49282034a12"
|
|
1626
|
+
integrity sha512-WNEqTdK9GsZGc/yOgm/2drpdTXp7FGDxH3nbWSpMJBJU5CqrWmvoqNqrXZmlVRQHjKCo8qW3hI9FXse5brFVNg==
|
|
1627
1627
|
dependencies:
|
|
1628
1628
|
"@oclif/core" "^4"
|
|
1629
1629
|
"@types/react" "^18.3.12"
|
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.78",
|
|
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.30",
|
|
10
10
|
"@salesforce/core": "^8.25.0",
|
|
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.78.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.78.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|