@salesforce/plugin-data-seeding 1.1.111 → 1.1.112
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 +11 -11
- package/oclif.lock +11 -11
- 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.112/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.112/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.112/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.112/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.112",
|
|
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.112",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"@salesforce/core": "^8.31.0",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
|
-
"form-data": "^4.0.
|
|
17
|
+
"form-data": "^4.0.6",
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
@@ -7669,16 +7669,16 @@
|
|
|
7669
7669
|
}
|
|
7670
7670
|
},
|
|
7671
7671
|
"node_modules/form-data": {
|
|
7672
|
-
"version": "4.0.
|
|
7673
|
-
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.
|
|
7674
|
-
"integrity": "sha512-
|
|
7672
|
+
"version": "4.0.6",
|
|
7673
|
+
"resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.6.tgz",
|
|
7674
|
+
"integrity": "sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==",
|
|
7675
7675
|
"license": "MIT",
|
|
7676
7676
|
"dependencies": {
|
|
7677
7677
|
"asynckit": "^0.4.0",
|
|
7678
7678
|
"combined-stream": "^1.0.8",
|
|
7679
7679
|
"es-set-tostringtag": "^2.1.0",
|
|
7680
|
-
"hasown": "^2.0.
|
|
7681
|
-
"mime-types": "^2.1.
|
|
7680
|
+
"hasown": "^2.0.4",
|
|
7681
|
+
"mime-types": "^2.1.35"
|
|
7682
7682
|
},
|
|
7683
7683
|
"engines": {
|
|
7684
7684
|
"node": ">= 6"
|
|
@@ -8308,9 +8308,9 @@
|
|
|
8308
8308
|
}
|
|
8309
8309
|
},
|
|
8310
8310
|
"node_modules/hasown": {
|
|
8311
|
-
"version": "2.0.
|
|
8312
|
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.
|
|
8313
|
-
"integrity": "sha512-
|
|
8311
|
+
"version": "2.0.4",
|
|
8312
|
+
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.4.tgz",
|
|
8313
|
+
"integrity": "sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==",
|
|
8314
8314
|
"license": "MIT",
|
|
8315
8315
|
"dependencies": {
|
|
8316
8316
|
"function-bind": "^1.1.2"
|
package/oclif.lock
CHANGED
|
@@ -3789,16 +3789,16 @@ form-data-encoder@^2.1.2:
|
|
|
3789
3789
|
resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
|
|
3790
3790
|
integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
|
|
3791
3791
|
|
|
3792
|
-
form-data@^4.0.4, form-data@^4.0.5:
|
|
3793
|
-
version "4.0.
|
|
3794
|
-
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.
|
|
3795
|
-
integrity sha512-
|
|
3792
|
+
form-data@^4.0.4, form-data@^4.0.5, form-data@^4.0.6:
|
|
3793
|
+
version "4.0.6"
|
|
3794
|
+
resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.6.tgz#28e864e1b786dbebb68db1f452f9635278665827"
|
|
3795
|
+
integrity sha512-vKatAh4SlVfgbv+YtmhiRjhEMJsYpsG1Y2rMQtR+SVSbytsSD1YGzDIcrAJmdFec88u/+VoGmxnl+80gL1tRCQ==
|
|
3796
3796
|
dependencies:
|
|
3797
3797
|
asynckit "^0.4.0"
|
|
3798
3798
|
combined-stream "^1.0.8"
|
|
3799
3799
|
es-set-tostringtag "^2.1.0"
|
|
3800
|
-
hasown "^2.0.
|
|
3801
|
-
mime-types "^2.1.
|
|
3800
|
+
hasown "^2.0.4"
|
|
3801
|
+
mime-types "^2.1.35"
|
|
3802
3802
|
|
|
3803
3803
|
fromentries@^1.2.0:
|
|
3804
3804
|
version "1.3.2"
|
|
@@ -4174,10 +4174,10 @@ hasha@^5.0.0:
|
|
|
4174
4174
|
is-stream "^2.0.0"
|
|
4175
4175
|
type-fest "^0.8.0"
|
|
4176
4176
|
|
|
4177
|
-
hasown@^2.0.0, hasown@^2.0.2:
|
|
4178
|
-
version "2.0.
|
|
4179
|
-
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.
|
|
4180
|
-
integrity sha512-
|
|
4177
|
+
hasown@^2.0.0, hasown@^2.0.2, hasown@^2.0.4:
|
|
4178
|
+
version "2.0.4"
|
|
4179
|
+
resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.4.tgz#8c62d8cb90beb2aad5d0a5b67581ad9854c3f003"
|
|
4180
|
+
integrity sha512-T2UbfbBEF32wiepXIsMlTW9+dDYC6wMh/t/vYA4tuOMKqWz/n3vr1NFSxQiyP+zk2mXsoMA/i/7qV6LKut1t1A==
|
|
4181
4181
|
dependencies:
|
|
4182
4182
|
function-bind "^1.1.2"
|
|
4183
4183
|
|
|
@@ -5262,7 +5262,7 @@ mime-db@1.52.0:
|
|
|
5262
5262
|
resolved "https://registry.yarnpkg.com/mime-db/-/mime-db-1.52.0.tgz#bbabcdc02859f4987301c856e3387ce5ec43bf70"
|
|
5263
5263
|
integrity sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==
|
|
5264
5264
|
|
|
5265
|
-
mime-types@^2.1.
|
|
5265
|
+
mime-types@^2.1.35:
|
|
5266
5266
|
version "2.1.35"
|
|
5267
5267
|
resolved "https://registry.yarnpkg.com/mime-types/-/mime-types-2.1.35.tgz#381a871b62a734450660ae3deee44813f70d959a"
|
|
5268
5268
|
integrity sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==
|
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.112",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"@salesforce/core": "^8.31.0",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
|
-
"form-data": "^4.0.
|
|
13
|
+
"form-data": "^4.0.6",
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
@@ -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.112.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.112.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|