@salesforce/plugin-data-seeding 1.1.85 → 1.1.87

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.85/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.87/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.85/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.87/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.85/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.87/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.85/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.87/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.85",
3
+ "version": "1.1.87",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.85",
9
+ "version": "1.1.87",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -18,10 +18,10 @@
18
18
  "got": "^13.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-command-snapshot": "^5.3.12",
21
+ "@oclif/plugin-command-snapshot": "^5.3.13",
22
22
  "@salesforce/cli-plugins-testkit": "^5.3.41",
23
23
  "@salesforce/dev-scripts": "^11.0.4",
24
- "@salesforce/plugin-command-reference": "^3.1.81",
24
+ "@salesforce/plugin-command-reference": "^3.1.82",
25
25
  "@types/tough-cookie": "^4.0.5",
26
26
  "eslint-plugin-sf-plugin": "^1.20.33",
27
27
  "oclif": "^4.22.87",
@@ -5355,9 +5355,9 @@
5355
5355
  }
5356
5356
  },
5357
5357
  "node_modules/@oclif/core": {
5358
- "version": "4.9.0",
5359
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.9.0.tgz",
5360
- "integrity": "sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==",
5358
+ "version": "4.10.2",
5359
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.2.tgz",
5360
+ "integrity": "sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==",
5361
5361
  "license": "MIT",
5362
5362
  "dependencies": {
5363
5363
  "ansi-escapes": "^4.3.2",
@@ -5552,9 +5552,9 @@
5552
5552
  }
5553
5553
  },
5554
5554
  "node_modules/@oclif/plugin-command-snapshot": {
5555
- "version": "5.3.12",
5556
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.12.tgz",
5557
- "integrity": "sha512-WQDVFFisFRYMXVd5B0HtpuiTpTNaKuPnEi3IXTCb33yEd71TBgeKUvilWtfydhfYK+V1BkVec/mQLHJ1dWj1pw==",
5555
+ "version": "5.3.13",
5556
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz",
5557
+ "integrity": "sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==",
5558
5558
  "dev": true,
5559
5559
  "license": "MIT",
5560
5560
  "dependencies": {
@@ -6008,9 +6008,9 @@
6008
6008
  }
6009
6009
  },
6010
6010
  "node_modules/@salesforce/plugin-command-reference": {
6011
- "version": "3.1.81",
6012
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.81.tgz",
6013
- "integrity": "sha512-+xvOuPraDLVeJ2myqJPOvcQtXQoiDJTE0vCdZTl+DMFTS6cfghfVPIw17MNbRrdnQyca1lGVooFl84333UVspA==",
6011
+ "version": "3.1.82",
6012
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.82.tgz",
6013
+ "integrity": "sha512-4aBLoT5r+gdWypIfEcfkvIZsyog91n+OpmmSY2yYUCr/zjT1HDUOqR4vTctIiz2pbsEe/La0bYxNJfcGePvIUg==",
6014
6014
  "dev": true,
6015
6015
  "license": "Apache-2.0",
6016
6016
  "dependencies": {
@@ -11257,9 +11257,9 @@
11257
11257
  }
11258
11258
  },
11259
11259
  "node_modules/flatted": {
11260
- "version": "3.2.7",
11261
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
11262
- "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
11260
+ "version": "3.4.2",
11261
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
11262
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
11263
11263
  "dev": true,
11264
11264
  "license": "ISC"
11265
11265
  },
package/oclif.lock CHANGED
@@ -1666,9 +1666,9 @@
1666
1666
  wrap-ansi "^7.0.0"
1667
1667
 
1668
1668
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.8.0":
1669
- version "4.9.0"
1670
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.9.0.tgz#aa9fbfc47ed4b0c7fdb9ae50b39a5b047fbca83c"
1671
- integrity sha512-k/ntRgDcUprTT+aaNoF+whk3cY3f9fRD2lkF6ul7JeCUg2MaMXVXZXfbRhJCfsiX51X8/5Pqo0LGdO9SLYXNHg==
1669
+ version "4.10.2"
1670
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.2.tgz#9cda34a5cb389a7d225cd484c21c6e87f76bb5ee"
1671
+ integrity sha512-3GvDh5nqpIE8566qUF5cBHKog9DFV9XgBeuR0nUrz0OMuz2FPYHat1AZHOwyQbvH9OKL4gJNQZHcsDOqDM/FRA==
1672
1672
  dependencies:
1673
1673
  ansi-escapes "^4.3.2"
1674
1674
  ansis "^3.17.0"
@@ -1702,10 +1702,10 @@
1702
1702
  react "^18.3.1"
1703
1703
  wrap-ansi "^9.0.2"
1704
1704
 
1705
- "@oclif/plugin-command-snapshot@^5.3.12":
1706
- version "5.3.12"
1707
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.12.tgz#ccb9c0fcb231e025d87efc22e4b0979d66e4164c"
1708
- integrity sha512-WQDVFFisFRYMXVd5B0HtpuiTpTNaKuPnEi3IXTCb33yEd71TBgeKUvilWtfydhfYK+V1BkVec/mQLHJ1dWj1pw==
1705
+ "@oclif/plugin-command-snapshot@^5.3.13":
1706
+ version "5.3.13"
1707
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.13.tgz#b63e9572091795c5659e61956c04a07bc956c5d2"
1708
+ integrity sha512-sT6ty30VM23zCou7YokdTTj1/pedL5TcBqDCG/FzoFwY3NUHaiwuiCyMsYnsSTOBEkdW5TW7afRTPaU53NCsjQ==
1709
1709
  dependencies:
1710
1710
  "@oclif/core" "^4"
1711
1711
  ansis "^3.17.0"
@@ -1857,10 +1857,10 @@
1857
1857
  dependencies:
1858
1858
  "@salesforce/ts-types" "^2.0.12"
1859
1859
 
1860
- "@salesforce/plugin-command-reference@^3.1.81":
1861
- version "3.1.81"
1862
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.81.tgz#a25c70aa8acf4a088e597ad9057ed0ad5b4b0f87"
1863
- integrity sha512-+xvOuPraDLVeJ2myqJPOvcQtXQoiDJTE0vCdZTl+DMFTS6cfghfVPIw17MNbRrdnQyca1lGVooFl84333UVspA==
1860
+ "@salesforce/plugin-command-reference@^3.1.82":
1861
+ version "3.1.82"
1862
+ resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.1.82.tgz#45e439760b05b4b7232763172426ad22b90e52da"
1863
+ integrity sha512-4aBLoT5r+gdWypIfEcfkvIZsyog91n+OpmmSY2yYUCr/zjT1HDUOqR4vTctIiz2pbsEe/La0bYxNJfcGePvIUg==
1864
1864
  dependencies:
1865
1865
  "@oclif/core" "^4"
1866
1866
  "@salesforce/core" "^8.23.3"
@@ -4777,9 +4777,9 @@ flat@^5.0.2:
4777
4777
  integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
4778
4778
 
4779
4779
  flatted@^3.1.0:
4780
- version "3.2.7"
4781
- resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
4782
- integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
4780
+ version "3.4.2"
4781
+ resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.2.tgz#f5c23c107f0f37de8dbdf24f13722b3b98d52726"
4782
+ integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
4783
4783
 
4784
4784
  for-each@^0.3.3:
4785
4785
  version "0.3.3"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.85"
336
+ "version": "1.1.87"
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.85",
4
+ "version": "1.1.87",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -14,10 +14,10 @@
14
14
  "got": "^13.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.3.12",
17
+ "@oclif/plugin-command-snapshot": "^5.3.13",
18
18
  "@salesforce/cli-plugins-testkit": "^5.3.41",
19
19
  "@salesforce/dev-scripts": "^11.0.4",
20
- "@salesforce/plugin-command-reference": "^3.1.81",
20
+ "@salesforce/plugin-command-reference": "^3.1.82",
21
21
  "@types/tough-cookie": "^4.0.5",
22
22
  "eslint-plugin-sf-plugin": "^1.20.33",
23
23
  "oclif": "^4.22.87",
@@ -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.85.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.85.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.87.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.87.sig"
216
216
  }
217
217
  }