@salesforce/plugin-data-seeding 1.1.91 → 1.1.92

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 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.91/src/commands/data-seeding/generate/index.ts)_
169
+ _See code: [src/commands/data-seeding/generate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.92/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.91/src/commands/data-seeding/generate/report.ts)_
204
+ _See code: [src/commands/data-seeding/generate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.92/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.91/src/commands/data-seeding/migrate/index.ts)_
257
+ _See code: [src/commands/data-seeding/migrate/index.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.92/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.91/src/commands/data-seeding/migrate/report.ts)_
292
+ _See code: [src/commands/data-seeding/migrate/report.ts](https://github.com/salesforcecli/plugin-data-seeding/blob/1.1.92/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.91",
3
+ "version": "1.1.92",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.91",
9
+ "version": "1.1.92",
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.13",
21
+ "@oclif/plugin-command-snapshot": "^5.3.14",
22
22
  "@salesforce/cli-plugins-testkit": "^5.3.50",
23
23
  "@salesforce/dev-scripts": "^11.0.4",
24
24
  "@salesforce/plugin-command-reference": "^3.1.84",
@@ -3798,9 +3798,9 @@
3798
3798
  }
3799
3799
  },
3800
3800
  "node_modules/@oclif/plugin-command-snapshot": {
3801
- "version": "5.3.13",
3802
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz",
3803
- "integrity": "sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==",
3801
+ "version": "5.3.14",
3802
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz",
3803
+ "integrity": "sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==",
3804
3804
  "dev": true,
3805
3805
  "license": "MIT",
3806
3806
  "dependencies": {
@@ -10921,9 +10921,9 @@
10921
10921
  }
10922
10922
  },
10923
10923
  "node_modules/lodash": {
10924
- "version": "4.17.23",
10925
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
10926
- "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
10924
+ "version": "4.18.1",
10925
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
10926
+ "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
10927
10927
  "license": "MIT"
10928
10928
  },
10929
10929
  "node_modules/lodash.camelcase": {
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.13":
1639
- version "5.3.13"
1640
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2"
1641
- integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==
1638
+ "@oclif/plugin-command-snapshot@^5.3.14":
1639
+ version "5.3.14"
1640
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.14.tgz#7df825059df929373c57aba73704183f14f12a76"
1641
+ integrity sha512-g1yio6WFQt6BwjfqYh1icPPOV2SRw/P3zs74KZ3IS7dkOuEWkII4AEQkQ0WIS4S8W9AlZP7Y51FsVYOKSPdnFQ==
1642
1642
  dependencies:
1643
1643
  "@oclif/core" "^4"
1644
1644
  ansis "^3.17.0"
@@ -5874,9 +5874,9 @@ lodash.upperfirst@^4.3.1:
5874
5874
  integrity sha512-sReKOYJIJf74dhJONhU4e0/shzi1trVbSWDOhKYE5XV2O+H7Sb2Dihwuc7xWxVl+DgFPyTqIN3zMfT9cq5iWDg==
5875
5875
 
5876
5876
  lodash@^4.17.15, lodash@^4.17.21, lodash@^4.17.23:
5877
- version "4.17.23"
5878
- resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.23.tgz#f113b0378386103be4f6893388c73d0bde7f2c5a"
5879
- integrity sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==
5877
+ version "4.18.1"
5878
+ resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.18.1.tgz#ff2b66c1f6326d59513de2407bf881439812771c"
5879
+ integrity sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==
5880
5880
 
5881
5881
  log-symbols@^4.1.0:
5882
5882
  version "4.1.0"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.91"
336
+ "version": "1.1.92"
337
337
  }
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.91",
4
+ "version": "1.1.92",
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.13",
17
+ "@oclif/plugin-command-snapshot": "^5.3.14",
18
18
  "@salesforce/cli-plugins-testkit": "^5.3.50",
19
19
  "@salesforce/dev-scripts": "^11.0.4",
20
20
  "@salesforce/plugin-command-reference": "^3.1.84",
@@ -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.91.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.91.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.92.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.92.sig"
216
216
  }
217
217
  }