@salesforce/plugin-data-seeding 1.1.36 → 1.1.38

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.36/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.38/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.36/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.38/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.36/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.38/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.36/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.38/src/commands/data-seeding/migrate/report.ts)_
293
293
 
294
294
  <!-- commandsstop -->
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-data-seeding",
3
- "version": "1.1.36",
3
+ "version": "1.1.38",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/plugin-data-seeding",
9
- "version": "1.1.36",
9
+ "version": "1.1.38",
10
10
  "license": "BSD-3-Clause",
11
11
  "dependencies": {
12
12
  "@oclif/core": "^4",
13
13
  "@oclif/multi-stage-output": "^0.8.13",
14
- "@salesforce/core": "^8.11.4",
14
+ "@salesforce/core": "^8.12.0",
15
15
  "@salesforce/kit": "^3.2.2",
16
16
  "@salesforce/sf-plugins-core": "^11.3.12",
17
- "form-data": "^4.0.2",
17
+ "form-data": "^4.0.3",
18
18
  "got": "^13.0.0"
19
19
  },
20
20
  "devDependencies": {
21
- "@oclif/plugin-command-snapshot": "^5.2.40",
21
+ "@oclif/plugin-command-snapshot": "^5.3.1",
22
22
  "@salesforce/cli-plugins-testkit": "^5.3.39",
23
23
  "@salesforce/dev-scripts": "^10.2.9",
24
24
  "@salesforce/plugin-command-reference": "^3.1.54",
@@ -4078,9 +4078,9 @@
4078
4078
  }
4079
4079
  },
4080
4080
  "node_modules/@oclif/plugin-command-snapshot": {
4081
- "version": "5.2.40",
4082
- "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz",
4083
- "integrity": "sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==",
4081
+ "version": "5.3.1",
4082
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz",
4083
+ "integrity": "sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==",
4084
4084
  "dev": true,
4085
4085
  "license": "MIT",
4086
4086
  "dependencies": {
@@ -4094,6 +4094,9 @@
4094
4094
  "semver": "^7.7.2",
4095
4095
  "ts-json-schema-generator": "^1.5.1"
4096
4096
  },
4097
+ "bin": {
4098
+ "oclif-snapshot": "bin/run.js"
4099
+ },
4097
4100
  "engines": {
4098
4101
  "node": ">=18.0.0"
4099
4102
  }
@@ -4387,9 +4390,9 @@
4387
4390
  }
4388
4391
  },
4389
4392
  "node_modules/@salesforce/core": {
4390
- "version": "8.11.4",
4391
- "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.11.4.tgz",
4392
- "integrity": "sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==",
4393
+ "version": "8.12.0",
4394
+ "resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.12.0.tgz",
4395
+ "integrity": "sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==",
4393
4396
  "license": "BSD-3-Clause",
4394
4397
  "dependencies": {
4395
4398
  "@jsforce/jsforce-node": "^3.8.2",
@@ -7978,18 +7981,6 @@
7978
7981
  "url": "https://github.com/sponsors/ljharb"
7979
7982
  }
7980
7983
  },
7981
- "node_modules/es-set-tostringtag/node_modules/hasown": {
7982
- "version": "2.0.2",
7983
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
7984
- "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
7985
- "license": "MIT",
7986
- "dependencies": {
7987
- "function-bind": "^1.1.2"
7988
- },
7989
- "engines": {
7990
- "node": ">= 0.4"
7991
- }
7992
- },
7993
7984
  "node_modules/es-shim-unscopables": {
7994
7985
  "version": "1.0.0",
7995
7986
  "resolved": "https://registry.npmjs.org/es-shim-unscopables/-/es-shim-unscopables-1.0.0.tgz",
@@ -9067,14 +9058,15 @@
9067
9058
  }
9068
9059
  },
9069
9060
  "node_modules/form-data": {
9070
- "version": "4.0.2",
9071
- "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz",
9072
- "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==",
9061
+ "version": "4.0.3",
9062
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.3.tgz",
9063
+ "integrity": "sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==",
9073
9064
  "license": "MIT",
9074
9065
  "dependencies": {
9075
9066
  "asynckit": "^0.4.0",
9076
9067
  "combined-stream": "^1.0.8",
9077
9068
  "es-set-tostringtag": "^2.1.0",
9069
+ "hasown": "^2.0.2",
9078
9070
  "mime-types": "^2.1.12"
9079
9071
  },
9080
9072
  "engines": {
@@ -9694,10 +9686,9 @@
9694
9686
  }
9695
9687
  },
9696
9688
  "node_modules/hasown": {
9697
- "version": "2.0.0",
9698
- "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz",
9699
- "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==",
9700
- "dev": true,
9689
+ "version": "2.0.2",
9690
+ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz",
9691
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
9701
9692
  "license": "MIT",
9702
9693
  "dependencies": {
9703
9694
  "function-bind": "^1.1.2"
package/oclif.lock CHANGED
@@ -1750,10 +1750,10 @@
1750
1750
  react "^18.3.1"
1751
1751
  wrap-ansi "^9.0.0"
1752
1752
 
1753
- "@oclif/plugin-command-snapshot@^5.2.40":
1754
- version "5.2.40"
1755
- resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.2.40.tgz#911130e805ee0117dc3c7aa7de3ff7b5832debc8"
1756
- integrity sha512-RxBy6NzjGKKMjNpvhCd3G7GvHt9W9EpldELEvZFY1uWWVFotRDDm/HqurV9ry6IaAinIHOuYYV/FsnyhigZZuw==
1753
+ "@oclif/plugin-command-snapshot@^5.3.1":
1754
+ version "5.3.1"
1755
+ resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.3.1.tgz#95fbba5980c89398dfb3ade0ae733d972f217a03"
1756
+ integrity sha512-ytLavwqDuQ2+1Z4vV0lREGKf0JP6GTtVvYnrCMk9FL+C+CU6qnPyzI9fttuqwLMbfrsX8Fl8/6TT7dCWdX6HSg==
1757
1757
  dependencies:
1758
1758
  "@oclif/core" "^4"
1759
1759
  ansis "^3.17.0"
@@ -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.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.11.4", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1840
- version "8.11.4"
1841
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.11.4.tgz#e4f049351540a46e12bb5c1b6574232fd4d1288b"
1842
- integrity sha512-6jrACrCmpic7mrnp4XQ6tiyx5FvHs101dQ2v+m8+aHF97036bul+GeeYuSjVp3ASh0sjR5CotYf7R65chd4H+A==
1839
+ "@salesforce/core@^8.11.0", "@salesforce/core@^8.11.1", "@salesforce/core@^8.12.0", "@salesforce/core@^8.5.1", "@salesforce/core@^8.8.0":
1840
+ version "8.12.0"
1841
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.12.0.tgz#a458cc3e39f4e7df57d94f0deaaa0fd0660b18c9"
1842
+ integrity sha512-LJIjoQ3UQJ1r/xxdQcaG5bU8MfxeO/LJhrfK/7LZeHVtp1iOIgedbwPuVNzTzYciDWh8elborarrPM4uWjtu5g==
1843
1843
  dependencies:
1844
1844
  "@jsforce/jsforce-node" "^3.8.2"
1845
1845
  "@salesforce/kit" "^3.2.2"
@@ -4566,14 +4566,15 @@ form-data-encoder@^2.1.2:
4566
4566
  resolved "https://registry.yarnpkg.com/form-data-encoder/-/form-data-encoder-2.1.4.tgz#261ea35d2a70d48d30ec7a9603130fa5515e9cd5"
4567
4567
  integrity sha512-yDYSgNMraqvnxiEXO4hi88+YZxaHC6QKzb5N84iRCTDeRO7ZALpir/lVmf/uXUhnwUr2O4HU8s/n6x+yNjQkHw==
4568
4568
 
4569
- form-data@^4.0.0, form-data@^4.0.2:
4570
- version "4.0.2"
4571
- resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.2.tgz#35cabbdd30c3ce73deb2c42d3c8d3ed9ca51794c"
4572
- integrity sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==
4569
+ form-data@^4.0.0, form-data@^4.0.3:
4570
+ version "4.0.3"
4571
+ resolved "https://registry.yarnpkg.com/form-data/-/form-data-4.0.3.tgz#608b1b3f3e28be0fccf5901fc85fb3641e5cf0ae"
4572
+ integrity sha512-qsITQPfmvMOSAdeyZ+12I1c+CKSstAFAwu+97zrnWAbIr5u8wfsExUzCesVLC8NgHuRUqNN4Zy6UPWUTRGslcA==
4573
4573
  dependencies:
4574
4574
  asynckit "^0.4.0"
4575
4575
  combined-stream "^1.0.8"
4576
4576
  es-set-tostringtag "^2.1.0"
4577
+ hasown "^2.0.2"
4577
4578
  mime-types "^2.1.12"
4578
4579
 
4579
4580
  fromentries@^1.2.0:
@@ -4981,14 +4982,7 @@ hasha@^5.0.0:
4981
4982
  is-stream "^2.0.0"
4982
4983
  type-fest "^0.8.0"
4983
4984
 
4984
- hasown@^2.0.0:
4985
- version "2.0.0"
4986
- resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.0.tgz#f4c513d454a57b7c7e1650778de226b11700546c"
4987
- integrity sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==
4988
- dependencies:
4989
- function-bind "^1.1.2"
4990
-
4991
- hasown@^2.0.2:
4985
+ hasown@^2.0.0, hasown@^2.0.2:
4992
4986
  version "2.0.2"
4993
4987
  resolved "https://registry.yarnpkg.com/hasown/-/hasown-2.0.2.tgz#003eaf91be7adc372e84ec59dc37252cedb80003"
4994
4988
  integrity sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==
@@ -333,5 +333,5 @@
333
333
  ]
334
334
  }
335
335
  },
336
- "version": "1.1.36"
336
+ "version": "1.1.38"
337
337
  }
package/package.json CHANGED
@@ -1,20 +1,20 @@
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.36",
4
+ "version": "1.1.38",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@oclif/core": "^4",
9
9
  "@oclif/multi-stage-output": "^0.8.13",
10
- "@salesforce/core": "^8.11.4",
10
+ "@salesforce/core": "^8.12.0",
11
11
  "@salesforce/kit": "^3.2.2",
12
12
  "@salesforce/sf-plugins-core": "^11.3.12",
13
- "form-data": "^4.0.2",
13
+ "form-data": "^4.0.3",
14
14
  "got": "^13.0.0"
15
15
  },
16
16
  "devDependencies": {
17
- "@oclif/plugin-command-snapshot": "^5.2.40",
17
+ "@oclif/plugin-command-snapshot": "^5.3.1",
18
18
  "@salesforce/cli-plugins-testkit": "^5.3.39",
19
19
  "@salesforce/dev-scripts": "^10.2.9",
20
20
  "@salesforce/plugin-command-reference": "^3.1.54",
@@ -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.36.crt",
214
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.36.sig"
213
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.38.crt",
214
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data-seeding/1.1.38.sig"
215
215
  }
216
216
  }