@salesforce/plugin-data-seeding 1.1.24 → 1.1.26
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 +15 -15
- package/oclif.lock +13 -13
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.26/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.26/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.26/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.26/src/commands/data-seeding/migrate/report.ts)_
|
|
293
293
|
|
|
294
294
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data-seeding",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.26",
|
|
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.26",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
13
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
14
|
-
"@salesforce/core": "^8.8.
|
|
13
|
+
"@oclif/multi-stage-output": "^0.8.12",
|
|
14
|
+
"@salesforce/core": "^8.8.6",
|
|
15
15
|
"@salesforce/kit": "^3.2.2",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
17
17
|
"form-data": "^4.0.2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@oclif/plugin-command-snapshot": "^5.2.37",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
23
23
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
24
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
24
|
+
"@salesforce/plugin-command-reference": "^3.1.47",
|
|
25
25
|
"@types/tough-cookie": "^4.0.5",
|
|
26
26
|
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
27
27
|
"oclif": "^4.17.34",
|
|
@@ -3739,9 +3739,9 @@
|
|
|
3739
3739
|
}
|
|
3740
3740
|
},
|
|
3741
3741
|
"node_modules/@oclif/multi-stage-output": {
|
|
3742
|
-
"version": "0.8.
|
|
3743
|
-
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
3744
|
-
"integrity": "sha512-
|
|
3742
|
+
"version": "0.8.12",
|
|
3743
|
+
"resolved": "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz",
|
|
3744
|
+
"integrity": "sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==",
|
|
3745
3745
|
"license": "MIT",
|
|
3746
3746
|
"dependencies": {
|
|
3747
3747
|
"@oclif/core": "^4",
|
|
@@ -4133,9 +4133,9 @@
|
|
|
4133
4133
|
}
|
|
4134
4134
|
},
|
|
4135
4135
|
"node_modules/@salesforce/core": {
|
|
4136
|
-
"version": "8.8.
|
|
4137
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.
|
|
4138
|
-
"integrity": "sha512-
|
|
4136
|
+
"version": "8.8.6",
|
|
4137
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.8.6.tgz",
|
|
4138
|
+
"integrity": "sha512-RQK7iUvOv579qZkz93DtXOTFY6HZrOF1iJB5JntnzzmWgKXwdeRdoyIYlLksrDp0vkNtjtNTZZz+IJY4x6eCig==",
|
|
4139
4139
|
"license": "BSD-3-Clause",
|
|
4140
4140
|
"dependencies": {
|
|
4141
4141
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
@@ -4258,14 +4258,14 @@
|
|
|
4258
4258
|
}
|
|
4259
4259
|
},
|
|
4260
4260
|
"node_modules/@salesforce/plugin-command-reference": {
|
|
4261
|
-
"version": "3.1.
|
|
4262
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
4263
|
-
"integrity": "sha512-
|
|
4261
|
+
"version": "3.1.47",
|
|
4262
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.47.tgz",
|
|
4263
|
+
"integrity": "sha512-CZ9g3eUnxaH9uXQqLAkr5BBzks6ZDq9yfQNn9udaWxsUJmVKnurpNH2liq/LKTzNPcx0cc8X/kyCLBWEIW44+w==",
|
|
4264
4264
|
"dev": true,
|
|
4265
4265
|
"license": "BSD-3-Clause",
|
|
4266
4266
|
"dependencies": {
|
|
4267
4267
|
"@oclif/core": "^4",
|
|
4268
|
-
"@salesforce/core": "^8.8.
|
|
4268
|
+
"@salesforce/core": "^8.8.5",
|
|
4269
4269
|
"@salesforce/kit": "^3.2.3",
|
|
4270
4270
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
4271
4271
|
"@salesforce/ts-types": "^2.0.11",
|
package/oclif.lock
CHANGED
|
@@ -1737,10 +1737,10 @@
|
|
|
1737
1737
|
wordwrap "^1.0.0"
|
|
1738
1738
|
wrap-ansi "^7.0.0"
|
|
1739
1739
|
|
|
1740
|
-
"@oclif/multi-stage-output@^0.8.
|
|
1741
|
-
version "0.8.
|
|
1742
|
-
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.
|
|
1743
|
-
integrity sha512-
|
|
1740
|
+
"@oclif/multi-stage-output@^0.8.12":
|
|
1741
|
+
version "0.8.12"
|
|
1742
|
+
resolved "https://registry.yarnpkg.com/@oclif/multi-stage-output/-/multi-stage-output-0.8.12.tgz#3dde6d442ab0232f79a9372d3d244cb7aea0f3b3"
|
|
1743
|
+
integrity sha512-M07RM4gYw62sjCeS6wvmum2Um+lRLWtZgx2eRcY+a95AUO+5THqs0wp5hr7qL79PAyezoL4B/3fy+XxdAyQIxg==
|
|
1744
1744
|
dependencies:
|
|
1745
1745
|
"@oclif/core" "^4"
|
|
1746
1746
|
"@types/react" "^18.3.12"
|
|
@@ -1836,10 +1836,10 @@
|
|
|
1836
1836
|
strip-ansi "6.0.1"
|
|
1837
1837
|
ts-retry-promise "^0.8.1"
|
|
1838
1838
|
|
|
1839
|
-
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.
|
|
1840
|
-
version "8.8.
|
|
1841
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.
|
|
1842
|
-
integrity sha512-
|
|
1839
|
+
"@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.5", "@salesforce/core@^8.8.6":
|
|
1840
|
+
version "8.8.6"
|
|
1841
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.8.6.tgz#a7e4e7a6ed074efa60cca30d1ef620d62f443d8c"
|
|
1842
|
+
integrity sha512-RQK7iUvOv579qZkz93DtXOTFY6HZrOF1iJB5JntnzzmWgKXwdeRdoyIYlLksrDp0vkNtjtNTZZz+IJY4x6eCig==
|
|
1843
1843
|
dependencies:
|
|
1844
1844
|
"@jsforce/jsforce-node" "^3.6.5"
|
|
1845
1845
|
"@salesforce/kit" "^3.2.2"
|
|
@@ -1904,13 +1904,13 @@
|
|
|
1904
1904
|
dependencies:
|
|
1905
1905
|
"@salesforce/ts-types" "^2.0.12"
|
|
1906
1906
|
|
|
1907
|
-
"@salesforce/plugin-command-reference@^3.1.
|
|
1908
|
-
version "3.1.
|
|
1909
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.
|
|
1910
|
-
integrity sha512-
|
|
1907
|
+
"@salesforce/plugin-command-reference@^3.1.47":
|
|
1908
|
+
version "3.1.47"
|
|
1909
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.47.tgz#aad5eeefcaf825adace057d0f700f6b3f2e41f82"
|
|
1910
|
+
integrity sha512-CZ9g3eUnxaH9uXQqLAkr5BBzks6ZDq9yfQNn9udaWxsUJmVKnurpNH2liq/LKTzNPcx0cc8X/kyCLBWEIW44+w==
|
|
1911
1911
|
dependencies:
|
|
1912
1912
|
"@oclif/core" "^4"
|
|
1913
|
-
"@salesforce/core" "^8.8.
|
|
1913
|
+
"@salesforce/core" "^8.8.5"
|
|
1914
1914
|
"@salesforce/kit" "^3.2.3"
|
|
1915
1915
|
"@salesforce/sf-plugins-core" "^11.3.12"
|
|
1916
1916
|
"@salesforce/ts-types" "^2.0.11"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
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.26",
|
|
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.
|
|
10
|
-
"@salesforce/core": "^8.8.
|
|
9
|
+
"@oclif/multi-stage-output": "^0.8.12",
|
|
10
|
+
"@salesforce/core": "^8.8.6",
|
|
11
11
|
"@salesforce/kit": "^3.2.2",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^11.3.12",
|
|
13
13
|
"form-data": "^4.0.2",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.2.37",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
19
19
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
20
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
20
|
+
"@salesforce/plugin-command-reference": "^3.1.47",
|
|
21
21
|
"@types/tough-cookie": "^4.0.5",
|
|
22
22
|
"eslint-plugin-sf-plugin": "^1.20.16",
|
|
23
23
|
"oclif": "^4.17.34",
|
|
@@ -210,7 +210,7 @@
|
|
|
210
210
|
"exports": "./lib/index.js",
|
|
211
211
|
"type": "module",
|
|
212
212
|
"sfdx": {
|
|
213
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
214
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.
|
|
213
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.26.crt",
|
|
214
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.26.sig"
|
|
215
215
|
}
|
|
216
216
|
}
|