@salesforce/plugin-data-seeding 1.1.92 → 1.1.93

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.92/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.93/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.92/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.93/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.92/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.93/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.92/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.93/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.92",
3
+ "version": "1.1.93",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.92",
9
+ "version": "1.1.93",
10
10
  "license": "Apache-2.0",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
@@ -3601,9 +3601,9 @@
3601
3601
  }
3602
3602
  },
3603
3603
  "node_modules/@oclif/core": {
3604
- "version": "4.10.3",
3605
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.3.tgz",
3606
- "integrity": "sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==",
3604
+ "version": "4.10.5",
3605
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.5.tgz",
3606
+ "integrity": "sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==",
3607
3607
  "license": "MIT",
3608
3608
  "dependencies": {
3609
3609
  "ansi-escapes": "^4.3.2",
@@ -3616,7 +3616,7 @@
3616
3616
  "indent-string": "^4.0.0",
3617
3617
  "is-wsl": "^2.2.0",
3618
3618
  "lilconfig": "^3.1.3",
3619
- "minimatch": "^10.2.4",
3619
+ "minimatch": "^10.2.5",
3620
3620
  "semver": "^7.7.3",
3621
3621
  "string-width": "^4.2.3",
3622
3622
  "supports-color": "^8",
@@ -3654,9 +3654,9 @@
3654
3654
  }
3655
3655
  },
3656
3656
  "node_modules/@oclif/core/node_modules/brace-expansion": {
3657
- "version": "5.0.4",
3658
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
3659
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
3657
+ "version": "5.0.5",
3658
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
3659
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
3660
3660
  "license": "MIT",
3661
3661
  "dependencies": {
3662
3662
  "balanced-match": "^4.0.2"
@@ -3666,12 +3666,12 @@
3666
3666
  }
3667
3667
  },
3668
3668
  "node_modules/@oclif/core/node_modules/minimatch": {
3669
- "version": "10.2.4",
3670
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
3671
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
3669
+ "version": "10.2.5",
3670
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
3671
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
3672
3672
  "license": "BlueOak-1.0.0",
3673
3673
  "dependencies": {
3674
- "brace-expansion": "^5.0.2"
3674
+ "brace-expansion": "^5.0.5"
3675
3675
  },
3676
3676
  "engines": {
3677
3677
  "node": "18 || 20 || >=22"
@@ -12042,9 +12042,9 @@
12042
12042
  }
12043
12043
  },
12044
12044
  "node_modules/oclif/node_modules/brace-expansion": {
12045
- "version": "5.0.4",
12046
- "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.4.tgz",
12047
- "integrity": "sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==",
12045
+ "version": "5.0.5",
12046
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-5.0.5.tgz",
12047
+ "integrity": "sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==",
12048
12048
  "dev": true,
12049
12049
  "license": "MIT",
12050
12050
  "dependencies": {
@@ -12068,13 +12068,13 @@
12068
12068
  }
12069
12069
  },
12070
12070
  "node_modules/oclif/node_modules/minimatch": {
12071
- "version": "10.2.4",
12072
- "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.4.tgz",
12073
- "integrity": "sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==",
12071
+ "version": "10.2.5",
12072
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-10.2.5.tgz",
12073
+ "integrity": "sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==",
12074
12074
  "dev": true,
12075
12075
  "license": "BlueOak-1.0.0",
12076
12076
  "dependencies": {
12077
- "brace-expansion": "^5.0.2"
12077
+ "brace-expansion": "^5.0.5"
12078
12078
  },
12079
12079
  "engines": {
12080
12080
  "node": "18 || 20 || >=22"
package/oclif.lock CHANGED
@@ -1599,9 +1599,9 @@
1599
1599
  wrap-ansi "^7.0.0"
1600
1600
 
1601
1601
  "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.10.2":
1602
- version "4.10.3"
1603
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.3.tgz#8b817320a593a003698ed928c17f99a9ff6963fb"
1604
- integrity sha512-0mD8vcrrX5uRsxzvI8tbWmSVGngvZA/Qo6O0ZGvLPAWEauSf5GFniwgirhY0SkszuHwu0S1J1ivj/jHmqtIDuA==
1602
+ version "4.10.5"
1603
+ resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.10.5.tgz#bcf7c5bb783849ccdce2fd2b5d691a247082ba51"
1604
+ integrity sha512-qcdCF7NrdWPfme6Kr34wwljRCXbCVpL1WVxiNy0Ep6vbWKjxAjFQwuhqkoyL0yjI+KdwtLcOCGn5z2yzdijc8w==
1605
1605
  dependencies:
1606
1606
  ansi-escapes "^4.3.2"
1607
1607
  ansis "^3.17.0"
@@ -1613,7 +1613,7 @@
1613
1613
  indent-string "^4.0.0"
1614
1614
  is-wsl "^2.2.0"
1615
1615
  lilconfig "^3.1.3"
1616
- minimatch "^10.2.4"
1616
+ minimatch "^10.2.5"
1617
1617
  semver "^7.7.3"
1618
1618
  string-width "^4.2.3"
1619
1619
  supports-color "^8"
@@ -3178,10 +3178,10 @@ brace-expansion@^4.0.0:
3178
3178
  dependencies:
3179
3179
  balanced-match "^3.0.0"
3180
3180
 
3181
- brace-expansion@^5.0.2:
3182
- version "5.0.4"
3183
- resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.4.tgz#614daaecd0a688f660bbbc909a8748c3d80d4336"
3184
- integrity sha512-h+DEnpVvxmfVefa4jFbCf5HdH5YMDXRsmKflpf1pILZWRFlTbJpxeU55nJl4Smt5HQaGzg1o6RHFPJaOqnmBDg==
3181
+ brace-expansion@^5.0.5:
3182
+ version "5.0.5"
3183
+ resolved "https://registry.yarnpkg.com/brace-expansion/-/brace-expansion-5.0.5.tgz#dcc3a37116b79f3e1b46db994ced5d570e930fdb"
3184
+ integrity sha512-VZznLgtwhn+Mact9tfiwx64fA9erHH/MCXEUfB/0bX/6Fz6ny5EGTXYltMocqg4xFAQZtnO3DHWWXi8RiuN7cQ==
3185
3185
  dependencies:
3186
3186
  balanced-match "^4.0.2"
3187
3187
 
@@ -6081,12 +6081,12 @@ minimatch@9.0.3:
6081
6081
  dependencies:
6082
6082
  brace-expansion "^2.0.1"
6083
6083
 
6084
- minimatch@^10.2.4:
6085
- version "10.2.4"
6086
- resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.4.tgz#465b3accbd0218b8281f5301e27cedc697f96fde"
6087
- integrity sha512-oRjTw/97aTBN0RHbYCdtF1MQfvusSIBQM0IZEgzl6426+8jSC0nF1a/GmnVLpfB9yyr6g6FTqWqiZVbxrtaCIg==
6084
+ minimatch@^10.2.4, minimatch@^10.2.5:
6085
+ version "10.2.5"
6086
+ resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-10.2.5.tgz#bd48687a0be38ed2961399105600f832095861d1"
6087
+ integrity sha512-MULkVLfKGYDFYejP07QOurDLLQpcjk7Fw+7jXS2R2czRQzR56yHRveU5NDJEOviH+hETZKSkIk5c+T23GjFUMg==
6088
6088
  dependencies:
6089
- brace-expansion "^5.0.2"
6089
+ brace-expansion "^5.0.5"
6090
6090
 
6091
6091
  minimatch@^3.0.4, minimatch@^3.0.5, minimatch@^3.1.1, minimatch@^3.1.2:
6092
6092
  version "3.1.2"
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.92"
336
+ "version": "1.1.93"
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.92",
4
+ "version": "1.1.93",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -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.92.crt",
215
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.92.sig"
214
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.93.crt",
215
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.93.sig"
216
216
  }
217
217
  }