@salesforce/plugin-data-seeding 1.1.99 → 1.1.100
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 +20 -10
- package/oclif.lock +7 -7
- 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.100/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.100/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.100/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.100/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.100",
|
|
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.100",
|
|
10
10
|
"license": "Apache-2.0",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^4",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"got": "^13.0.0"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
21
|
+
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
22
22
|
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
23
23
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
24
24
|
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
@@ -3798,9 +3798,9 @@
|
|
|
3798
3798
|
}
|
|
3799
3799
|
},
|
|
3800
3800
|
"node_modules/@oclif/plugin-command-snapshot": {
|
|
3801
|
-
"version": "5.3.
|
|
3802
|
-
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
3803
|
-
"integrity": "sha512-
|
|
3801
|
+
"version": "5.3.17",
|
|
3802
|
+
"resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz",
|
|
3803
|
+
"integrity": "sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==",
|
|
3804
3804
|
"dev": true,
|
|
3805
3805
|
"license": "MIT",
|
|
3806
3806
|
"dependencies": {
|
|
@@ -8454,10 +8454,20 @@
|
|
|
8454
8454
|
"license": "MIT"
|
|
8455
8455
|
},
|
|
8456
8456
|
"node_modules/fast-uri": {
|
|
8457
|
-
"version": "3.
|
|
8458
|
-
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.
|
|
8459
|
-
"integrity": "sha512-
|
|
8460
|
-
"
|
|
8457
|
+
"version": "3.1.2",
|
|
8458
|
+
"resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz",
|
|
8459
|
+
"integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==",
|
|
8460
|
+
"funding": [
|
|
8461
|
+
{
|
|
8462
|
+
"type": "github",
|
|
8463
|
+
"url": "https://github.com/sponsors/fastify"
|
|
8464
|
+
},
|
|
8465
|
+
{
|
|
8466
|
+
"type": "opencollective",
|
|
8467
|
+
"url": "https://opencollective.com/fastify"
|
|
8468
|
+
}
|
|
8469
|
+
],
|
|
8470
|
+
"license": "BSD-3-Clause"
|
|
8461
8471
|
},
|
|
8462
8472
|
"node_modules/fast-xml-builder": {
|
|
8463
8473
|
"version": "1.1.4",
|
package/oclif.lock
CHANGED
|
@@ -1635,10 +1635,10 @@
|
|
|
1635
1635
|
react "^18.3.1"
|
|
1636
1636
|
wrap-ansi "^9.0.2"
|
|
1637
1637
|
|
|
1638
|
-
"@oclif/plugin-command-snapshot@^5.3.
|
|
1639
|
-
version "5.3.
|
|
1640
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.
|
|
1641
|
-
integrity sha512-
|
|
1638
|
+
"@oclif/plugin-command-snapshot@^5.3.17":
|
|
1639
|
+
version "5.3.17"
|
|
1640
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.17.tgz#441c6cdb0c236462405a4fb78fd44871d1a54160"
|
|
1641
|
+
integrity sha512-lzjs9x6rxXo+EBFSvL96NytY1uXzPbmRn22GNYbtYhY1oSRmOedihcYboQwVPP+V2d6BfPdbxxWzz3Rc6hoHGg==
|
|
1642
1642
|
dependencies:
|
|
1643
1643
|
"@oclif/core" "^4"
|
|
1644
1644
|
ansis "^3.17.0"
|
|
@@ -4392,9 +4392,9 @@ fast-safe-stringify@^2.1.1:
|
|
|
4392
4392
|
integrity sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==
|
|
4393
4393
|
|
|
4394
4394
|
fast-uri@^3.0.1:
|
|
4395
|
-
version "3.
|
|
4396
|
-
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.
|
|
4397
|
-
integrity sha512-
|
|
4395
|
+
version "3.1.2"
|
|
4396
|
+
resolved "https://registry.yarnpkg.com/fast-uri/-/fast-uri-3.1.2.tgz#8af3d4fc9d3e71b11572cc2673b514a7d1a8c8ec"
|
|
4397
|
+
integrity sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==
|
|
4398
4398
|
|
|
4399
4399
|
fast-xml-builder@^1.0.0:
|
|
4400
4400
|
version "1.0.0"
|
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.100",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"got": "^13.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
17
|
+
"@oclif/plugin-command-snapshot": "^5.3.17",
|
|
18
18
|
"@salesforce/cli-plugins-testkit": "^5.3.55",
|
|
19
19
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.1.92",
|
|
@@ -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.100.crt",
|
|
215
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.100.sig"
|
|
216
216
|
}
|
|
217
217
|
}
|