@salesforce/plugin-data-seeding 1.1.87 → 1.1.88
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.88/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.88/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.88/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.88/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.88",
|
|
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.88",
|
|
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.32",
|
|
14
14
|
"@salesforce/core": "^8.27.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
@@ -5467,9 +5467,9 @@
|
|
|
5467
5467
|
}
|
|
5468
5468
|
},
|
|
5469
5469
|
"node_modules/@oclif/multi-stage-output": {
|
|
5470
|
-
"version": "0.8.
|
|
5471
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
5472
|
-
"integrity": "sha512-
|
|
5470
|
+
"version": "0.8.32",
|
|
5471
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.32.tgz",
|
|
5472
|
+
"integrity": "sha512-ikM+lJNMUVYA5EFkQ3MepcYRH5U7vbo/vk2E1ixY/RSP3d9Np79QLwaVhmp9Ccc5Y+6TfaPildpLEUFDYFbRLg==",
|
|
5473
5473
|
"license": "MIT",
|
|
5474
5474
|
"dependencies": {
|
|
5475
5475
|
"@oclif/core": "^4",
|
package/oclif.lock
CHANGED
|
@@ -1689,10 +1689,10 @@
|
|
|
1689
1689
|
wordwrap "^1.0.0"
|
|
1690
1690
|
wrap-ansi "^7.0.0"
|
|
1691
1691
|
|
|
1692
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1693
|
-
version "0.8.
|
|
1694
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1695
|
-
integrity sha512-
|
|
1692
|
+
"@oclif/multi-stage-output@^0.8.32":
|
|
1693
|
+
version "0.8.32"
|
|
1694
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.32.tgz#8619260012f8a58749075675a175929f43a0a161"
|
|
1695
|
+
integrity sha512-ikM+lJNMUVYA5EFkQ3MepcYRH5U7vbo/vk2E1ixY/RSP3d9Np79QLwaVhmp9Ccc5Y+6TfaPildpLEUFDYFbRLg==
|
|
1696
1696
|
dependencies:
|
|
1697
1697
|
"@oclif/core" "^4"
|
|
1698
1698
|
"@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.88",
|
|
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.32",
|
|
10
10
|
"@salesforce/core": "^8.27.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.88.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.88.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|